From 9681699d71aeda71c6e4f7521e87746198a8e68015151cbc7361aeb60034a31c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Jun 2020 16:27:26 +0000 Subject: [PATCH] - update to 0.15.1: - Make joblib work on Python 3 installation that do not ship with the lzma package in their standard library. - Drop support for Python 2 and Python 3.5. All objects in ``joblib.my_exceptions`` and ``joblib.format_stack`` are now deprecated and will be removed in joblib 0.16. Note that no deprecation warning will be raised for these objects Python < 3.7. https://github.com/joblib/joblib/pull/1018 - Fix many bugs related to the temporary files and folder generated when automatically memory mapping large numpy arrays for efficient inter-process communication. In particular, this would cause `PermissionError` exceptions to be raised under Windows and large leaked files in `/dev/shm` under Linux in case of crash. https://github.com/joblib/joblib/pull/966 - Make the dask backend collect results as soon as they complete leading to a performance improvement: https://github.com/joblib/joblib/pull/1025 - Fix the number of jobs reported by ``effective_n_jobs`` when ``n_jobs=None`` called in a parallel backend context. https://github.com/joblib/joblib/pull/985 - Upgraded vendored cloupickle to 1.4.1 and loky to 2.8.0. This allows for Parallel calls of dynamically defined functions with type annotations in particular. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=32 --- joblib-0.14.1.tar.gz | 3 --- joblib-0.15.1.tar.gz | 3 +++ python-joblib.changes | 28 ++++++++++++++++++++++++++++ python-joblib.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 joblib-0.14.1.tar.gz create mode 100644 joblib-0.15.1.tar.gz diff --git a/joblib-0.14.1.tar.gz b/joblib-0.14.1.tar.gz deleted file mode 100644 index e556ace..0000000 --- a/joblib-0.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0630eea4f5664c463f23fbf5dcfc54a2bc6168902719fa8e19daf033022786c8 -size 299621 diff --git a/joblib-0.15.1.tar.gz b/joblib-0.15.1.tar.gz new file mode 100644 index 0000000..b2e61e7 --- /dev/null +++ b/joblib-0.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e49189c84b3c5d99a969d314853f4d1d263316cc694bec17548ebaa9c47b6e +size 347490 diff --git a/python-joblib.changes b/python-joblib.changes index bc9b84c..4f8b565 100644 --- a/python-joblib.changes +++ b/python-joblib.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Jun 2 16:24:43 UTC 2020 - Dirk Mueller + +- update to 0.15.1: + - Make joblib work on Python 3 installation that do not ship with the lzma + package in their standard library. + - Drop support for Python 2 and Python 3.5. All objects in + ``joblib.my_exceptions`` and ``joblib.format_stack`` are now deprecated and + will be removed in joblib 0.16. Note that no deprecation warning will be + raised for these objects Python < 3.7. + https://github.com/joblib/joblib/pull/1018 + - Fix many bugs related to the temporary files and folder generated when + automatically memory mapping large numpy arrays for efficient inter-process + communication. In particular, this would cause `PermissionError` exceptions + to be raised under Windows and large leaked files in `/dev/shm` under Linux + in case of crash. + https://github.com/joblib/joblib/pull/966 + - Make the dask backend collect results as soon as they complete + leading to a performance improvement: + https://github.com/joblib/joblib/pull/1025 + - Fix the number of jobs reported by ``effective_n_jobs`` when ``n_jobs=None`` + called in a parallel backend context. + https://github.com/joblib/joblib/pull/985 + - Upgraded vendored cloupickle to 1.4.1 and loky to 2.8.0. This allows for + Parallel calls of dynamically defined functions with type annotations + in particular. + + ------------------------------------------------------------------- Thu Mar 5 13:33:14 UTC 2020 - pgajdos@suse.com diff --git a/python-joblib.spec b/python-joblib.spec index 4dcc281..486352d 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-joblib -Version: 0.14.1 +Version: 0.15.1 Release: 0 Summary: Module for using Python functions as pipeline jobs License: BSD-3-Clause