forked from pool/python-distributed
Accepting request 632810 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/632810 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=5
This commit is contained in:
parent
17917956ba
commit
3ad9f53adc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:73b992604118c1489f621586209a50c75d1df146e7eccbffbc790ac028a97ca4
|
|
||||||
size 487214
|
|
3
distributed-1.23.0.tar.gz
Normal file
3
distributed-1.23.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:13b4a6741ac395bf76cfccfd17ede66abca521d8cec96ba83615c1dede36651f
|
||||||
|
size 514118
|
@ -1,3 +1,108 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 2 17:03:46 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* remove devel from noarch
|
||||||
|
* be more specific in %files section
|
||||||
|
|
||||||
|
- update to version 1.23.0:
|
||||||
|
* Add direct_to_workers to Client Matthew Rocklin
|
||||||
|
* Add Scheduler.proxy to workers Matthew Rocklin
|
||||||
|
* Implement Actors Matthew Rocklin
|
||||||
|
* Fix tooltip (#2168) Loïc Estève
|
||||||
|
* Fix scale / avoid returning coroutines (#2171) Joe Hamman
|
||||||
|
* Clarify dask-worker –nprocs (#2173) Yu Feng
|
||||||
|
* Concatenate all bytes of small messages in TCP comms (#2172)
|
||||||
|
Matthew Rocklin
|
||||||
|
* Add dashboard_link property (#2176) Jacob Tomlinson
|
||||||
|
* Always offload to_frames (#2170) Matthew Rocklin
|
||||||
|
* Warn if desired port is already in use (#2191) (#2199) Matthew
|
||||||
|
Rocklin
|
||||||
|
* Add profile page for event loop thread (#2144) Matthew Rocklin
|
||||||
|
* Use dispatch for dask serialization, also add sklearn, pytorch
|
||||||
|
(#2175) Matthew Rocklin
|
||||||
|
* Handle corner cases with busy signal (#2182) Matthew Rocklin
|
||||||
|
* Check self.dependencies when looking at tasks in memory (#2196)
|
||||||
|
Matthew Rocklin
|
||||||
|
* Add ability to log additional custom metrics from each worker
|
||||||
|
(#2169) Loïc Estève
|
||||||
|
* Fix formatting when port is a tuple (#2204) Loïc Estève
|
||||||
|
* Describe what ZeroMQ is (#2211) Mike DePalatis
|
||||||
|
* Tiny typo fix (#2214) Anderson Banihirwe
|
||||||
|
* Add Python 3.7 to travis.yml (#2203) Matthew Rocklin
|
||||||
|
* Add plot= keyword to get_task_stream (#2198) Matthew Rocklin
|
||||||
|
* Add support for optional versions in Client.get_versions (#2216)
|
||||||
|
Matthew Rocklin
|
||||||
|
* Add routes for solo bokeh figures in dashboard (#2185) Matthew
|
||||||
|
Rocklin
|
||||||
|
* Be resilient to missing dep after busy signal (#2217) Matthew
|
||||||
|
Rocklin
|
||||||
|
* Use CSS Grid to layout status page on the dashboard (#2213) Derek
|
||||||
|
Ludwig and Luke Canavan
|
||||||
|
* Fix deserialization of queues on main ioloop thread (#2221)
|
||||||
|
Matthew Rocklin
|
||||||
|
* Add a worker initialization function (#2201) Guillaume EB
|
||||||
|
* Collapse navbar in dashboard (#2223) Luke Canavan
|
||||||
|
|
||||||
|
- changes from version 1.22.1:
|
||||||
|
* Add worker_class= keyword to Nanny to support different worker
|
||||||
|
types (GH#2147) Martin Durant
|
||||||
|
* Cleanup intermittent worker failures (GH#2152) (GH#2146) Matthew
|
||||||
|
Rocklin
|
||||||
|
* Fix msgpack PendingDeprecationWarning for encoding=’utf-8’
|
||||||
|
(GH#2153) Olivier Grisel
|
||||||
|
* Make bokeh coloring deterministic using hash function (GH#2143)
|
||||||
|
Matthew Rocklin
|
||||||
|
* Allow client to query the task stream plot (GH#2122) Matthew
|
||||||
|
Rocklin
|
||||||
|
* Use PID and counter in thread names (GH#2084) (GH#2128) Dror
|
||||||
|
Birkman
|
||||||
|
* Test that worker restrictions are cleared after cancellation
|
||||||
|
(GH#2107) Matthew Rocklin
|
||||||
|
* Expand resources in graph_to_futures (GH#2131) Matthew Rocklin
|
||||||
|
* Add custom serialization support for pyarrow (GH#2115) Dave
|
||||||
|
Hirschfeld
|
||||||
|
* Update dask-scheduler cli help text for preload (GH#2120) Matt
|
||||||
|
Nicolls
|
||||||
|
* Added another nested parallelism test (GH#1710) Tom Augspurger
|
||||||
|
* insert newline by default after TextProgressBar (GH#1976) Phil
|
||||||
|
Tooley
|
||||||
|
* Retire workers from scale (GH#2104) Matthew Rocklin
|
||||||
|
* Allow worker to refuse data requests with busy signal (GH#2092)
|
||||||
|
Matthew Rocklin
|
||||||
|
* Don’t forget released keys (GH#2098) Matthew Rocklin
|
||||||
|
* Update example for stopping a worker (GH#2088) `John A Kirkham`_
|
||||||
|
* removed hardcoded value of memory terminate fraction from a log
|
||||||
|
message (GH#2096) Bartosz Marcinkowski
|
||||||
|
* Adjust worker doc after change in config file location and
|
||||||
|
treatment (GH#2094) Aurélien Ponte
|
||||||
|
* Prefer gathering data from same host (GH#2090) Matthew Rocklin
|
||||||
|
* Handle exceptions on deserialized comm with text error (GH#2093)
|
||||||
|
Matthew Rocklin
|
||||||
|
* Fix typo in docstring (GH#2087) Loïc Estève
|
||||||
|
* Provide communication context to serialization functions (GH#2054)
|
||||||
|
Matthew Rocklin
|
||||||
|
* Allow name to be explicitly passed in publish_dataset (GH#1995)
|
||||||
|
Marius van Niekerk
|
||||||
|
* Avoid accessing Worker.scheduler_delay around yield point
|
||||||
|
(GH#2074) Matthew Rocklin
|
||||||
|
* Support TB and PB in format bytes (GH#2072) Matthew Rocklin
|
||||||
|
* Add test for as_completed for loops in Python 2 (GH#2071) Matthew
|
||||||
|
Rocklin
|
||||||
|
* Allow adaptive to exist without a cluster (GH#2064) Matthew
|
||||||
|
Rocklin
|
||||||
|
* Have worker data transfer wait until recipient acknowledges
|
||||||
|
(GH#2052) Matthew Rocklin
|
||||||
|
* Support async def functions in Client.sync (GH#2070) Matthew
|
||||||
|
Rocklin
|
||||||
|
* Add asynchronous parameter to docstring of LocalCluster Matthew
|
||||||
|
Rocklin
|
||||||
|
* Normalize address before comparison (GH#2066) Tom Augspurger
|
||||||
|
* Use ConnectionPool for Worker.scheduler Matthew Rocklin
|
||||||
|
* Avoid reference cycle in str_graph Matthew Rocklin
|
||||||
|
* Pull data outside of while loop in gather (GH#2059) Matthew
|
||||||
|
Rocklin
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 2 09:52:43 UTC 2018 - tchvatal@suse.com
|
Mon Jul 2 09:52:43 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# Test requires network connection
|
# Test requires network connection
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
Name: python-distributed
|
Name: python-distributed
|
||||||
Version: 1.22.0
|
Version: 1.23.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
|
||||||
@ -28,7 +28,6 @@ Group: Development/Languages/Python
|
|||||||
URL: https://distributed.readthedocs.io/en/latest/
|
URL: https://distributed.readthedocs.io/en/latest/
|
||||||
Source: https://files.pythonhosted.org/packages/source/d/distributed/distributed-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/d/distributed/distributed-%{version}.tar.gz
|
||||||
Source99: python-distributed-rpmlintrc
|
Source99: python-distributed-rpmlintrc
|
||||||
BuildRequires: %{python_module devel}
|
|
||||||
BuildRequires: %{python_module joblib >= 0.10.2}
|
BuildRequires: %{python_module joblib >= 0.10.2}
|
||||||
BuildRequires: %{python_module scikit-learn >= 0.17.1}
|
BuildRequires: %{python_module scikit-learn >= 0.17.1}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@ -106,6 +105,6 @@ clusters.
|
|||||||
%python3_only %{_bindir}/dask-scheduler
|
%python3_only %{_bindir}/dask-scheduler
|
||||||
%python3_only %{_bindir}/dask-worker
|
%python3_only %{_bindir}/dask-worker
|
||||||
%python3_only %{_bindir}/dask-mpi
|
%python3_only %{_bindir}/dask-mpi
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/distributed*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user