Path to this page:
Subject: CVS commit: pkgsrc/math/py-numpy
From: Adam Ciarcinski
Date: 2018-08-27 08:04:35
Message id: 20180827060435.71E35FBF8@cvs.NetBSD.org
Log Message:
py-numpy: updated to 1.15.1
NumPy 1.15.1:
This is a bugfix release for bugs and regressions reported following the 1.15.0
release.
* The annoying but harmless RuntimeWarning that "numpy.dtype size \
changed" has
been suppressed. The long standing suppression was lost in the transition to
pytest.
* The update to Cython 0.28.3 exposed a problematic use of a gcc attribute used
to prefer code size over speed in module initialization, possibly resulting in
incorrect compiled code. This has been fixed in latest Cython but has been
disabled here for safety.
* Support for big-endian and ARMv8 architectures has been improved.
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.
Files: