17
0

- update to 2024.8.2:

* Avoid capturing code of xdist @fjetter
  * Reduce memory footprint of culling P2P rechunking
  * Add tests for choosing default rechunking method
  * Increase visibility of GPU CI updates @charlesbluca
  * Bump test\_pause\_while\_idle timeout @fjetter
  * Concatenate small input chunks before P2P rechunking
  * Remove dump cluster from gen\_cluster @fjetter
  * Bump `numpy>=1.24` and `pyarrow>=14.0.1` minimum versions
  * Fix PipInstall plugin on Worker @hendrikmakait
  * Remove more Python 3.10 compatibility code @jrbourbeau
  * Use task-based rechunking to prechunk along partial
    boundaries @hendrikmakait
  * Ensure client\_desires\_keys does not corrupt Scheduler state
    @fjetter
  * Bump minimum ``cloudpickle`` to 3 @jrbourbeau

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=176
This commit is contained in:
2024-09-08 13:02:46 +00:00
committed by Git OBS Bridge
parent 3b1a8ce7dd
commit 283229d163
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Sep 8 13:01:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.8.2:
* Avoid capturing code of xdist @fjetter
* Reduce memory footprint of culling P2P rechunking
* Add tests for choosing default rechunking method
* Increase visibility of GPU CI updates @charlesbluca
* Bump test\_pause\_while\_idle timeout @fjetter
* Concatenate small input chunks before P2P rechunking
* Remove dump cluster from gen\_cluster @fjetter
* Bump `numpy>=1.24` and `pyarrow>=14.0.1` minimum versions
* Fix PipInstall plugin on Worker @hendrikmakait
* Remove more Python 3.10 compatibility code @jrbourbeau
* Use task-based rechunking to prechunk along partial
boundaries @hendrikmakait
* Ensure client\_desires\_keys does not corrupt Scheduler state
@fjetter
* Bump minimum ``cloudpickle`` to 3 @jrbourbeau
-------------------------------------------------------------------
Thu Aug 29 14:52:02 UTC 2024 - Ben Greiner <code@bnavigator.de>