Accepting request 1228729 from devel:languages:python:numeric

- Update to 2024.12.0
  * Revert "Add LLM chatbot to Dask docs (#11556)" @dchudz (#11577)
  * Automatically rechunk if array in to_zarr has irregular chunks
    @phofl (#11553)
  * Blockwise uses Task class @fjetter (#11568)
  * Migrate rechunk and reshape to task spec @phofl (#11555)
  * Cache svg-representation for arrays @dcherian (#11560)
  * Fix empty input for containers @fjetter (#11571)
  * Convert Bag graphs to TaskSpec graphs during optimization
    @fjetter (#11569)
  * add LLM chatbot to Dask docs @dchudz (#11556)
  * Add support for Python 3.13 @phofl (#11456)
  * Fuse data nodes in linear fusion too @phofl (#11549)
  * Migrate slicing code to task spec @phofl (#11548)
  * Speed up ArraySliceDep tokenization @phofl (#11551)
  * Fix fusing of p2p barrier tasks @phofl (#11543)
  * Remove infra/mentions of GPU CI @charlesbluca (#11546)
  * Temporarily disable gpuCI update CI job @jrbourbeau (#11545)
  * Use BlockwiseDep to implement map_blocks keywords @phofl
    (#11542)
  * Remove optimize_slices @phofl (#11538)
  * Make reshape_blockwise a noop if shape is the same @phofl
    (#11541)
  * Remove read-only flag from open_arry in open_zarr @phofl
    (#11539)
  * Implement linear_fusion for task spec class @phofl (#11525)
  * Remove recursion from TaskSpec @fjetter (#11477)
  * Fixup test after dask-expr change @phofl (#11536)
  * Bump codecov/codecov-action from 3 to 5 @dependabot (#11532)
  * Create dask-expr frame directly without roundtripping @phofl (forwarded request 1228726 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1228729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=88
This commit is contained in:
Ana Guerrero 2024-12-06 13:27:28 +00:00 committed by Git OBS Bridge
commit 9e9fc5e1c9
5 changed files with 53 additions and 4 deletions

View File

@ -2,4 +2,5 @@
<package>test-py310</package>
<package>test-py311</package>
<package>test-py312</package>
<package>test-py313</package>
</multibuild>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e0f87d088152bbdb607077953dc870a76723133a2297aa5221304f7afefdb4a
size 2574471

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c0c313fd72ba936f47793b1fabd4e9478c0149ccff61de29ec13fff4fc4e7da
size 2571678

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Wed Dec 4 10:16:13 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 2024.12.0
* Revert "Add LLM chatbot to Dask docs (#11556)" @dchudz (#11577)
* Automatically rechunk if array in to_zarr has irregular chunks
@phofl (#11553)
* Blockwise uses Task class @fjetter (#11568)
* Migrate rechunk and reshape to task spec @phofl (#11555)
* Cache svg-representation for arrays @dcherian (#11560)
* Fix empty input for containers @fjetter (#11571)
* Convert Bag graphs to TaskSpec graphs during optimization
@fjetter (#11569)
* add LLM chatbot to Dask docs @dchudz (#11556)
* Add support for Python 3.13 @phofl (#11456)
* Fuse data nodes in linear fusion too @phofl (#11549)
* Migrate slicing code to task spec @phofl (#11548)
* Speed up ArraySliceDep tokenization @phofl (#11551)
* Fix fusing of p2p barrier tasks @phofl (#11543)
* Remove infra/mentions of GPU CI @charlesbluca (#11546)
* Temporarily disable gpuCI update CI job @jrbourbeau (#11545)
* Use BlockwiseDep to implement map_blocks keywords @phofl
(#11542)
* Remove optimize_slices @phofl (#11538)
* Make reshape_blockwise a noop if shape is the same @phofl
(#11541)
* Remove read-only flag from open_arry in open_zarr @phofl
(#11539)
* Implement linear_fusion for task spec class @phofl (#11525)
* Remove recursion from TaskSpec @fjetter (#11477)
* Fixup test after dask-expr change @phofl (#11536)
* Bump codecov/codecov-action from 3 to 5 @dependabot (#11532)
* Create dask-expr frame directly without roundtripping @phofl
(#11529)
* Add scikit-image nightly back to upstream CI @jrbourbeau
(#11530)
* Remove from\_dask\_dataframe import @phofl (#11528)
* Ensure that from_array creates a copy @phofl (#11524)
* Simplify and improve performance of normalize chunks @phofl
(#11521)
* Fix flaky nanquantile test @phofl (#11518)
* Fix tests for new read\_only kwarg in zarr=3 @phofl (#11516)
-------------------------------------------------------------------
Thu Nov 28 12:25:36 UTC 2024 - Ben Greiner <code@bnavigator.de>
- reenable tests for python313
-------------------------------------------------------------------
Fri Nov 22 12:07:34 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -54,7 +54,7 @@ ExclusiveArch: donotbuild
Name: python-distributed%{psuffix}
# ===> Note: python-dask MUST be updated in sync with python-distributed! <===
Version: 2024.11.2
Version: 2024.12.0
Release: 0
Summary: Library for distributed computing with Python
License: BSD-3-Clause