Skip to content

Commit

Permalink
DOC: move changelog entry to development version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Jul 27, 2020
1 parent 3cc20a7 commit 973be53
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Development version

- all cluster classes: fix a bug that would allow to pass any named parameter without an error (:pr:`398`)
- all cluster classes: fix a bug where ``security`` was not correctly passed through (:pr:`398`)
- all cluster classes: ``scheduler_options`` parameter can be set through the
config file in the ``scheduler-options`` section (:pr:`405`).
- ``MoabCluster``: fix bug where ``MoabCluster`` was using the ``jobqueue.pbs``
config section rather than the ``jobqueue.moab`` section. (:pr:`450`)

Expand All @@ -16,8 +18,7 @@ Development version
the Dask scheduler. For example ``scheduler_options={'interface': 'eth0',
dashboard_addresses=':12435')`` (:pr:`384`). Breaking change: using ``port``
or ``dashboard_addresses`` arguments raises an error. They have to be passed
through ``scheduler_options``. ``scheduler_options`` can be set through the
config file in the ``scheduler-options`` section (:pr:`405`).
through ``scheduler_options``.
- all cluster classes: ``processes`` parameter default has changed. By default,
``processes ~= sqrt(cores)`` so that the number of processes and the number
of threads per process is roughly the same. Old default was to use one
Expand Down Expand Up @@ -126,5 +127,3 @@ Development version
- Adds an LSF job queue system implementation.
- Adds some convenient methods to JobQueueCluster objects: ``__repr__``,
``stop_jobs()``, ``close()``.


0 comments on commit 973be53

Please sign in to comment.