Accepting request 670743 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/670743 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=15
This commit is contained in:
commit
cffae0a034
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c83078ef4cfe65a8e371ad6283ff1acb1e20a2a475788a1ce87e95ddc3406567
|
||||
size 520738
|
3
distributed-1.25.3.tar.gz
Normal file
3
distributed-1.25.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa9dc4fde7523c4b791cb044424e02d2f8e38c71e6a00affcb84024b0ea7722f
|
||||
size 523623
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 2 17:10:13 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 1.25.3:
|
||||
* Fix excess threading on missing connections (:pr:`2403`) Daniel
|
||||
Farrell
|
||||
* Fix typo in doc (:pr:`2457`) Loïc Estève
|
||||
* Start fewer but larger workers with LocalCluster (:pr:`2452`)
|
||||
Matthew Rocklin
|
||||
* Check for non-zero length first in read loop (:pr:`2465`) John
|
||||
Kirkham
|
||||
* DOC: Use of local cluster in script (:pr:`2462`) Peter Killick
|
||||
* DOC/API: Signature for base class write / read (:pr:`2472`) Tom
|
||||
Augspurger
|
||||
* Support Pytest 4 in Tests (:pr:`2478`) Adam Beberg
|
||||
* Ensure async behavior in event loop with LocalCluster (:pr:`2484`)
|
||||
Matthew Rocklin
|
||||
* Fix spurious CancelledError (:pr:`2485`) Loïc Estève
|
||||
* Properly reset dask.config scheduler and shuffle when closing the
|
||||
client (:pr:`2475`) George Sakkis
|
||||
* Make it more explict that resources are per worker. (:pr:`2470`)
|
||||
Loïc Estève
|
||||
* Remove references to center (:pr:`2488`) Matthew Rocklin
|
||||
* Expand client clearing timeout to 10s in testing (:pr:`2493`)
|
||||
Matthew Rocklin
|
||||
* Propagate key keyword in progressbar (:pr:`2492`) Matthew Rocklin
|
||||
* Use provided cluster's IOLoop if present in Client (:pr:`2494`)
|
||||
Matthew Rocklin
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 6 22:33:33 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# Test requires network connection
|
||||
%bcond_with test
|
||||
Name: python-distributed
|
||||
Version: 1.25.2
|
||||
Version: 1.25.3
|
||||
Release: 0
|
||||
Summary: Library for distributed computing with Python
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user