From b4fe9d19350e3a2ab1c137aa1e59a0eac86a1f82b52b93b79ba66a26d1a722a9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 18 Jul 2020 09:15:18 +0000 Subject: [PATCH] - 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 --- joblib-0.15.1.tar.gz | 3 --- joblib-0.16.0.tar.gz | 3 +++ python-joblib.changes | 19 +++++++++++++++++++ python-joblib.spec | 3 ++- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 joblib-0.15.1.tar.gz create mode 100644 joblib-0.16.0.tar.gz diff --git a/joblib-0.15.1.tar.gz b/joblib-0.15.1.tar.gz deleted file mode 100644 index b2e61e7..0000000 --- a/joblib-0.15.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61e49189c84b3c5d99a969d314853f4d1d263316cc694bec17548ebaa9c47b6e -size 347490 diff --git a/joblib-0.16.0.tar.gz b/joblib-0.16.0.tar.gz new file mode 100644 index 0000000..9319121 --- /dev/null +++ b/joblib-0.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f52bf24c64b608bf0b2563e0e47d6fcf516abc8cfafe10cfd98ad66d94f92d6 +size 349661 diff --git a/python-joblib.changes b/python-joblib.changes index 4f8b565..2a72d4c 100644 --- a/python-joblib.changes +++ b/python-joblib.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Jul 18 09:12:26 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-joblib.spec b/python-joblib.spec index 486352d..0b009ef 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%global skip_python2 1 Name: python-joblib -Version: 0.15.1 +Version: 0.16.0 Release: 0 Summary: Module for using Python functions as pipeline jobs License: BSD-3-Clause