forked from pool/python-distributed
Accepting request 640650 from home:apersaud:branches:devel:languages:python:numeric
update to latest version OBS-URL: https://build.opensuse.org/request/show/640650 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=9
This commit is contained in:
parent
b9566b612c
commit
a62b60226d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:803af56bdc755bcb351bd93b25c4f4ded48d684aa9e591d877f751080ad2f898
|
||||
size 515222
|
3
distributed-1.23.3.tar.gz
Normal file
3
distributed-1.23.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d48a4de280fd7243ca76f9b12db5fe2486fc89dcdb510c77fa51f51733a04cc
|
||||
size 515993
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 8 15:02:15 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 1.23.3:
|
||||
* Err in dask serialization if not a NotImplementedError (GH#2251)
|
||||
Matthew Rocklin
|
||||
* Protect against key missing from priority in GraphLayout (GH#2259)
|
||||
Matthew Rocklin
|
||||
* Do not pull data twice in Client.gather (GH#2263) Adam Klein
|
||||
* Add pytest fixture for cluster tests (GH#2262) Matthew Rocklin
|
||||
* Cleanup bokeh callbacks (GH#2261) (GH#2278) Matthew Rocklin
|
||||
* Fix bokeh error for memory_limit=None (GH#2255) Brett Naul
|
||||
* Place large keywords into task graph in Client.map (GH#2281)
|
||||
Matthew Rocklin
|
||||
* Remove redundant blosc threading code from protocol.numpy
|
||||
(GH#2284) Mike Gevaert
|
||||
* Add ncores to workertable (GH#2289) Matthew Rocklin
|
||||
* Support upload_file on files with no extension (GH#2290) Matthew
|
||||
Rocklin
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 17 14:55:33 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# Test requires network connection
|
||||
%bcond_with test
|
||||
Name: python-distributed
|
||||
Version: 1.23.2
|
||||
Version: 1.23.3
|
||||
Release: 0
|
||||
Summary: Library for distributed computing with Python
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user