1
0

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

- Update to 2024.2.0
  * Deprecate Dask DataFrame implementation
  * Improved tokenization
  * https://docs.dask.org/en/stable/changelog.html#v2024-2-0
- Add distributed-ignore-daskdepr.patch gh#dask/distributed#8504
- Drop python39 test flavor
- Fix python312 tests

OBS-URL: https://build.opensuse.org/request/show/1146780
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=163
This commit is contained in:
2024-02-15 12:56:11 +00:00
committed by Git OBS Bridge
parent fb78f5106b
commit 3b2ea300aa
9 changed files with 57 additions and 28 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Feb 14 20:38:44 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 2024.2.0
* Deprecate Dask DataFrame implementation
* Improved tokenization
* https://docs.dask.org/en/stable/changelog.html#v2024-2-0
- Add distributed-ignore-daskdepr.patch gh#dask/distributed#8504
- Drop python39 test flavor
- Fix python312 tests
-------------------------------------------------------------------
Sun Feb 4 21:31:24 UTC 2024 - Ben Greiner <code@bnavigator.de>