Skip to content

Commit 9f2fa9b

Browse files
committed
bump version to 2023.1.1
1 parent 1c6fb84 commit 9f2fa9b

2 files changed

Lines changed: 37 additions & 2 deletions

File tree

docs/source/changelog.rst

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

4+
.. _v2023.1.1:
5+
6+
2023.1.1
7+
---------
8+
9+
Released on January 27, 2023
10+
11+
Enhancements
12+
^^^^^^^^^^^^
13+
- P2P shuffle deduplicates data and can be run several times (:pr:`7486`) `Hendrik Makait`_
14+
- Reverse order of ``get_logs()`` and ``get_worker_logs()`` (:pr:`7475`) `Nicholas R. Knezek`_
15+
- Add prometheus metric for time and memory used per task prefix (:pr:`7406`) `Thomas Grainger`_
16+
- Additive worker counts in Prometheus (:pr:`7468`) `crusaderky`_
17+
- Add help tool for taskstream (:pr:`7478`) `Florian Jetter`_
18+
19+
Bug Fixes
20+
^^^^^^^^^
21+
- Do not allow for a worker to reject a drop replica request (:pr:`7490`) `Hendrik Makait`_
22+
- Fix un/packing for namedtuples with custom constructors (:pr:`7465`) `antonymayi`_
23+
24+
Documentation
25+
^^^^^^^^^^^^^
26+
- Remove ``timeout=`` from docstring example for ``worker_client`` (:pr:`7497`) `Florian Jetter`_
27+
28+
Maintenance
29+
^^^^^^^^^^^
30+
- Ignore get_default_shuffle_algorithm linting issue (:pr:`7506`) `Florian Jetter`_
31+
- Remove set_config when using default client (:pr:`7482`) `Florian Jetter`_
32+
- Update gpuCI ``RAPIDS_VER`` to ``23.04`` (:pr:`7501`)
33+
- Fix ``test_balance_expensive_tasks`` and improve helper functions in ``test_steal.py`` (:pr:`7253`) `Hendrik Makait`_
34+
- Sign every compute task with run ID to correlate response (:pr:`7463`) `Hendrik Makait`_
35+
36+
437
.. _v2023.1.0:
538

639
2023.1.0
740
---------
841

9-
Released on December 13, 2023
42+
Released on January 13, 2023
1043

1144
New Features
1245
^^^^^^^^^^^^
@@ -4601,3 +4634,5 @@ significantly without many new features.
46014634
.. _`bstadlbauer`: https://github.com/bstadlbauer
46024635
.. _`Stuart Berg`: https://github.com/stuarteberg
46034636
.. _`Dylan Wragge`: https://github.com/dwragge
4637+
.. _`Nicholas R. Knezek`: https://github.com/nknezek
4638+
.. _`antonymayi`: https://github.com/antonymayi

requirements.txt

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

0 commit comments

Comments
 (0)