diff --git a/distributed-2024.4.2-gh.tar.gz b/distributed-2024.4.2-gh.tar.gz deleted file mode 100644 index cbd13a8..0000000 --- a/distributed-2024.4.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:758411bf575fe312987a3d53a91de30c1fd6dd3e0603b0ff53d646fa2fc17647 -size 2552748 diff --git a/distributed-2024.6.2-gh.tar.gz b/distributed-2024.6.2-gh.tar.gz new file mode 100644 index 0000000..e4c64c4 --- /dev/null +++ b/distributed-2024.6.2-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0abf6e182393bcc7d3b5f7ffa2af080d57c50bab6a1df044f7e5cde24982d131 +size 2556083 diff --git a/python-distributed.changes b/python-distributed.changes index 4b3c906..20a3858 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Jul 8 04:34:30 UTC 2024 - Steve Kowalik + +- 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 diff --git a/python-distributed.spec b/python-distributed.spec index dc7dab3..b358f27 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -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