Accepting request 821677 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/821677 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=31
This commit is contained in:
commit
934fb17ea9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:76cb6c32597a8bf42f070033ff587603954285310b1b60d99b2fcd77bddfc23a
|
|
||||||
size 655318
|
|
3
distributed-2.21.0.tar.gz
Normal file
3
distributed-2.21.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8667b21f547ab3e209f4db5a4adbbd32c942616c7e227569cdbaa804882acd71
|
||||||
|
size 657536
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 18 18:13:10 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 2.21.0:
|
||||||
|
* Fix data replication error (GH#3963) Andrew Fulton
|
||||||
|
* Treat falsey local directory as None (GH#3964) Tom Augspurger
|
||||||
|
* Unpin numpydoc now that 1.1 is released (GH#3957) Gil Forsyth
|
||||||
|
* Error hard when Dask has mismatched versions or lz4 installed
|
||||||
|
(GH#3936) Matthew Rocklin
|
||||||
|
* Skip coercing to bytes in merge_frames (GH#3960) jakirkham
|
||||||
|
* UCX: reuse endpoints in order to fix NVLINK issue (GH#3953) Mads
|
||||||
|
R. B. Kristensen
|
||||||
|
* Optionally use pickle5 (GH#3849) jakirkham
|
||||||
|
* Update time per task chart with filtering and pie (GH#3933)
|
||||||
|
Benjamin Zaitlen
|
||||||
|
* UCX: explicit shutdown message (GH#3950) Mads R. B. Kristensen
|
||||||
|
* Avoid too aggressive retry of connections (GH#3944) Matthias
|
||||||
|
Bussonnier
|
||||||
|
* Parse timeouts in Client.sync (GH#3952) Matthew Rocklin
|
||||||
|
* Synchronize on non-trivial CUDA frame transmission (GH#3949)
|
||||||
|
jakirkham
|
||||||
|
* Serialize memoryview with shape and format (GH#3947) jakirkham
|
||||||
|
* Move scheduler_comm into Cluster.__init__ (GH#3945) Matthew
|
||||||
|
Rocklin
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 9 12:28:22 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Thu Jul 9 12:28:22 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# Test requires network connection
|
# Test requires network connection
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
Name: python-distributed
|
Name: python-distributed
|
||||||
Version: 2.20.0
|
Version: 2.21.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for distributed computing with Python
|
Summary: Library for distributed computing with Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user