diff --git a/distributed-1.25.2.tar.gz b/distributed-1.25.2.tar.gz deleted file mode 100644 index 3eeb99f..0000000 --- a/distributed-1.25.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c83078ef4cfe65a8e371ad6283ff1acb1e20a2a475788a1ce87e95ddc3406567 -size 520738 diff --git a/distributed-1.25.3.tar.gz b/distributed-1.25.3.tar.gz new file mode 100644 index 0000000..e4992b2 --- /dev/null +++ b/distributed-1.25.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9dc4fde7523c4b791cb044424e02d2f8e38c71e6a00affcb84024b0ea7722f +size 523623 diff --git a/python-distributed.changes b/python-distributed.changes index 2064c14..b3da8bc 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sat Feb 2 17:10:13 UTC 2019 - Arun Persaud + +- 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 diff --git a/python-distributed.spec b/python-distributed.spec index 8651f50..72cd7f1 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -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