Subject: CVS commit: pkgsrc/math/py-numpy
From: Adam Ciarcinski
Date: 2018-02-22 11:50:47
Message id: 20180222105047.A11FEFB40@cvs.NetBSD.org

Log Message:
py-numpy: updated to 1.14.1

NumPy 1.14.1 Release Notes

This is a bugfix release for some problems reported following the 1.14.0 \ 
release. The major
problems fixed are the following.

Problems with the new array printing, particularly the printing of complex
values, Please report any additional problems that may turn up.
Problems with np.einsum due to the new optimized=True default. Some
fixes for optimization have been applied and optimize=False is now the
default.
The sort order in np.unique when axis=<some-number> will now always
be lexicographic in the subarray elements. In previous NumPy versions there
was an optimization that could result in sorting the subarrays as unsigned
byte strings.
The change in 1.14.0 that multi-field indexing of structured arrays returns a
view instead of a copy has been reverted but remains on track for NumPy 1.15.
Affected users should read the 1.14.1 Numpy User Guide section
"basics/structured arrays/accessing multiple fields" for advice on how to
manage this transition.

Files:
RevisionActionfile
1.46modifypkgsrc/math/py-numpy/Makefile
1.27modifypkgsrc/math/py-numpy/distinfo