Skip to content

Commit

Permalink
Add compatibility with Dask 2.3.0 in 0.6.3 release.
Browse files Browse the repository at this point in the history
Some minor cosmetic tweaks to the changelog.
  • Loading branch information
lesteve committed Aug 19, 2019
1 parent 03028f1 commit 7970f31
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/source/changelog.rst
Expand Up @@ -4,16 +4,17 @@ Changelog
0.6.3 / 2019-08-18
------------------

- Remove lingering Python 2 specific code (:pr:`308`)
- Adds scheduler_info from local_cluster (:pr:`313`)
- Remove __future__ imports since we depend on Python >3.5 (:pr:`311`)
- Remove Python 3 check for black in CI (:pr:`315`)
- Compatibility with Dask 2.3.0: add scheduler_info from
local_cluster (:pr:`313`)
- Remove lingering Python 2 specific code (:pr:`308`)
- Remove __future__ imports since we depend on Python >3.5 (:pr:`311`)
- Remove Python 3 check for black in CI (:pr:`315`)

0.6.2 / 2019-07-31
------------------

- Update documentation
- Ensure compatibility with Dask 2.2 (:pr:`303`)
- Ensure compatibility with Dask 2.2 (:pr:`303`)
- Update documentation

0.6.1 / 2019-07-25
------------------
Expand Down

0 comments on commit 7970f31

Please sign in to comment.