Skip to content

Commit

Permalink
bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Oct 9, 2019
1 parent 6f63d4a commit 1b2d098
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.7.0 / 2019-XX-XX
0.7.0 / 2019-10-09
------------------

- Base Dask-Jobqueue on top of the core ``dask.distributed.SpecCluster`` class
Expand All @@ -18,6 +18,10 @@ Changelog
the ``dask.distributed.SpecCluster`` class instead as ``workers`` and
``worker_spec``, as well as ``.plan``, ``.requested``, and ``.observed``.
- The ``name`` attribute has been moved to ``job_name``.
- Update `.scale()` and `.adapt()` docstrings (:pr:`346`)
- Update interactive docs (:pr:`340`)
- Improve error message when cores or memory is not specified (:pr:`331`)
- Fix Python 3.5.0 support in setup.py (:pr:`317`)


0.6.3 / 2019-08-18
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dask>=2.3
distributed>=2.3
dask>=2.5.2
distributed>=2.5.2

0 comments on commit 1b2d098

Please sign in to comment.