Hello community,

here is the log from the commit of package python-joblib for openSUSE:Factory 
checked in at 2020-06-24 15:47:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-joblib (Old)
 and      /work/SRC/openSUSE:Factory/.python-joblib.new.2956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-joblib"

Wed Jun 24 15:47:53 2020 rev:11 rq:810898 version:0.15.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-joblib/python-joblib.changes      
2020-03-05 23:24:44.441392034 +0100
+++ /work/SRC/openSUSE:Factory/.python-joblib.new.2956/python-joblib.changes    
2020-06-24 15:48:00.528187576 +0200
@@ -1,0 +2,28 @@
+Tue Jun  2 16:24:43 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- 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.
+
+
+-------------------------------------------------------------------

Old:
----
  joblib-0.14.1.tar.gz

New:
----
  joblib-0.15.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-joblib.spec ++++++
--- /var/tmp/diff_new_pack.OmT0oC/_old  2020-06-24 15:48:01.636191614 +0200
+++ /var/tmp/diff_new_pack.OmT0oC/_new  2020-06-24 15:48:01.640191629 +0200
@@ -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

++++++ joblib-0.14.1.tar.gz -> joblib-0.15.1.tar.gz ++++++
++++ 12168 lines of diff (skipped)


Reply via email to