Skip to content

Commit

Permalink
bump version to 2022.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Sep 30, 2022
1 parent 10dd0cc commit 2e027a5
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
48 changes: 47 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,50 @@
Changelog
=========

.. _v2022.9.2:

2022.9.2
--------

Released on September 30, 2022

Enhancements
^^^^^^^^^^^^
- Smarter stealing with dependencies (:pr:`7024`) `Hendrik Makait`_
- Enable Active Memory Manager by default (:pr:`7042`) `crusaderky`_
- Allow timeout strings in ``distributed.wait`` (:pr:`7081`) `James Bourbeau`_
- Make AMM memory measure configurable (:pr:`7062`) `crusaderky`_
- AMM support for actors (:pr:`7072`) `crusaderky`_
- Expose ``message-bytes-limit`` in config (:pr:`7074`) `Hendrik Makait`_
- Detect mismatching Python version in scheduler (:pr:`7018`) `Hendrik Makait`_
- Improve ``KilledWorker`` message users see (:pr:`7043`) `James Bourbeau`_
- Support for cgroups v2 and respect soft limits (:pr:`7051`) `Samantha Hughes`_

Bug Fixes
^^^^^^^^^
- Catch ``BaseException`` on UCX read error (:pr:`6996`) `Peter Andreas Entschev`_
- Fix transfer limiting in ``_select_keys_for_gather`` (:pr:`7071`) `Hendrik Makait`_
- Parse ``worker-saturation`` if a string (:pr:`7064`) `Gabe Joseph`_
- ``Nanny(config=...)`` parameter overlays global dask config (:pr:`7069`) `crusaderky`_
- Ensure default clients don't propagate to subprocesses (:pr:`7028`) `Florian Jetter`_

Documentation
^^^^^^^^^^^^^
- Improve documentation of ``message-bytes-limit`` (:pr:`7077`) `Hendrik Makait`_
- Minor tweaks to Sphinx documentation (:pr:`7041`) `crusaderky`_
- Improve ``upload_file`` API documentation (:pr:`7040`) `Florian Jetter`_

Maintenance
^^^^^^^^^^^
- ``test_serialize_numba``: Workaround issue with ``np.empty_like`` in NP 1.23 (:pr:`7089`) `Graham Markall`_
- Type platform constants for ``mypy`` (:pr:`7091`) `jakirkham`_
- ``dask-worker-space`` (:pr:`7054`) `crusaderky`_
- Remove failing test case (:pr:`7087`) `Hendrik Makait`_
- ``test_default_client`` (:pr:`7058`) `crusaderky`_
- Fix ``pre-commit`` fails with recent versions of ``mypy`` and ``pandas`` (:pr:`7068`) `crusaderky`_
- Add factorization utility (:pr:`7048`) `James Bourbeau`_


.. _v2022.9.1:

2022.9.1
Expand Down Expand Up @@ -4185,4 +4229,6 @@ significantly without many new features.
.. _`Crislana Rafael`: https://github.com/crislanarafael
.. _`Ian Liu Rodrigues`: https://github.com/ianliu
.. _`Vincenzo Eduardo Padulano`: https://github.com/vepadulano
.. _`Luke Conibear`: https://github.com/lukeconibear
.. _`Luke Conibear`: https://github.com/lukeconibear
.. _`Samantha Hughes`: https://github.com/shughes-uk
.. _`Graham Markall`: https://github.com/gmarkall
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click >= 6.6
cloudpickle >= 1.5.0
dask == 2022.9.1
dask == 2022.9.2
jinja2
locket >= 1.0.0
msgpack >= 0.6.0
Expand Down

0 comments on commit 2e027a5

Please sign in to comment.