Skip to content

Commit

Permalink
bump version to 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Sep 2, 2016
1 parent 98cedcb commit ac5d640
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distributed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
pass


__version__ = '1.12.1'
__version__ = '1.12.2'
18 changes: 17 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1.12.2
------

This release adds some new features and removes dead code

* Publish and share datasets on the scheduler between many clients
https://github.com/dask/distributed/pull/453
http://distributed.readthedocs.io/en/latest/publish.html
* Launch tasks from other tasks (experimental)
https://distributed.readthedocs.io/en/latest/task-launch.html
https://github.com/dask/distributed/pull/471
* Remove unused code, notably the `Center` object and older client functions
https://github.com/dask/distributed/pull/478
* Executor() and LocalCluster() is now robust to Bokeh's absence
https://github.com/dask/distributed/pull/481
* Removed s3fs and boto3 from requirements. These have moved to Dask.

1.12.1
------

Expand All @@ -7,7 +24,6 @@ refactor.
* Fixes from previous refactor
* Ensure idempotence across clients
* Stress test losing scattered data permanently
*
* IPython fixes
* Add `start_ipython_scheduler` method to Executor
* Add `%remote` magic for workers
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
requires.append('singledispatch')

setup(name='distributed',
version='1.12.1',
version='1.12.2',
description='Distributed computing',
url='http://distributed.readthedocs.io/en/latest/',
maintainer='Matthew Rocklin',
Expand Down

0 comments on commit ac5d640

Please sign in to comment.