- update to 2.3.2:
* Fix to_json() with orient="table" to correctly use the
“string” type in the JSON Table Schema for StringDtype columns
* Boolean operations (|, &, ^) with bool-dtype objects on the
left and StringDtype objects on the right now cast the string
to bool, with a deprecation warning
* Fixed match(), fullmatch() and contains() string methods with
compiled regex for the Arrow-backed string dtype
* Bug in Series.replace() and DataFrame.replace() inconsistently
replacing matching values when missing values are present
for string dtypes
- Change skipped tests to also support Python 3.13.
- Skip two tests that fail with Numpy 2.1.
- Prepare for Python 3.13, by skipping it if we aren't building for it.
- enable py312 testing, remove py39 testing
RangeIndex
the "c" and "python" engines
* Bug in Series.str.split() and Series.str.rsplit() with expand=True
(GH42915)
* Fixed regression in DataFrame.groupby.rolling.cov() and
* The deprecated attributes _AXIS_NAMES and _AXIS_NUMBERS of
* Bumped minimum fastparquet version to 0.4.0 to avoid
* Bumped minimum pymysql version to 0.8.1 to avoid test failures
* Added reference to backwards incompatible check_freq arg of
testing.assert_frame_equal() and testing.assert_series_equal()
* WARNING:
no longer maintained. The xlrd package is now only for reading
Previously, the default argument engine=None to read_excel()
would result in using the xlrd engine in many cases, including
new Excel 2007+ (.xlsx) files. If openpyxl is installed, many
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=189
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c0c313fd72ba936f47793b1fabd4e9478c0149ccff61de29ec13fff4fc4e7da
|
||||
size 2571678
|
||||
3
distributed-2025.9.0-gh.tar.gz
Normal file
3
distributed-2025.9.0-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88445f2aa78e4fb996742452c3abc24e54cd2fe1ffedf1509948aa68b56d6b04
|
||||
size 2560633
|
||||
@@ -1,3 +1,107 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 14 21:11:38 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2025.9.0:
|
||||
* Remove protocol="ucx" support in favor of distributed-ucxx
|
||||
- update to 2025.7.0:
|
||||
* Add config option for ``direct-to-workers`` @jrbourbeau
|
||||
* Ensure ``memray`` profiler runs on all workers @jrbourbeau
|
||||
* Update ``def`` to ``class`` typo in actors docs @pfackeldey
|
||||
* Update persist in tests for async clients @TomAugspurger
|
||||
* Fix ``pyarrow`` ``FileInfo`` import @jrbourbeau
|
||||
* Make module name logic more resilient in
|
||||
``\_always\_use\_pickle\_for`` @jrbourbeau
|
||||
* Temporarily pin ``pytest`` in CI to avoid coverage error
|
||||
@jrbourbeau
|
||||
* Remove ``s3fs`` from testing CI environment @jrbourbeau
|
||||
* Reuse Comm objects in Scheduler.broadcast @TomAugspurger
|
||||
* Fix
|
||||
``test\_resubmit\_nondeterministic\_task\_different\_deps``
|
||||
- update to 2025.5.0:
|
||||
* Use stable crick for py310 @fjetter
|
||||
* Remove internal dependencies mapping in update\_graph
|
||||
* [Regression] Allow `Client.map` to accept futures as args and
|
||||
kwargs @fjetter
|
||||
* Partially forgotten dependencies @fjetter
|
||||
* Replace ``filesystem-spec`` in CI environment with ``fsspec``
|
||||
@jrbourbeau
|
||||
* Ensure actors set erred state properly in case of worker
|
||||
failure @fjetter
|
||||
* Refactor timeouts in start cluster @fjetter
|
||||
* Fix workers / threads / memory displayed in client repr
|
||||
@jrbourbeau
|
||||
* Pin pip for readthedocs @fjetter
|
||||
* Skip TLS functional tests `test_nanny` and
|
||||
`test_retire_workers` on linux @fjetter
|
||||
* Ensure client submit does not serialize unnecessarily
|
||||
@fjetter
|
||||
- update to 2025.4.0:
|
||||
* Improve error when submitting work from a closed client
|
||||
* Return a default value if address resolution fails
|
||||
* Avoid deepcopy when submitting graph @fjetter
|
||||
* Dynamically scale heartbeat and scheduler\_info intervals
|
||||
* Speed up process startup time by avoiding importing packages
|
||||
on version check @fjetter
|
||||
* Reduce size of scheduler\_info @fjetter
|
||||
* Cache WorkerState host property @fjetter
|
||||
* clear ci env cache @fjetter
|
||||
* Remove deprecated PubSub @fjetter
|
||||
* Perform explicit culling step only if LLG is submitted
|
||||
* Do not fully materialize global annotations by type @fjetter
|
||||
* Allow nested `worker_client` calls @gsakkis
|
||||
* Bump CI cache number @fjetter
|
||||
* Scheduler type annotations @fjetter
|
||||
* Reduce dask.order overhead by removing stripped\_dep
|
||||
computation @fjetter
|
||||
* Use Expr instead of HLG @fjetter
|
||||
- update to 2025.3.0:
|
||||
* Fix badges in readme @fjetter
|
||||
* Properly forward cancellation reason @fjetter
|
||||
* Bokeh 3.7 compatibility @fjetter
|
||||
* Ensure FileInfo can be serialized @fjetter
|
||||
* Add ipykernel to skipped modules in code sampling @mrocklin
|
||||
* SpecCluster: add option to \*not\* shut down the scheduler
|
||||
when the cluster is closed @nocnokneo
|
||||
* Fix CI by using `client.persist(collection)` instead of
|
||||
`collection.persist()` @hendrikmakait
|
||||
* Add redirect from prefix root to status @icykip
|
||||
- update to 2025.2.0:
|
||||
* Remove traceback from sizeof failure warning @jacobtomlinson
|
||||
* Hotfix: Ignore negative occupancy @hendrikmakait
|
||||
* Remove expensive tokenization for key uniqueness check @phofl
|
||||
* Fix CI for changes in from\_map @phofl
|
||||
* Avoid handling stale long-running messages on scheduler
|
||||
@hendrikmakait
|
||||
* Bump `test_ucx::test_stress` timeout @TomAugspurger
|
||||
* Poll in test\_rmm\_metrics test @TomAugspurger
|
||||
* Cache occupancy in `WorkStealing.balance()` @hendrikmakait
|
||||
* Homogeneous balancing by accounting for in-flight requests
|
||||
@hendrikmakait
|
||||
* Consistent estimation of task duration between stealing,
|
||||
adaptive and occupancy calculation @hendrikmakait
|
||||
* Increase default work-stealing interval by 10x @hendrikmakait
|
||||
* Remove Occupancy plot from status dashboard @hendrikmakait
|
||||
- update to 2025.1.0:
|
||||
* Fix windows ci to avoid os.getuid @phofl
|
||||
* Use IO task marker in scheduling @jrbourbeau
|
||||
* Skip unwritable test if root @TomAugspurger
|
||||
* Enable `UploadDirectory` plugin to upload to scheduler
|
||||
* Handle SSLError in TCP comm @jacobtomlinson
|
||||
* pynvml compatibility @TomAugspurger
|
||||
* Handle Client(..., security=False) @jacobtomlinson
|
||||
* Removed big-endian sparse tests @TomAugspurger
|
||||
* Set usedforsecurity=False for md5 call in utils.color\_of
|
||||
@relativistic
|
||||
* Remove subgraph callable @fjetter
|
||||
* Remove dependency on dedicated `dask-expr` repo
|
||||
* Skip big-endian floats in `test_serialize_scipy_sparse` if
|
||||
using `scipy>=1.15.0` @hendrikmakait
|
||||
* Run dask with a matching interpreter @cjwatson
|
||||
* Remove unused "type: ignore" comment @cjwatson
|
||||
* Clean up tests after legacy DataFrame removal @phofl
|
||||
* Pin jupyter-events to avoid incompatibility with jupyter-
|
||||
server @phofl
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 10:16:13 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-distributed
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -37,6 +37,9 @@
|
||||
%if "%{flavor}" != "test-py313"
|
||||
%define skip_python313 1
|
||||
%endif
|
||||
%if "%{flavor}" != "test-py314"
|
||||
%define skip_python314 1
|
||||
%endif
|
||||
%else
|
||||
%if "%{pythons}" == "python311" && "%{flavor}" != "test-py311"
|
||||
# Hardcoded assumption: SLE15 pythons module has python311
|
||||
@@ -54,7 +57,7 @@ ExclusiveArch: donotbuild
|
||||
|
||||
Name: python-distributed%{psuffix}
|
||||
# ===> Note: python-dask MUST be updated in sync with python-distributed! <===
|
||||
Version: 2024.12.0
|
||||
Version: 2025.9.0
|
||||
Release: 0
|
||||
Summary: Library for distributed computing with Python
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user