Skip to content

Commit

Permalink
Bump version to 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Mar 22, 2017
1 parent 20d0d7a commit ac75d29
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

1.16.1 - March 22nd, 2017
-------------------------

- Use inproc transport in LocalCluster (:pr:`919`)
- Add structured and queryable cluster event logs (:pr:`922`)
- Use connection pool for inter-worker communication (:pr:`935`)
- Robustly shut down spawned worker processes at shutdown (:pr:`928`)
- Worker death timeout (:pr:`940`)
- More visual reporting of exceptions in progressbar (:pr:`941`)
- Render disk and serialization events to task stream visual (:pr:`943`)
- Support async for / await protocol (:pr:`952`)
- Ensure random generators are re-seeded in worker processes (:pr:`953`)
- Upload sourcecode as zip module (:pr:`886`)
- Replay remote exceptions in local process (:pr:`894`)

1.16.0 - February 24th, 2017
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ tornado >= 4.2
toolz >= 0.7.4
msgpack-python
cloudpickle >= 0.2.2
dask >= 0.13.0
dask >= 0.14.0
click >= 6.6
six
tblib
Expand Down

0 comments on commit ac75d29

Please sign in to comment.