Skip to content

Commit 8b3dcad

Browse files
committed
bump version to 2022.10.0
1 parent bac0db8 commit 8b3dcad

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

docs/source/changelog.rst

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,48 @@
11
Changelog
22
=========
33

4+
.. _v2022.10.0:
5+
6+
2022.10.0
7+
---------
8+
9+
Released on October 14, 2022
10+
11+
Enhancements
12+
^^^^^^^^^^^^
13+
- Use of new dask CLI (:pr:`6735`) `Doug Davis`_
14+
- Refactor occupancy (:pr:`7075`) `Hendrik Makait`_
15+
- Expose managed/unmanaged/spilled memory to Prometheus (:pr:`7112`) `crusaderky`_
16+
- Round up ``saturation-factor`` (:pr:`7116`) `Gabe Joseph`_
17+
- Return default on ``KeyError`` at any level in ``get_metadata`` (:pr:`7109`) `Hendrik Makait`_
18+
- Count task states per task prefix and expose to Prometheus (:pr:`7088`) `Nat Tabris`_
19+
- Add ``scheduler-sni`` option for dask workers (:pr:`6290`) `Burt Holzman`_
20+
21+
Bug Fixes
22+
^^^^^^^^^
23+
- Improve exception catching in UCX communication (:pr:`7132`) `Peter Andreas Entschev`_
24+
- Improve robustness of ``PipInstall`` plugin (:pr:`7111`) `Hendrik Makait`_
25+
26+
Maintenance
27+
^^^^^^^^^^^
28+
- Fix dependencies that should point to ``dask/dask`` (:pr:`7138`) `James Bourbeau`_
29+
- Hold on to ``z.sum()`` until test completes (:pr:`7136`) `Lawrence Mitchell`_
30+
- Bump ``peter-evans/create-pull-request`` from 3 to 4 (:pr:`7120`)
31+
- Update typing for ``system_monitor`` after ``python/typeshed#8829`` (:pr:`7131`) `Lawrence Mitchell`_
32+
- Fix two potentially flaky queuing tests (:pr:`7124`) `Gabe Joseph`_
33+
- Bump ``EnricoMi/publish-unit-test-result-action`` from 1 to 2 (:pr:`7121`)
34+
- Bump ``actions/checkout`` from 2 to 3.1.0 (:pr:`7119`)
35+
- Revamp ``SystemMonitor`` (:pr:`7097`) `crusaderky`_
36+
- Bump ``actions/cache`` from 2 to 3 (:pr:`7118`)
37+
- Bump ``actions/upload-artifact`` from 2 to 3 (:pr:`7117`)
38+
- Move dependabot configuration file (:pr:`7115`) `James Bourbeau`_
39+
- Enable dependabot for GitHub Actions (:pr:`7101`) `Florian Jetter`_
40+
- Update coverage upload action (:pr:`7100`) `Florian Jetter`_
41+
- Adjust hardware benchmarks bokeh test (:pr:`7096`) `Florian Jetter`_
42+
- Multi-platform mypy checks (:pr:`7094`) `crusaderky`_
43+
- Update gpuCI ``RAPIDS_VER`` to ``22.12`` (:pr:`7084`)
44+
45+
446
.. _v2022.9.2:
547

648
2022.9.2
@@ -4231,4 +4273,6 @@ significantly without many new features.
42314273
.. _`Vincenzo Eduardo Padulano`: https://github.com/vepadulano
42324274
.. _`Luke Conibear`: https://github.com/lukeconibear
42334275
.. _`Samantha Hughes`: https://github.com/shughes-uk
4234-
.. _`Graham Markall`: https://github.com/gmarkall
4276+
.. _`Graham Markall`: https://github.com/gmarkall
4277+
.. _`Nat Tabris`: https://github.com/ntabris
4278+
.. _`Burt Holzman`: https://github.com/holzman

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
click >= 6.6
22
cloudpickle >= 1.5.0
3-
dask == 2022.9.2
3+
dask == 2022.10.0
44
jinja2
55
locket >= 1.0.0
66
msgpack >= 0.6.0

0 commit comments

Comments
 (0)