|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
| 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 | + |
4 | 37 | .. _v2023.1.0: |
5 | 38 |
|
6 | 39 | 2023.1.0 |
7 | 40 | --------- |
8 | 41 |
|
9 | | -Released on December 13, 2023 |
| 42 | +Released on January 13, 2023 |
10 | 43 |
|
11 | 44 | New Features |
12 | 45 | ^^^^^^^^^^^^ |
@@ -4601,3 +4634,5 @@ significantly without many new features. |
4601 | 4634 | .. _`bstadlbauer`: https://github.com/bstadlbauer |
4602 | 4635 | .. _`Stuart Berg`: https://github.com/stuarteberg |
4603 | 4636 | .. _`Dylan Wragge`: https://github.com/dwragge |
| 4637 | +.. _`Nicholas R. Knezek`: https://github.com/nknezek |
| 4638 | +.. _`antonymayi`: https://github.com/antonymayi |
0 commit comments