17
0

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

- Update to 2024.4.2
  * Trivial Merge Implementation
  * Auto-partitioning in read_parquet
- Release 2024.4.1
  * Fix an error when importing dask.dataframe with Python 3.11.9.
- Release 2024.4.0
  * Query planning fixes
  * GPU metric dashboard fixes
- Release 2024.3.1
  * Demote an exception to a warning if dask-expr is not installed
    when upgrading.
- Release 2024.3.0
  * Query planning
  * Sunset of Pandas 1.X support

OBS-URL: https://build.opensuse.org/request/show/1170999
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=167
This commit is contained in:
2024-05-01 05:57:15 +00:00
committed by Git OBS Bridge
parent 02fd4b0c9a
commit 9776060610
4 changed files with 27 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Apr 26 17:53:31 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 2024.4.2
* Trivial Merge Implementation
* Auto-partitioning in read_parquet
- Release 2024.4.1
* Fix an error when importing dask.dataframe with Python 3.11.9.
- Release 2024.4.0
* Query planning fixes
* GPU metric dashboard fixes
- Release 2024.3.1
* Demote an exception to a warning if dask-expr is not installed
when upgrading.
- Release 2024.3.0
* Query planning
* Sunset of Pandas 1.X support
-------------------------------------------------------------------
Tue Mar 5 21:29:43 UTC 2024 - Ben Greiner <code@bnavigator.de>