Skip to content

Commit

Permalink
bump version to 2022.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Oct 14, 2022
1 parent bac0db8 commit 8b3dcad
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
46 changes: 45 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,48 @@
Changelog
=========

.. _v2022.10.0:

2022.10.0
---------

Released on October 14, 2022

Enhancements
^^^^^^^^^^^^
- Use of new dask CLI (:pr:`6735`) `Doug Davis`_
- Refactor occupancy (:pr:`7075`) `Hendrik Makait`_
- Expose managed/unmanaged/spilled memory to Prometheus (:pr:`7112`) `crusaderky`_
- Round up ``saturation-factor`` (:pr:`7116`) `Gabe Joseph`_
- Return default on ``KeyError`` at any level in ``get_metadata`` (:pr:`7109`) `Hendrik Makait`_
- Count task states per task prefix and expose to Prometheus (:pr:`7088`) `Nat Tabris`_
- Add ``scheduler-sni`` option for dask workers (:pr:`6290`) `Burt Holzman`_

Bug Fixes
^^^^^^^^^
- Improve exception catching in UCX communication (:pr:`7132`) `Peter Andreas Entschev`_
- Improve robustness of ``PipInstall`` plugin (:pr:`7111`) `Hendrik Makait`_

Maintenance
^^^^^^^^^^^
- Fix dependencies that should point to ``dask/dask`` (:pr:`7138`) `James Bourbeau`_
- Hold on to ``z.sum()`` until test completes (:pr:`7136`) `Lawrence Mitchell`_
- Bump ``peter-evans/create-pull-request`` from 3 to 4 (:pr:`7120`)
- Update typing for ``system_monitor`` after ``python/typeshed#8829`` (:pr:`7131`) `Lawrence Mitchell`_
- Fix two potentially flaky queuing tests (:pr:`7124`) `Gabe Joseph`_
- Bump ``EnricoMi/publish-unit-test-result-action`` from 1 to 2 (:pr:`7121`)
- Bump ``actions/checkout`` from 2 to 3.1.0 (:pr:`7119`)
- Revamp ``SystemMonitor`` (:pr:`7097`) `crusaderky`_
- Bump ``actions/cache`` from 2 to 3 (:pr:`7118`)
- Bump ``actions/upload-artifact`` from 2 to 3 (:pr:`7117`)
- Move dependabot configuration file (:pr:`7115`) `James Bourbeau`_
- Enable dependabot for GitHub Actions (:pr:`7101`) `Florian Jetter`_
- Update coverage upload action (:pr:`7100`) `Florian Jetter`_
- Adjust hardware benchmarks bokeh test (:pr:`7096`) `Florian Jetter`_
- Multi-platform mypy checks (:pr:`7094`) `crusaderky`_
- Update gpuCI ``RAPIDS_VER`` to ``22.12`` (:pr:`7084`)


.. _v2022.9.2:

2022.9.2
Expand Down Expand Up @@ -4231,4 +4273,6 @@ significantly without many new features.
.. _`Vincenzo Eduardo Padulano`: https://github.com/vepadulano
.. _`Luke Conibear`: https://github.com/lukeconibear
.. _`Samantha Hughes`: https://github.com/shughes-uk
.. _`Graham Markall`: https://github.com/gmarkall
.. _`Graham Markall`: https://github.com/gmarkall
.. _`Nat Tabris`: https://github.com/ntabris
.. _`Burt Holzman`: https://github.com/holzman
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.2
dask == 2022.10.0
jinja2
locket >= 1.0.0
msgpack >= 0.6.0
Expand Down

0 comments on commit 8b3dcad

Please sign in to comment.