* Fri Sep 06 2019 Michel Normand <normand@linux.vnet.ibm.com>
- as bypass boo#1148173 ignore %check error for ppc64/ppc64le
* Wed Aug 28 2019 Todd R <toddrme2178@gmail.com>
- 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 <toddrme2178@gmail.com>
- Make sure to provide oldpython names
* Fri Jul 26 2019 Todd R <toddrme2178@gmail.com>
- 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 <mliska@suse.cz>
- Disable LTO in order to address boo#1136831.
* Tue May 28 2019 Todd R <toddrme2178@gmail.com>
- 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 <adrian@suse.de>
- 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.
* Fri Mar 29 2019 Colleen Murphy <comurphy@suse.com>
- Fix python sitearch paths for SLE_12_SP3/4
* Mon Mar 25 2019 Thomas Bechtold <tbechtold@suse.com>
- add fix-py34-tests.patch to fix build with python3.4 from SLE12SP4
* Tue Mar 12 2019 Matej Cepl <mcepl@suse.com>
- Update to 1.16.2:
- Primarily focused on fixing on Windows-related bugs
- regression fix correcting signed zeros produced by divmod
* Fri Mar 01 2019 Matej Cepl <mcepl@suse.com>
- Use direct number in Version: tag.
* Wed Feb 20 2019 Tomá? Chvátal <tchvatal@suse.com>
- Do not bother with standard flavor, just make it default
- Execute the tests only on standard package for now not hpc variants
* Wed Feb 20 2019 Tomá? Chvátal <tchvatal@suse.com>
- Add constraints for testsuite to not run out of mem/disk space
- Use %license macro
* Tue Feb 19 2019 Tomá? Chvátal <tchvatal@suse.com>
- Enable testsuite
* Tue Feb 05 2019 Todd R <toddrme2178@gmail.com>
- Update to version 1.16.1
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.16.1-notes.rst
- Update to version 1.16.0
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.16.0-notes.rst
* Sat Dec 22 2018 Todd R <toddrme2178@gmail.com>
- Update to version 1.15.4
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.15.4-notes.rst
* Fri Oct 26 2018 Todd R <toddrme2178@gmail.com>
- Update to version 1.15.3
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.15.2-notes.rst
* Mon Sep 24 2018 Todd R <toddrme2178@gmail.com>
- Update to version 1.15.2
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.15.2-notes.rst
- Update to version 1.15.1
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.15.1-notes.rst
- Update to version 1.15.0
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.15.0-notes.rst
- Update to version 1.14.6
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.14.6-notes.rst
- Rebase numpy-1.9.0-remove-__declspec.patch
- Rebase riscv.patch
* Wed Jun 13 2018 toddrme2178@gmail.com
- update to version 1.14.5
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.14.5-notes.rst
- update to version 1.14.4
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.14.4-notes.rst
* Thu May 10 2018 toddrme2178@gmail.com
- Fix issues with some targets not having certain versions of
openblas