1
0

Accepting request 1170999 from home:bnavigator:branches:devel:languages:python:numeric

- Update to 2024.4.2
  * Trivial Merge Implementation
  * Auto-partitioning in read_parquet
- Release 2024.4.1
  * Fix an error when importing dask.dataframe with Python 3.11.9.
- Release 2024.4.0
  * Query planning fixes
  * GPU metric dashboard fixes
- Release 2024.3.1
  * Demote an exception to a warning if dask-expr is not installed
    when upgrading.
- Release 2024.3.0
  * Query planning
  * Sunset of Pandas 1.X support

OBS-URL: https://build.opensuse.org/request/show/1170999
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=167
This commit is contained in:
Dirk Mueller 2024-05-01 05:57:15 +00:00 committed by Git OBS Bridge
parent ce9ca4f063
commit 42c6f04102
4 changed files with 27 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Apr 26 17:53:31 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 2024.4.2
* Trivial Merge Implementation
* Auto-partitioning in read_parquet
- Release 2024.4.1
* Fix an error when importing dask.dataframe with Python 3.11.9.
- Release 2024.4.0
* Query planning fixes
* GPU metric dashboard fixes
- Release 2024.3.1
* Demote an exception to a warning if dask-expr is not installed
when upgrading.
- Release 2024.3.0
* Query planning
* Sunset of Pandas 1.X support
-------------------------------------------------------------------
Tue Mar 5 21:29:43 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -47,7 +47,7 @@
Name: python-distributed%{psuffix}
# ===> Note: python-dask MUST be updated in sync with python-distributed! <===
Version: 2024.2.1
Version: 2024.4.2
Release: 0
Summary: Library for distributed computing with Python
License: BSD-3-Clause
@ -156,7 +156,10 @@ donttest+=" or test_nanny_timeout"
donttest+=" or (test_asyncprocess and (test_exit_callback or test_simple))"
donttest+=" or (test_client and test_repr)"
donttest+=" or (test_client and test_profile_server)"
donttest+=" or (test_client and test_forget_errors)"
donttest+=" or (test_dask_collections and test_sparse_arrays)"
donttest+=" or (test_metrics and test_wall_clock)"
donttest+=" or (test_nanny and test_failure_during_worker_initialization)"
donttest+=" or (test_priorities and test_compute)"
donttest+=" or (test_resources and test_prefer_constrained)"
donttest+=" or (test_scheduler and test_tell_workers_when_peers_have_left)"
@ -169,6 +172,8 @@ donttest+=" or (test_worker_memory and test_digests)"
donttest+=" or (test_worker_memory and test_pause_while_spilling)"
donttest+=" or test_computations_futures"
donttest+=" or test_task_state_instance_are_garbage_collected"
donttest+=" or test_computation_object_code_client_submit_list_comp"
donttest+=" or test_computation_object_code_client_submit_dict_comp"
# server-side fail due to the non-network warning in a subprocess where the patched filter does not apply
donttest+=" or (test_client and test_quiet_close_process)"
# should return > 3, returns 3 exactly