17
0

Accepting request 882928 from home:apersaud:branches:devel:languages:python:numeric

update to latest version

OBS-URL: https://build.opensuse.org/request/show/882928
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=94
This commit is contained in:
2021-04-06 08:43:30 +00:00
committed by Git OBS Bridge
parent 63611742cd
commit b6a5993ed3
4 changed files with 33 additions and 12 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Apr 4 16:37:00 UTC 2021 - Arun Persaud <arun@gmx.de>
- update to version 2021.4.0:
* Fix un-merged frames (GH#4666) Matthew Rocklin
* Add informative error message to install uvloop (GH#4664) Matthew
Rocklin
* Remove incorrect comment regarding default LocalCluster creation
(GH#4660) cameron16
* Treat empty/missing writeable as a no-op (GH#4659) jakirkham
* Avoid list mutation in pickle_loads (GH#4653) Matthew Rocklin
* Ignore OSError exception when scaling down (GH#4633) Gerald
* Add isort to pre-commit hooks, package resorting (GH#4647) Charles
Blackmon-Luca
* Use powers-of-two when displaying RAM (GH#4649) crusaderky
* Support Websocket communication protocols (GH#4396) Marcos Moyano
* scheduler.py / worker.py code cleanup (GH#4626) crusaderky
* Update out-of-date references to config.yaml (GH#4643) Hristo
Georgiev
* Suppress OSError on SpecCluster shutdown (GH#4567) Jacob Tomlinson
* Replace conda with mamba (GH#4585) crusaderky
* Expand documentation on pure functions (GH#4644) James Lamb
-------------------------------------------------------------------
Fri Apr 2 10:06:50 UTC 2021 - Ben Greiner <code@bnavigator.de>