Skip to content

Commit

Permalink
bump version to 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Jan 27, 2017
1 parent 95e006a commit 312dd6b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

1.15.2 - January 27th, 2017
---------------------------

* Fix a bug where arrays with large dtypes or shapes were being improperly compressed (:pr:`830` :pr:`832` :pr:`833`)
* Extend ``as_completed`` to accept new futures during iteration (:pr:`829`)
* Add ``--nohost`` keyword to ``dask-ssh`` startup utility (:pr:`827`)
* Support scheduler shutdown of remote workers, useful for adaptive clusters (:pr: `811` :pr:`816` :pr:`821`)
* Add ``Client.run_on_scheduler`` method for running debug functions on the scheduler (:pr:`808`)

1.15.1 - January 11th, 2017
---------------------------

Expand Down

0 comments on commit 312dd6b

Please sign in to comment.