Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Releases: dask/dask-drmaa

0.2.1

04 May 03:02
Compare
Choose a tag to compare
  • Flesh out doctstring for DRMAACluster (#74)
  • Allow setting the ip of DRMAACluster (#77)
  • Add job info for Torque and PBS (#78)
  • Refresh the Adaptive example (#73)
  • Refresh README (#71)

0.2.0

02 Apr 19:33
c4346c3
Compare
Choose a tag to compare
  • Compatibility fixes with distributed 1.21.3 (#63)
  • Allow starting and stopping no workers (#68)
  • Minor, add line ending handling for windows (#69)
  • Use Distributed's new Cluster interface (#67)

0.1.2

09 Mar 20:20
6ac2d6d
Compare
Choose a tag to compare
  • Readd io_loop to PeriodicCallback. #62

0.1.1

09 Mar 16:28
Compare
Choose a tag to compare
  • Copy user-provided script to local directory. #47
  • python2 fix and add a copy_script argument. #48
  • Fix flakiness in test_stop_workers_politely. #49
  • Mark test_dont_request_on_many_short_tasks xfail. #50
  • Update conda to 4.4.11. #57
  • Fix handling of Job ID. #56
  • Tornado 5 fix. #61

0.1.0

10 Nov 06:01
5189693
Compare
Choose a tag to compare
  • Draft of simple Python library. #1
  • WIP - Adaptive Scaling on SGE. #10
  • fixing typo. #11
  • Clean up adapting. #13
  • Enable adaptive to close workers. #15
  • Clean up all lingering workers at exit. #16
  • fix typo: client -> cluster (#12). #17
  • Various changes. #19
  • Use bash script rather than dask-worker executable. #20
  • add docstring for SGECluster.start_workers. #23
  • Add a preexec_commands argument to execute arbitrary commands before launching worker. #29
  • Set standard output to unbuffered / line-buffered. #30
  • Subclass distributed.Adaptive. #35
  • CI: Update ci for new docker, compose. #36
  • Cleanup worker directories when finished. #37
  • Fix bullet point formatting in README. #38
  • Add a basic manifest to aid in packaging. #40
  • Tweak the entry_points format in setup.py. #43
  • Package the requirements.txt file. #44
  • Use versioneer. #45