forked from pool/python-distributed
Accepting request 782718 from home:apersaud:branches:devel:languages:python:numeric
update to latest version OBS-URL: https://build.opensuse.org/request/show/782718 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=51
This commit is contained in:
parent
03cbed9680
commit
1ee499ab41
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8252e9e6387db3862c9b56b5e028b5a592fa82dcbe100bffc34be58ccd74e01c
|
|
||||||
size 607794
|
|
3
distributed-2.12.0.tar.gz
Normal file
3
distributed-2.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5805bac7bf15a00f2cceb55babc2456bb148f8b01376a14984d32a1cd7ac0669
|
||||||
|
size 612632
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 19:04:45 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 2.12.0:
|
||||||
|
* Update TaskGroup remove logic (GH#3557) James Bourbeau
|
||||||
|
* Fix-up CuPy sparse serialization (GH#3556) John Kirkham
|
||||||
|
* API docs for LocalCluster and SpecCluster (GH#3548) Tom Augspurger
|
||||||
|
* Serialize sparse arrays (GH#3545) John Kirkham
|
||||||
|
* Allow tasks with restrictions to be stolen (GH#3069) Stan Seibert
|
||||||
|
* Use UCX default configuration instead of raising (GH#3544) Peter
|
||||||
|
Andreas Entschev
|
||||||
|
* Support using other serializers with register_generic (GH#3536)
|
||||||
|
John Kirkham
|
||||||
|
* DOC: update to async await (GH#3543) Tom Augspurger
|
||||||
|
* Use pytest.raises in test_ucx_config.py (GH#3541) John Kirkham
|
||||||
|
* Fix/more ucx config options (GH#3539) Benjamin Zaitlen
|
||||||
|
* Update heartbeat CommClosedError error handling (GH#3529) James
|
||||||
|
Bourbeau
|
||||||
|
* Use makedirs when constructing local_directory (GH#3538) John
|
||||||
|
Kirkham
|
||||||
|
* Mark None as MessagePack serializable (GH#3537) John Kirkham
|
||||||
|
* Mark bool as MessagePack serializable (GH#3535) John Kirkham
|
||||||
|
* Use ‘temporary-directory’ from dask.config for Nanny’s directory
|
||||||
|
(GH#3531) John Kirkham
|
||||||
|
* Add try-except around getting source code in performance report
|
||||||
|
(GH#3505) Matthew Rocklin
|
||||||
|
* Fix typo in docstring (GH#3528) Davis Bennett
|
||||||
|
* Make work stealing callback time configurable (GH#3523) Lucas
|
||||||
|
Rademaker
|
||||||
|
* RMM/UCX Config Flags (GH#3515) Benjamin Zaitlen
|
||||||
|
* Revise develop-docs: conda env example (GH#3406) Darren Weber
|
||||||
|
* Remove import ucp from the top of ucx.py (GH#3510) Peter Andreas
|
||||||
|
Entschev
|
||||||
|
* Rename logs to get_logs (GH#3473) Jacob Tomlinson
|
||||||
|
* Stop keep alives when worker reconnecting to the scheduler
|
||||||
|
(GH#3493) Jacob Tomlinson
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 22 18:57:41 UTC 2020 - Arun Persaud <arun@gmx.de>
|
Sat Feb 22 18:57:41 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -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.11.0
|
Version: 2.12.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…
Reference in New Issue
Block a user