This repository has been archived by the owner on Feb 10, 2021. It is now read-only.
Releases: dask/dask-drmaa
Releases · dask/dask-drmaa
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
- 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 insetup.py
. #43 - Package the requirements.txt file. #44
- Use versioneer. #45