SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python2-numpy_1_16_5-gnu-hpc-1.16.5-2.7.7.x86_64.rpm :

* Fri Sep 06 2019 Michel Normand - as bypass boo#1148173 ignore %check error for ppc64/ppc64le
* Wed Aug 28 2019 Todd R - Update to 1.16.5
* ENH: Add project URLs to setup.py
* TEST, ENH: fix tests and ctypes code for PyPy
* BUG: use npy_intp instead of int for indexing array
* TST: Ignore DeprecationWarning during nose imports
* BUG: Fix use-after-free in boolean indexing
* MAINT/BUG/DOC: Fix errors in _add_newdocs
* BUG: fix byte order reversal for datetime64[ns]
* MAINT,BUG: Use nbytes to also catch empty descr during allocation
* BUG: np.array cleared errors occured in PyMemoryView_FromObject
* BUG: Fixes for Undefined Behavior Sanitizer (UBSan) errors.
* BUG: ensure that casting to/from structured is properly checked.
* MAINT: fix histogram
*d dispatchers
* BUG: further fixup to histogram2d dispatcher.
* BUG: Replace contextlib.suppress for Python 2.7
* BUG: fix compilation of 3rd party modules with Py_LIMITED_API...
* BUG: Fix memory leak in dtype from dict contructor
* DOC: Document array_function at a higher level.
* BUG, DOC: add new recfunctions to `__all__`
* BUG: Remove stray print that causes a SystemError on python 3.7
* TST: Pin pytest version to 5.0.1.
* ENH: Enable huge pages in all Linux builds
* BUG: fix behavior of structured_to_unstructured on non-trivial...
* REL: Prepare for the NumPy 1.16.5 release.
* Mon Jul 29 2019 Todd R - Make sure to provide oldpython names
* Fri Jul 26 2019 Todd R - Add python2-only version since the latest release doesn\'t support python2.- Remove python3-only patch fix-py34-tests.patch
* Thu May 30 2019 Martin Liška - Disable LTO in order to address boo#1136831.
* Tue May 28 2019 Todd R - update to version 1.16.3
* The NumPy 1.16.4 release fixes bugs reported against the 1.16.3 release, and also backports several enhancements from master that seem appropriate for a release series that is the last to support Python 2.7. + New deprecations
* Writeable flag of C-API wrapped arrays + Compatibility notes
* Potential changes to the random stream
* Thu May 16 2019 Adrian Schröter - 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 _. 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 _. 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.
* Fri Mar 29 2019 Colleen Murphy - Fix python sitearch paths for SLE_12_SP3/4
* Mon Mar 25 2019 Thomas Bechtold - add fix-py34-tests.patch to fix build with python3.4 from SLE12SP4
* Tue Mar 12 2019 Matej Cepl - Update to 1.16.2: - Primarily focused on fixing on Windows-related bugs - regression fix correcting signed zeros produced by divmod
 
ICM