14
0
forked from pool/python-joblib

- Update to 0.13.2:

* Upgrade to cloudpickle 0.8.0
  * Add a non-regression test related to joblib issues #836 and #833, reporting that cloudpickle versions between 0.5.4 and 0.7 introduced a bug where global variables changes in a parent process between two calls to joblib.Parallel would not be propagated into the workers

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=26
This commit is contained in:
Tomáš Chvátal
2019-03-26 14:49:17 +00:00
committed by Git OBS Bridge
parent cb72ccabdc
commit 8baf6f89c9
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 26 14:45:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.13.2:
* Upgrade to cloudpickle 0.8.0
* Add a non-regression test related to joblib issues #836 and #833, reporting that cloudpickle versions between 0.5.4 and 0.7 introduced a bug where global variables changes in a parent process between two calls to joblib.Parallel would not be propagated into the workers
-------------------------------------------------------------------
Thu Mar 7 15:57:20 UTC 2019 - John Vandenberg <jayvdb@gmail.com>