forked from pool/python-joblib
- update to 0.16.0
- Fix a problem in the constructors of of Parallel backends classes that inherit from the `AutoBatchingMixin` that prevented the dask backend to properly batch short tasks. https://github.com/joblib/joblib/pull/1062 - Fix a problem in the way the joblib dask backend batches calls that would badly interact with the dask callable pickling cache and lead to wrong results or errors. https://github.com/joblib/joblib/pull/1055 - Prevent a dask.distributed bug from surfacing in joblib's dask backend during nested Parallel calls (due to joblib's auto-scattering feature) https://github.com/joblib/joblib/pull/1061 - Workaround for a race condition after Parallel calls with the dask backend that would cause low level warnings from asyncio coroutines: https://github.com/joblib/joblib/pull/1078 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=34
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:61e49189c84b3c5d99a969d314853f4d1d263316cc694bec17548ebaa9c47b6e
|
|
||||||
size 347490
|
|
3
joblib-0.16.0.tar.gz
Normal file
3
joblib-0.16.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8f52bf24c64b608bf0b2563e0e47d6fcf516abc8cfafe10cfd98ad66d94f92d6
|
||||||
|
size 349661
|
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 18 09:12:26 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.16.0
|
||||||
|
- Fix a problem in the constructors of of Parallel backends classes that
|
||||||
|
inherit from the `AutoBatchingMixin` that prevented the dask backend to
|
||||||
|
properly batch short tasks.
|
||||||
|
https://github.com/joblib/joblib/pull/1062
|
||||||
|
- Fix a problem in the way the joblib dask backend batches calls that would
|
||||||
|
badly interact with the dask callable pickling cache and lead to wrong
|
||||||
|
results or errors.
|
||||||
|
https://github.com/joblib/joblib/pull/1055
|
||||||
|
- Prevent a dask.distributed bug from surfacing in joblib's dask backend
|
||||||
|
during nested Parallel calls (due to joblib's auto-scattering feature)
|
||||||
|
https://github.com/joblib/joblib/pull/1061
|
||||||
|
- Workaround for a race condition after Parallel calls with the dask backend
|
||||||
|
that would cause low level warnings from asyncio coroutines:
|
||||||
|
https://github.com/joblib/joblib/pull/1078
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 2 16:24:43 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Tue Jun 2 16:24:43 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -17,8 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%global skip_python2 1
|
||||||
Name: python-joblib
|
Name: python-joblib
|
||||||
Version: 0.15.1
|
Version: 0.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Module for using Python functions as pipeline jobs
|
Summary: Module for using Python functions as pipeline jobs
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Reference in New Issue
Block a user