Subject: CVS commit: pkgsrc/math/py-numpy
From: Adam Ciarcinski
Date: 2018-08-10 10:59:08
Message id: 20180810085908.D8A3DFBEC@cvs.NetBSD.org

Log Message:
py-numpy: updated to 1.15.0

NumPy 1.15.0 is a release with an unusual number of cleanups, many deprecations
of old functions, and improvements to many existing functions. Please read the
detailed descriptions below to see if you are affected.

For testing, we have switched to pytest as a replacement for the no longer
maintained nose framework. The old nose based interface remains for downstream
projects who may still be using it.

The Python versions supported by this release are 2.7, 3.4-3.7. The wheels are
linked with OpenBLAS v0.3.0, which should fix some of the linalg problems
reported for NumPy 1.14.

Highlights:
- NumPy has switched to pytest for testing.
- A new numpy.printoptions context manager.
- Many improvements to the histogram functions.
- Support for unicode field names in python 2.7.
- Improved support for PyPy.
- Fixes and improvements to numpy.einsum.

Files:
RevisionActionfile
1.52modifypkgsrc/math/py-numpy/Makefile
1.22modifypkgsrc/math/py-numpy/PLIST
1.34modifypkgsrc/math/py-numpy/distinfo
1.1addpkgsrc/math/py-numpy/ALTERNATIVES