Accepting request 1186064 from devel:languages:python:numeric
- Update to 2024.6.2: * profile._f_lineno: handle next_line being None in Python 3.13 * Cache global query-planning config * Python 3.13 fixes * Fix test_map_freq_to_period_start for pandas=3 * Tokenizing memmap arrays will now avoid materializing the array into memory. * Fix test_dt_accessor with query planning disabled * Remove deprecated dask.compatibility module * Ensure compatibility for xarray.NamedArray * Avoid rounding error in test_prometheus_collect_count_total_by_cost_multipliers * Log key collision count in update_graph log event * Rename safe to expected in Scheduler.remove_worker * Eagerly update aggregate statistics for TaskPrefix instead of calculating them on-demand * Improve graph submission time for P2P rechunking by avoiding unpack recursion into indices * Add safe keyword to remove-worker event * Improved errors and reduced logging for P2P RPC calls * Adjust P2P tests for dask-expr * Iterate over copy of Server.digests_total_since_heartbeat to avoid RuntimeError * Add Prometheus gauge for task groups * Fix too strict assertion in shuffle code for pandas subclasses * Reduce noise from erring tasks that are not supposed to be running OBS-URL: https://build.opensuse.org/request/show/1186064 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=81
This commit is contained in:
commit
f929bb8c84
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:758411bf575fe312987a3d53a91de30c1fd6dd3e0603b0ff53d646fa2fc17647
|
||||
size 2552748
|
3
distributed-2024.6.2-gh.tar.gz
Normal file
3
distributed-2024.6.2-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0abf6e182393bcc7d3b5f7ffa2af080d57c50bab6a1df044f7e5cde24982d131
|
||||
size 2556083
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 04:34:30 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 2024.6.2:
|
||||
* profile._f_lineno: handle next_line being None in Python 3.13
|
||||
* Cache global query-planning config
|
||||
* Python 3.13 fixes
|
||||
* Fix test_map_freq_to_period_start for pandas=3
|
||||
* Tokenizing memmap arrays will now avoid materializing the array into
|
||||
memory.
|
||||
* Fix test_dt_accessor with query planning disabled
|
||||
* Remove deprecated dask.compatibility module
|
||||
* Ensure compatibility for xarray.NamedArray
|
||||
* Avoid rounding error in
|
||||
test_prometheus_collect_count_total_by_cost_multipliers
|
||||
* Log key collision count in update_graph log event
|
||||
* Rename safe to expected in Scheduler.remove_worker
|
||||
* Eagerly update aggregate statistics for TaskPrefix instead of
|
||||
calculating them on-demand
|
||||
* Improve graph submission time for P2P rechunking by avoiding unpack
|
||||
recursion into indices
|
||||
* Add safe keyword to remove-worker event
|
||||
* Improved errors and reduced logging for P2P RPC calls
|
||||
* Adjust P2P tests for dask-expr
|
||||
* Iterate over copy of Server.digests_total_since_heartbeat to avoid
|
||||
RuntimeError
|
||||
* Add Prometheus gauge for task groups
|
||||
* Fix too strict assertion in shuffle code for pandas subclasses
|
||||
* Reduce noise from erring tasks that are not supposed to be running
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 26 17:53:31 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
|
||||
Name: python-distributed%{psuffix}
|
||||
# ===> Note: python-dask MUST be updated in sync with python-distributed! <===
|
||||
Version: 2024.4.2
|
||||
Version: 2024.6.2
|
||||
Release: 0
|
||||
Summary: Library for distributed computing with Python
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user