1
0

- update to 2023.3.0:

* Remove pyarrow dependency for rechunking
  * Update rechunk_transfer and rechunk_unpack errors
  * Remove dead code and document arguments to ShardBuffer
    constructors
  * Fix tests for p2p by default
  * Remove obsolete cast

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=134
This commit is contained in:
2023-03-08 09:42:51 +00:00
committed by Git OBS Bridge
parent 591396da62
commit fdc62d60d0
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Mar 8 09:41:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2023.3.0:
* Remove pyarrow dependency for rechunking
* Update rechunk_transfer and rechunk_unpack errors
* Remove dead code and document arguments to ShardBuffer
constructors
* Fix tests for p2p by default
* Remove obsolete cast
-------------------------------------------------------------------
Sun Feb 26 00:09:53 UTC 2023 - Ben Greiner <code@bnavigator.de>