17
0

Accepting request 1197499 from home:bnavigator:branches:devel:languages:python:numeric

- Update to 2024.8.1
  * Improve output chunksizes for reshaping Dask Arrays
  * Improve scheduling efficiency for Xarray Rechunk-GroupBy-Reduce
    patterns
  * Drop support for Python 3.9
- Release 2025.8.0
  * Improve efficiency and performance of slicing with positional
    indexers
  * Improve scheduling efficiency for Xarray GroupBy-Reduce
    patterns
- Release 2025.7.1
  * More resilient distributed lock
- Release 2025.7.0
  * Drop support for pandas 1.x
  * Publish-subscribe APIs deprecated
- Overhaul multibuild setup: Prepare for python313

OBS-URL: https://build.opensuse.org/request/show/1197499
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=174
This commit is contained in:
2024-08-30 11:37:00 +00:00
committed by Git OBS Bridge
parent da7fb76943
commit 3b1a8ce7dd
5 changed files with 61 additions and 34 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Aug 29 14:52:02 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 2024.8.1
* Improve output chunksizes for reshaping Dask Arrays
* Improve scheduling efficiency for Xarray Rechunk-GroupBy-Reduce
patterns
* Drop support for Python 3.9
- Release 2025.8.0
* Improve efficiency and performance of slicing with positional
indexers
* Improve scheduling efficiency for Xarray GroupBy-Reduce
patterns
- Release 2025.7.1
* More resilient distributed lock
- Release 2025.7.0
* Drop support for pandas 1.x
* Publish-subscribe APIs deprecated
- Overhaul multibuild setup: Prepare for python313
-------------------------------------------------------------------
Wed Aug 14 14:50:44 UTC 2024 - Dirk Müller <dmueller@suse.com>