Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Eynard-Bontemps committed Sep 6, 2018
1 parent a971742 commit bd46b2d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Changelog
=========

0.4.0 / 2018-09-06
------------------

- Use number of worker processes as an argument to ``scale`` instead of
number of jobs.
- Bind scheduler bokeh UI to every network interfaces by default.
- Adds an OAR job queue system implementation.
- Adds an LSF job queue system implementation.
- Adds some convenient methods to JobQueueCluster objetcs: ``__repr__``,
``stop_jobs()``, ``close()``.


1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ documentation <http://dask.pydata.org/en/latest/configuration.html>`_
configuration-setup.rst
history.rst
api.rst
changelog.rst

How this works
--------------
Expand Down

0 comments on commit bd46b2d

Please sign in to comment.