1
0

11 Commits

Author SHA256 Message Date
9e9fc5e1c9 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
2024-12-06 13:27:28 +00:00
f238dd9bbf - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=187
2024-12-06 09:35:50 +00:00
0db5848623 Accepting request 1226505 from devel:languages:python:numeric
- reenable python313 (keep tests disabled for now)

OBS-URL: https://build.opensuse.org/request/show/1226505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=87
2024-11-27 21:10:55 +00:00
c45d2a1417 - reenable python313 (keep tests disabled for now)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=185
2024-11-22 12:08:25 +00:00
b71794f66f Accepting request 1225613 from devel:languages:python:numeric
- Skip python313 -- gh#dask/dask#11457
- update to 2024.11.2:
  * Remove alias resolving to fix queuing

OBS-URL: https://build.opensuse.org/request/show/1225613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=86
2024-11-21 20:58:54 +00:00
ffc787af0d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=183 2024-11-21 15:53:52 +00:00
8340976fdc OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=182 2024-11-21 15:52:35 +00:00
1c427e5a9a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=181 2024-11-21 15:52:04 +00:00
ab9afc424a - update to 2024.11.2:
* Remove alias resolving to fix queuing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=180
2024-11-19 12:37:47 +00:00
5c8fc53355 Accepting request 1223591 from devel:languages:python:numeric
- update to 2024.11.1:
  * Skip collecting coverage for CLI tests @fjetter
- update to 2024.11.0:
  * Remove redundant methods in P2PBarrierTask @fjetter
  * fix skipif condition for
    test\_tell\_workers\_when\_peers\_have\_left @fjetter
  * Ensure ConnectionPool closes even if network stack swallows
    cancellation @fjetter
  * Fix flaky test\_server\_comms\_mark\_active\_handlers
  * Make assumption in P2P's barrier mechanism explicit
  * Adjust timeouts in jupyter cli test @fjetter
  * Add `stimulus_id` to `SchedulerPlugin.update_graph` hook
  * Reduce P2P transfer task overhead @hendrikmakait
  * Disable profiler on python 3.11 @fjetter
  * Fix test\_restarting\_does\_not\_deadlock @fjetter
  * Adjust popen timeouts for testing @fjetter
  * Add retry to shuffle broadcast @fjetter
  * Fix test\_shuffle\_with\_array\_conversion @fjetter
  * Refactor some tests @fjetter
  * Reflect graduation of `dask-expr` from `dask-contrib` to
    `dask` @hendrikmakait
  * Skip test\_tell\_workers\_when\_peers\_have\_left on py3.10
  * Internal cleanup of P2P code @hendrikmakait
  * Use Task class instead of tuple @fjetter
  * Increase connect timeout for
    test\_tell\_workers\_when\_peers\_have\_left @fjetter
  * Remove dispatching in TaskCollection @fjetter
  * Deduplicate scheduler requests in P2P @hendrikmakait
  * Add configurations for rootish taskgroup threshold @phofl
- update to 2024.10.0:

OBS-URL: https://build.opensuse.org/request/show/1223591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=85
2024-11-12 18:23:31 +00:00
2cf71a91f8 - update to 2024.11.1:
* Skip collecting coverage for CLI tests @fjetter
- update to 2024.11.0:
  * Remove redundant methods in P2PBarrierTask @fjetter
  * fix skipif condition for
    test\_tell\_workers\_when\_peers\_have\_left @fjetter
  * Ensure ConnectionPool closes even if network stack swallows
    cancellation @fjetter
  * Fix flaky test\_server\_comms\_mark\_active\_handlers
  * Make assumption in P2P's barrier mechanism explicit
  * Adjust timeouts in jupyter cli test @fjetter
  * Add `stimulus_id` to `SchedulerPlugin.update_graph` hook
  * Reduce P2P transfer task overhead @hendrikmakait
  * Disable profiler on python 3.11 @fjetter
  * Fix test\_restarting\_does\_not\_deadlock @fjetter
  * Adjust popen timeouts for testing @fjetter
  * Add retry to shuffle broadcast @fjetter
  * Fix test\_shuffle\_with\_array\_conversion @fjetter
  * Refactor some tests @fjetter
  * Reflect graduation of `dask-expr` from `dask-contrib` to
    `dask` @hendrikmakait
  * Skip test\_tell\_workers\_when\_peers\_have\_left on py3.10
  * Internal cleanup of P2P code @hendrikmakait
  * Use Task class instead of tuple @fjetter
  * Increase connect timeout for
    test\_tell\_workers\_when\_peers\_have\_left @fjetter
  * Remove dispatching in TaskCollection @fjetter
  * Deduplicate scheduler requests in P2P @hendrikmakait
  * Add configurations for rootish taskgroup threshold @phofl
- update to 2024.10.0:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=178
2024-11-12 09:02:58 +00:00
4 changed files with 128 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
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>
- reenable python313 (keep tests disabled for now)
-------------------------------------------------------------------
Thu Nov 21 15:52:11 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Skip python313 -- gh#dask/dask#11457
-------------------------------------------------------------------
Tue Nov 19 12:37:23 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.11.2:
* Remove alias resolving to fix queuing
-------------------------------------------------------------------
Tue Nov 12 09:00:14 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.11.1:
* Skip collecting coverage for CLI tests @fjetter
- update to 2024.11.0:
* Remove redundant methods in P2PBarrierTask @fjetter
* fix skipif condition for
test\_tell\_workers\_when\_peers\_have\_left @fjetter
* Ensure ConnectionPool closes even if network stack swallows
cancellation @fjetter
* Fix flaky test\_server\_comms\_mark\_active\_handlers
* Make assumption in P2P's barrier mechanism explicit
* Adjust timeouts in jupyter cli test @fjetter
* Add `stimulus_id` to `SchedulerPlugin.update_graph` hook
* Reduce P2P transfer task overhead @hendrikmakait
* Disable profiler on python 3.11 @fjetter
* Fix test\_restarting\_does\_not\_deadlock @fjetter
* Adjust popen timeouts for testing @fjetter
* Add retry to shuffle broadcast @fjetter
* Fix test\_shuffle\_with\_array\_conversion @fjetter
* Refactor some tests @fjetter
* Reflect graduation of `dask-expr` from `dask-contrib` to
`dask` @hendrikmakait
* Skip test\_tell\_workers\_when\_peers\_have\_left on py3.10
* Internal cleanup of P2P code @hendrikmakait
* Use Task class instead of tuple @fjetter
* Increase connect timeout for
test\_tell\_workers\_when\_peers\_have\_left @fjetter
* Remove dispatching in TaskCollection @fjetter
* Deduplicate scheduler requests in P2P @hendrikmakait
* Add configurations for rootish taskgroup threshold @phofl
- update to 2024.10.0:
* Make P2P more configurable @hendrikmakait
* Fit Dashboard worker table to page width @jacobtomlinson
* Raise helpful error when using the wrong plugin base classes
* Fix doc build @phofl
* Fix url escaping on exceptions dashboard for non-string keys
* Explicitly list setuptools as a build dependency in conda
recipe @charlesbluca
* Avoid spurious error log in Adaptive @hendrikmakait
* Add meaningful error for out of disk exception during write
* Bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.8
* Switch from mambaforge to miniforge in CI @jrbourbeau
- update to 2024.9.1:
* Don't stop Adaptive on error @hendrikmakait
* Update gpuCI `RAPIDS_VER` to `24.12` @github-actions
* Don't consider scheduler idle while executing
`Scheduler.update_graph` @hendrikmakait
* Bump jacobtomlinson/gha-anaconda-package-version from 0.1.3
to 0.1.4 @dependabot
* Support P2P rechunking datetime arrays @jrbourbeau
- update to 2024.9.0:
* Homogeneously schedule P2P's unpack tasks @hendrikmakait
* Work/fix firewall for localhost @maldag
* Bump ``bokeh`` minimum version to 3.1.0 @jrbourbeau
* Use new ``tokenize`` module @jrbourbeau
* Point to user code with ``idempotent`` plugin warning
* Fix test nanny timeout @fjetter
-------------------------------------------------------------------
Sun Sep 8 13:01:50 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.8.2
Version: 2024.12.0
Release: 0
Summary: Library for distributed computing with Python
License: BSD-3-Clause