Hello community,

here is the log from the commit of package python-numpy for openSUSE:Factory 
checked in at 2019-05-22 10:54:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-numpy.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numpy"

Wed May 22 10:54:07 2019 rev:79 rq:704153 version:1.16.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes        
2019-04-04 12:01:26.677315833 +0200
+++ /work/SRC/openSUSE:Factory/.python-numpy.new.5148/python-numpy.changes      
2019-05-22 10:54:10.727189964 +0200
@@ -1,0 +2,35 @@
+Thu May 16 06:07:59 UTC 2019 - Adrian Schröter <[email protected]>
+
+- update to version 1.16.3
+  NumPy 1.16.3 Release Notes:
+  The NumPy 1.16.3 release fixes bugs reported against the 1.16.2 release, and
+  also backports several enhancements from master that seem appropriate for a
+  release series that is the last to support Python 2.7. The wheels on PyPI are
+  linked with OpenBLAS v0.3.4+, which should fix the known threading issues
+  found in previous OpenBLAS versions.
+
+  Downstream developers building this release should use Cython >= 0.29.2 and,
+  if using OpenBLAS, OpenBLAS > v0.3.4.
+
+  The most noticeable change in this release is that unpickling object arrays
+  when loading *.npy or *.npz files now requires an explicit opt-in.
+  This backwards incompatible change was made in response to
+  CVE-2019-6446 <https://nvd.nist.gov/vuln/detail/CVE-2019-6446>_.
+
+  Compatibility notes
+  Unpickling while loading requires explicit opt-in
+  The functions np.load, and np.lib.format.read_array take an
+  allow_pickle keyword which now defaults to False in response to
+  CVE-2019-6446 <https://nvd.nist.gov/vuln/detail/CVE-2019-6446>_.
+
+  Improvements
+  Covariance in random.mvnormal cast to double
+  This should make the tolerance used when checking the singular values of the
+  covariance matrix more meaningful.
+
+  Changes
+  __array_interface__ offset now works as documented
+  The interface may use an offset value that was previously mistakenly
+  ignored.
+
+-------------------------------------------------------------------

Old:
----
  numpy-1.16.2.zip

New:
----
  numpy-1.16.3.zip

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

Other differences:
------------------
++++++ python-numpy.spec ++++++
--- /var/tmp/diff_new_pack.boi47Q/_old  2019-05-22 10:54:12.847188021 +0200
+++ /var/tmp/diff_new_pack.boi47Q/_new  2019-05-22 10:54:12.847188021 +0200
@@ -18,7 +18,7 @@
 
 %global flavor @BUILD_FLAVOR@%{nil}
 
-%define _ver 1_16_2
+%define _ver 1_16_3
 %define pname python-numpy
 
 %bcond_with ringdisabled
@@ -77,7 +77,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           %{package_name}
-Version:        1.16.2
+Version:        1.16.3
 Release:        0
 Summary:        NumPy array processing for numbers, strings, records and 
objects
 License:        BSD-3-Clause


Reply via email to