Subject: CVS commit: pkgsrc/math/py-numpy
From: Min Sik Kim
Date: 2020-01-24 17:18:22
Message id: 20200124161823.09EB6FBF4@cvs.NetBSD.org

Log Message:
math/py-numpy: Update to 1.16.5

Changes:

- Add project URLs to setup.py
- fix tests and ctypes code for PyPy
- use npy_intp instead of int for indexing array
- Ignore DeprecationWarning during nose imports
- Fix use-after-free in boolean indexing
- Fix errors in _add_newdocs
- fix byte order reversal for datetime64[ns]
- Use nbytes to also catch empty descr during allocation
- np.array cleared errors occured in PyMemoryView_FromObject
- Fixes for Undefined Behavior Sanitizer (UBSan) errors.
- ensure that casting to/from structured is properly checked.
- fix histogram*d dispatchers
- further fixup to histogram2d dispatcher.
- Replace contextlib.suppress for Python 2.7
- fix compilation of 3rd party modules with Py_LIMITED_API...
- Fix memory leak in dtype from dict contructor
- Document array_function at a higher level.
- add new recfunctions to __all__
- Remove stray print that causes a SystemError on python 3.7
- Pin pytest version to 5.0.1.
- Enable huge pages in all Linux builds
- fix behavior of structured_to_unstructured

Files:
RevisionActionfile
1.62modifypkgsrc/math/py-numpy/Makefile
1.27modifypkgsrc/math/py-numpy/PLIST
1.45modifypkgsrc/math/py-numpy/distinfo