|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
| 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 | + |
4 | 46 | .. _v2022.9.2:
|
5 | 47 |
|
6 | 48 | 2022.9.2
|
@@ -4231,4 +4273,6 @@ significantly without many new features.
|
4231 | 4273 | .. _`Vincenzo Eduardo Padulano`: https://github.com/vepadulano
|
4232 | 4274 | .. _`Luke Conibear`: https://github.com/lukeconibear
|
4233 | 4275 | .. _`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 |
0 commit comments