forked from pool/python-distributed
Accepting request 603175 from devel:languages:python
- update to version 1.21.6: * Fix numeric environment variable configuration (GH#1885) Joseph Atkins-Kurkish * support bytearrays in older lz4 library (GH#1886) Matthew Rocklin * Remove started timeout in nanny (GH#1852) Matthew Rocklin * Don’t log errors in sync (GH#1894) Matthew Rocklin * downgrade stale lock warning to info logging level (GH#1890) Matthew Rocklin * Fix UnboundLocalError for key (GH#1900) John Kirkham * Resolve deployment issues in Python 2 (GH#1905) Matthew Rocklin * Support retries and priority in Client.get method (GH#1902) Matthew Rocklin * Add additional attributes to task page if applicable (GH#1901) Matthew Rocklin * Add count method to as_completed (GH#1897) Matthew Rocklin * Extend default timeout to 10s (GH#1904) Matthew Rocklin - changes from version 1.21.5: * Increase default allowable tick time to 3s (GH#1854) Matthew Rocklin * Handle errant workers when another worker has data (GH#1853) Matthew Rocklin * Close multiprocessing queue in Nanny to reduce open file descriptors (GH#1862) Matthew Rocklin * Extend nanny started timeout to 30s, make configurable (GH#1865) Matthew Rocklin * Comment out the default config file (GH#1871) Matthew Rocklin * Update to fix bokeh 0.12.15 update errors (GH#1872) Matthew Rocklin * Downgrade Event Loop unresponsive warning to INFO level (GH#1870) Matthew Rocklin * Add fifo timeout to control priority generation (GH#1828) Matthew Rocklin * Add retire_workers API to Client (GH#1876) Matthew Rocklin * Catch NoSuchProcess error in Nanny.memory_monitor (GH#1877) Matthew Rocklin * Add uid to nanny queue communitcations (GH#1880) Matthew Rocklin - changes from version 1.21.4: * Avoid passing bytearrays to snappy decompression (GH#1831) Matthew Rocklin * Specify IOLoop in Adaptive (GH#1841) Matthew Rocklin * Use connect-timeout config value throughout client (GH#1839) Matthew Rocklin * Support direct= keyword argument in Client.get (GH#1845) Matthew Rocklin - changes from version 1.21.3: * Add cluster superclass and improve adaptivity (GH#1813) Matthew Rocklin * Fixup tests and support Python 2 for Tornado 5.0 (GH#1818) Matthew Rocklin * Fix bug in recreate_error when dependencies are dropped (GH#1815) Matthew Rocklin * Add worker time to live in Scheduler (GH#1811) Matthew Rocklin * Scale adaptive based on total_occupancy (GH#1807) Matthew Rocklin * Support calling compute within worker_client (GH#1814) Matthew Rocklin * Add percentage to profile plot (GH#1817) Brett Naul * Overwrite option for remote python in dask-ssh (GH#1812) Sven Kreiss - changes from version 1.21.2: * Fix bug where we didn’t check idle/saturated when stealing (GH#1801) Matthew Rocklin * Fix bug where client was noisy when scheduler closed unexpectedly (GH#1806) Matthew Rocklin * Use string-based timedeltas (like '500 ms') everywhere (GH#1804) Matthew Rocklin * Keep logs in scheduler and worker even if silenced (GH#1803) Matthew Rocklin * Support minimum, maximum, wait_count keywords in Adaptive (GH#1797) Jacob Tomlinson and Matthew Rocklin * Support async protocols for LocalCluster, replace start= with asynchronous= (GH#1798) Matthew Rocklin * Avoid restarting workers when nanny waits on scheduler (GH#1793) Matthew Rocklin * Use IOStream.read_into() when available (GH#1477) Antoine Pitrou * Reduce LocalCluster logging threshold from CRITICAL to WARN (GH#1785) Andy Jones * Add futures_of to API docs (GH#1783) John Kirkham * Make diagnostics link in client configurable (GH#1810) Matthew Rocklin - changes from version 1.21.1: * Fixed an uncaught exception in distributed.joblib with a LocalCluster using only threads (GH#1775) Tom Augspurger * Format bytes in info worker page (GH#1752) Matthew Rocklin * Add pass-through arguments for scheduler/worker –preload modules. (GH#1634) Alexander Ford * Use new LZ4 API (GH#1757) Thrasibule * Replace dask.optimize with dask.optimization (GH#1754) Matthew Rocklin * Add graph layout engine and bokeh plot (GH#1756) Matthew Rocklin * Only expand name with –nprocs if name exists (GH#1776) Matthew Rocklin * specify IOLoop for stealing PeriodicCallback (GH#1777) Matthew Rocklin * Fixed distributed.joblib with no processes Tom Augspurger * Use set.discard to avoid KeyErrors in stealing (GH#1766) Matthew Rocklin * Avoid KeyError when task has been released during steal (GH#1765) Matthew Rocklin * Add versions routes to avoid the use of run in Client.get_versions (GH#1773) Matthew Rocklin * Add write_scheduler_file to Client (GH#1778) Joe Hamman * Default host to tls:// if tls information provided (GH#1780) Matthew Rocklin - Update descriptions. OBS-URL: https://build.opensuse.org/request/show/603175 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,120 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 7 19:25:08 UTC 2018 - arun@gmx.de
|
||||
|
||||
- update to version 1.21.6:
|
||||
* Fix numeric environment variable configuration (GH#1885) Joseph
|
||||
Atkins-Kurkish
|
||||
* support bytearrays in older lz4 library (GH#1886) Matthew Rocklin
|
||||
* Remove started timeout in nanny (GH#1852) Matthew Rocklin
|
||||
* Don’t log errors in sync (GH#1894) Matthew Rocklin
|
||||
* downgrade stale lock warning to info logging level (GH#1890)
|
||||
Matthew Rocklin
|
||||
* Fix UnboundLocalError for key (GH#1900) John Kirkham
|
||||
* Resolve deployment issues in Python 2 (GH#1905) Matthew Rocklin
|
||||
* Support retries and priority in Client.get method (GH#1902)
|
||||
Matthew Rocklin
|
||||
* Add additional attributes to task page if applicable (GH#1901)
|
||||
Matthew Rocklin
|
||||
* Add count method to as_completed (GH#1897) Matthew Rocklin
|
||||
* Extend default timeout to 10s (GH#1904) Matthew Rocklin
|
||||
|
||||
- changes from version 1.21.5:
|
||||
* Increase default allowable tick time to 3s (GH#1854) Matthew
|
||||
Rocklin
|
||||
* Handle errant workers when another worker has data (GH#1853)
|
||||
Matthew Rocklin
|
||||
* Close multiprocessing queue in Nanny to reduce open file
|
||||
descriptors (GH#1862) Matthew Rocklin
|
||||
* Extend nanny started timeout to 30s, make configurable (GH#1865)
|
||||
Matthew Rocklin
|
||||
* Comment out the default config file (GH#1871) Matthew Rocklin
|
||||
* Update to fix bokeh 0.12.15 update errors (GH#1872) Matthew
|
||||
Rocklin
|
||||
* Downgrade Event Loop unresponsive warning to INFO level (GH#1870)
|
||||
Matthew Rocklin
|
||||
* Add fifo timeout to control priority generation (GH#1828) Matthew
|
||||
Rocklin
|
||||
* Add retire_workers API to Client (GH#1876) Matthew Rocklin
|
||||
* Catch NoSuchProcess error in Nanny.memory_monitor (GH#1877)
|
||||
Matthew Rocklin
|
||||
* Add uid to nanny queue communitcations (GH#1880) Matthew Rocklin
|
||||
|
||||
- changes from version 1.21.4:
|
||||
* Avoid passing bytearrays to snappy decompression (GH#1831) Matthew
|
||||
Rocklin
|
||||
* Specify IOLoop in Adaptive (GH#1841) Matthew Rocklin
|
||||
* Use connect-timeout config value throughout client (GH#1839)
|
||||
Matthew Rocklin
|
||||
* Support direct= keyword argument in Client.get (GH#1845) Matthew
|
||||
Rocklin
|
||||
|
||||
- changes from version 1.21.3:
|
||||
* Add cluster superclass and improve adaptivity (GH#1813) Matthew
|
||||
Rocklin
|
||||
* Fixup tests and support Python 2 for Tornado 5.0 (GH#1818) Matthew
|
||||
Rocklin
|
||||
* Fix bug in recreate_error when dependencies are dropped (GH#1815)
|
||||
Matthew Rocklin
|
||||
* Add worker time to live in Scheduler (GH#1811) Matthew Rocklin
|
||||
* Scale adaptive based on total_occupancy (GH#1807) Matthew Rocklin
|
||||
* Support calling compute within worker_client (GH#1814) Matthew
|
||||
Rocklin
|
||||
* Add percentage to profile plot (GH#1817) Brett Naul
|
||||
* Overwrite option for remote python in dask-ssh (GH#1812) Sven
|
||||
Kreiss
|
||||
|
||||
- changes from version 1.21.2:
|
||||
* Fix bug where we didn’t check idle/saturated when stealing
|
||||
(GH#1801) Matthew Rocklin
|
||||
* Fix bug where client was noisy when scheduler closed unexpectedly
|
||||
(GH#1806) Matthew Rocklin
|
||||
* Use string-based timedeltas (like '500 ms') everywhere (GH#1804)
|
||||
Matthew Rocklin
|
||||
* Keep logs in scheduler and worker even if silenced (GH#1803)
|
||||
Matthew Rocklin
|
||||
* Support minimum, maximum, wait_count keywords in Adaptive
|
||||
(GH#1797) Jacob Tomlinson and Matthew Rocklin
|
||||
* Support async protocols for LocalCluster, replace start= with
|
||||
asynchronous= (GH#1798) Matthew Rocklin
|
||||
* Avoid restarting workers when nanny waits on scheduler (GH#1793)
|
||||
Matthew Rocklin
|
||||
* Use IOStream.read_into() when available (GH#1477) Antoine Pitrou
|
||||
* Reduce LocalCluster logging threshold from CRITICAL to WARN
|
||||
(GH#1785) Andy Jones
|
||||
* Add futures_of to API docs (GH#1783) John Kirkham
|
||||
* Make diagnostics link in client configurable (GH#1810) Matthew
|
||||
Rocklin
|
||||
|
||||
- changes from version 1.21.1:
|
||||
* Fixed an uncaught exception in distributed.joblib with a
|
||||
LocalCluster using only threads (GH#1775) Tom Augspurger
|
||||
* Format bytes in info worker page (GH#1752) Matthew Rocklin
|
||||
* Add pass-through arguments for scheduler/worker –preload
|
||||
modules. (GH#1634) Alexander Ford
|
||||
* Use new LZ4 API (GH#1757) Thrasibule
|
||||
* Replace dask.optimize with dask.optimization (GH#1754) Matthew
|
||||
Rocklin
|
||||
* Add graph layout engine and bokeh plot (GH#1756) Matthew Rocklin
|
||||
* Only expand name with –nprocs if name exists (GH#1776) Matthew
|
||||
Rocklin
|
||||
* specify IOLoop for stealing PeriodicCallback (GH#1777) Matthew
|
||||
Rocklin
|
||||
* Fixed distributed.joblib with no processes Tom Augspurger
|
||||
* Use set.discard to avoid KeyErrors in stealing (GH#1766) Matthew
|
||||
Rocklin
|
||||
* Avoid KeyError when task has been released during steal (GH#1765)
|
||||
Matthew Rocklin
|
||||
* Add versions routes to avoid the use of run in Client.get_versions
|
||||
(GH#1773) Matthew Rocklin
|
||||
* Add write_scheduler_file to Client (GH#1778) Joe Hamman
|
||||
* Default host to tls:// if tls information provided (GH#1780)
|
||||
Matthew Rocklin
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 20 21:00:30 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Update descriptions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 11 08:51:03 UTC 2018 - sebix+novell.com@sebix.at
|
||||
|
||||
|
Reference in New Issue
Block a user