This update for python2-numpy fixes the following issues:
python2-numpy was updated 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.
- Add this python2-only version since the latest release doesn't
support python2.
This update was imported from the SUSE:SLE-15:Update update project.
-
Submitted by
Marcus Meissner (msmeissn)