* 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