From 61a466e951fb1f79435a66b6da05127993848fed92dbedbd55d711b45e2451f5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 Aug 2020 02:17:23 +0000 Subject: [PATCH] Accepting request 826870 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/826870 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=63 --- distributed-2.21.0.tar.gz | 3 -- distributed-2.23.0.tar.gz | 3 ++ python-distributed.changes | 58 ++++++++++++++++++++++++++++++++++++++ python-distributed.spec | 2 +- 4 files changed, 62 insertions(+), 4 deletions(-) delete mode 100644 distributed-2.21.0.tar.gz create mode 100644 distributed-2.23.0.tar.gz diff --git a/distributed-2.21.0.tar.gz b/distributed-2.21.0.tar.gz deleted file mode 100644 index aff9d83..0000000 --- a/distributed-2.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8667b21f547ab3e209f4db5a4adbbd32c942616c7e227569cdbaa804882acd71 -size 657536 diff --git a/distributed-2.23.0.tar.gz b/distributed-2.23.0.tar.gz new file mode 100644 index 0000000..676dc42 --- /dev/null +++ b/distributed-2.23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469e505fd7ce75f600188bdb69a95641899d5b372f74246c8f308376b6929e9c +size 661914 diff --git a/python-distributed.changes b/python-distributed.changes index 7dd725e..74e95b8 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,61 @@ +------------------------------------------------------------------- +Sat Aug 15 17:00:33 UTC 2020 - Arun Persaud + +- update to version 2.23.0: + * Tidy up exception traceback in TCP Comms (GH#4042) Krishan Bhasin + * Angle on the x-axis labels (GH#4030) Mathieu Dugré + * Always set RMM’s strides in the header (GH#4039) jakirkham + * Fix documentation upload_file (GH#4038) Roberto Panai + * Update UCX tests for new handshake step (GH#4036) jakirkham + * Add test for informative errors in serialization cases (GH#4029) + Matthew Rocklin + * Add compression, pickle protocol to comm contexts (GH#4019) + Matthew Rocklin + * Make GPU plots robust to not having GPUs (GH#4008) Matthew Rocklin + * Update PendingDeprecationWarning with correct version number + (GH#4025) Matthias Bussonnier + * Install PyTorch on CI (GH#4017) jakirkham + * Try getting cluster dashboard_link before asking scheduler + (GH#4018) Matthew Rocklin + * Ignore writeable frames with builtin array (GH#4016) jakirkham + * Just extend frames2 by frames (GH#4015) jakirkham + * Serialize builtin array (GH#4013) jakirkham + * Use cuDF’s assert_eq (GH#4014) jakirkham + * Clear function cache whenever we upload a new file (GH#3993) Jack + Xiaosong Xu + * Emmit warning when assign/comparing string with Status Enum + (GH#3875) Matthias Bussonnier + * Track mutable frames (GH#4004) jakirkham + * Improve bytes and bytearray serialization (GH#4009) jakirkham + * Fix memory histogram values in dashboard (GH#4006) Willi Rath + +------------------------------------------------------------------- +Sat Aug 1 22:12:29 UTC 2020 - Arun Persaud + +- update to version 2.22.0: + * Only call frame_split_size when there are frames (GH#3996) + jakirkham + * Fix failing test_bandwidth (GH#3999) jakirkham + * Handle sum of memory percentage when memory_limit is 0 (GH#3984) + Julia Signell + * Drop msgpack pre-0.5.2 compat code (GH#3977) jakirkham + * Revert to localhost for local IP if no network available (GH#3991) + Matthew Rocklin + * Add missing backtick in inline directive. (GH#3988) Matthias + Bussonnier + * Warn when threads_per_worker is set to zero (GH#3986) Julia + Signell + * Use memoryview in unpack_frames (GH#3980) jakirkham + * Iterate over list of comms (GH#3959) Matthew Rocklin + * Streamline pack_frames/unpack_frames frames (GH#3973) jakirkham + * Always attempt to create dask-worker-space folder and continue if + it exists (GH#3972) Jendrik Jördening + * Use merge_frames with host memory only (GH#3971) jakirkham + * Simplify pack_frames_prelude (GH#3961) jakirkham + * Use continuation prompt for proper example parsing (GH#3966) + Matthias Bussonnier + * Ensure writable frames (GH#3967) jakirkham + ------------------------------------------------------------------- Sat Jul 18 18:13:10 UTC 2020 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index 75970d9..1c1c58c 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -21,7 +21,7 @@ # Test requires network connection %bcond_with test Name: python-distributed -Version: 2.21.0 +Version: 2.23.0 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause