Skip to content

Commit

Permalink
bump version to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Sep 10, 2016
1 parent 3bc6934 commit 40409db
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 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.2'
__version__ = '1.13.0'
19 changes: 15 additions & 4 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
1.12.3
1.13.0
------

* Add `--memory-limit` option to `dask-worker`, enabling spill-to-disk
behavior when running out of memory
* Add `--pid-file` option to dask-worker and `--dask-scheduler` #496
* Rename Executor to Client #492
* Add `--memory-limit` option to `dask-worker`, enabling spill-to-disk
behavior when running out of memory #485
* Add `--pid-file` option to dask-worker and `--dask-scheduler` #496
* Add ``upload_environment`` function to distribute conda environments.
This is experimental, undocumented, and may change without notice. # 494
* Add `workers=` keyword argument to `Client.compute` and `Client.persist`,
supporting location-restricted workloads with Dask collections #484
* Add ``upload_environment`` function to distribute conda environments.
This is experimental, undocumented, and may change without notice. # 494
* Add optional `dask_worker=` keyword to `client.run` functions that gets
provided the worker or nanny object
* Add `nanny=False` keyword to `Client.run`, allowing for the execution
of arbitrary functions on the nannies as well as normal workers


1.12.2
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.2',
version='1.13.0',
description='Distributed computing',
url='http://distributed.readthedocs.io/en/latest/',
maintainer='Matthew Rocklin',
Expand Down

0 comments on commit 40409db

Please sign in to comment.