Accepting request 830487 from home:apersaud:branches:devel:languages:python:numeric
update to latest version OBS-URL: https://build.opensuse.org/request/show/830487 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=65
This commit is contained in:
parent
61a466e951
commit
2b71e5d1dc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:469e505fd7ce75f600188bdb69a95641899d5b372f74246c8f308376b6929e9c
|
||||
size 661914
|
3
distributed-2.25.0.tar.gz
Normal file
3
distributed-2.25.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b3a6c9d82dcbe4b8757be2fcb3fbca731a57592e801caf06407a2a76cae2217
|
||||
size 665641
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 29 15:53:08 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 2.25.0:
|
||||
* Update for black (GH#4081) Tom Augspurger
|
||||
* Provide informative error when connecting an older version of Dask
|
||||
(GH#4076) Matthew Rocklin
|
||||
* Simplify pack_frames (GH#4068) jakirkham
|
||||
* Simplify frame_split_size (GH#4067) jakirkham
|
||||
* Use list.insert to add prelude up front (GH#4066) jakirkham
|
||||
* Graph helper text (GH#4064) Julia Signell
|
||||
* Graph dashboard: Reset container data if task number is too large
|
||||
(GH#4056) Florian Jetter
|
||||
* Ensure semaphore picks correct IOLoop for threadpool workers
|
||||
(GH#4060) Florian Jetter
|
||||
* Add cluster log method (GH#4051) Jacob Tomlinson
|
||||
* Cleanup more exception tracebacks (GH#4054) Krishan Bhasin
|
||||
* Improve documentation of scheduler.locks options (GH#4062) Florian
|
||||
Jetter
|
||||
|
||||
- changes from version 2.24.0:
|
||||
* Move toolbar to above and fix y axis (#4043) Julia Signell
|
||||
* Make behavior clearer for how to get worker dashboard (#4047)
|
||||
Julia Signell
|
||||
* Worker dashboard clean up (#4046) Julia Signell
|
||||
* Add a default argument to the datasets and a possibility to
|
||||
override datasets (#4052) Nils Braun
|
||||
* Discover HTTP endpoints (#3744) Martin Durant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 15 17:00:33 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
# Test requires network connection
|
||||
%bcond_with test
|
||||
Name: python-distributed
|
||||
Version: 2.23.0
|
||||
Version: 2.25.0
|
||||
Release: 0
|
||||
Summary: Library for distributed computing with Python
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user