pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-numpy py-numpy: updated to 1.16.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbe5e7462a13
branches:  trunk
changeset: 332740:dbe5e7462a13
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 24 10:09:59 2019 +0000

description:
py-numpy: updated to 1.16.3

1.16.3:
Pull requests merged
BUG: Fixes to numpy.distutils.Configuration.get_version
BUG: Fix errors in string formatting while producing an error
BUG: Convert fortran flags in environment variable
BUG: Remove error-prone borrowed reference handling
BUG: Add error checks when converting integers to datetime types
BUG: Remove our patched version of `distutils.split_quoted`
BUG: Fix testsuite failures on ppc and riscv
BUG: Fix parameter validity checks in ``random.choice``
BUG: Ensure linspace works on object input.
BLD: fix include list for sdist building.
BUG: __array_interface__ offset was always ignored
MAINT: f2py: Add a cast to avoid a compiler warning.
BUG, MAINT: fix reference count error on invalid input to ndarray.flat
ENH: Cast covariance to double in random mvnormal
BUG: Fix null pointer dereference in PyArray_DTypeFromObjectHelper
BUG: Use C call to sysctlbyname for AVX detection on MacOS.
BUG: Fix crash when calling savetxt on a padded array
BUG: ufunc.at iteration variable size fix
DOC: Add as_ctypes_type to the documentation
BUG: Return the coefficients array directly
BUG/MAINT: Tidy typeinfo.h and .c
BUG: Make allow_pickle=False the default for loading
DOC: fix some doctest failures
BUG/MAINT: Tidy typeinfo.h and .c
BLD: address mingw-w64 issue. Follow-up to gh-9977
REL: Prepare for the NumPy release.

diffstat:

 math/py-numpy/Makefile |   4 ++--
 math/py-numpy/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 431f863078a6 -r dbe5e7462a13 math/py-numpy/Makefile
--- a/math/py-numpy/Makefile    Wed Apr 24 09:28:20 2019 +0000
+++ b/math/py-numpy/Makefile    Wed Apr 24 10:09:59 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2019/03/04 09:09:46 adam Exp $
+# $NetBSD: Makefile,v 1.60 2019/04/24 10:09:59 adam Exp $
 
-DISTNAME=      numpy-1.16.2
+DISTNAME=      numpy-1.16.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/numpy/}
diff -r 431f863078a6 -r dbe5e7462a13 math/py-numpy/distinfo
--- a/math/py-numpy/distinfo    Wed Apr 24 09:28:20 2019 +0000
+++ b/math/py-numpy/distinfo    Wed Apr 24 10:09:59 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.42 2019/03/04 09:09:46 adam Exp $
+$NetBSD: distinfo,v 1.43 2019/04/24 10:09:59 adam Exp $
 
-SHA1 (numpy-1.16.2.zip) = 66118ac36bc60447d5ac0d0062728efdbe00c0c5
-RMD160 (numpy-1.16.2.zip) = 87cdc60e150a2af09fa965a7fab5bc5274264dea
-SHA512 (numpy-1.16.2.zip) = 5edd460c0948f424d8deb72f44a33db8ac6a973859b25c824533330dccb4f844197a437e945cd382760bbb6983fd120b08c949ac437973a915246024a8ebc911
-Size (numpy-1.16.2.zip) = 5072757 bytes
+SHA1 (numpy-1.16.3.zip) = ddd8e085ae4cd731843c7d213ea05ceb3e2af7fd
+RMD160 (numpy-1.16.3.zip) = 4564965e8b424a8ce52b5891211e204f7901d3dd
+SHA512 (numpy-1.16.3.zip) = 416fc4d5f7f3de56375d6dad1e2a8501682a2895518224d2f8fe3df57bdc1e7574c9b83ef371b8394e2bfc697601623ec1a9080838598deae7db1a0a4cd74efd
+Size (numpy-1.16.3.zip) = 5101064 bytes
 SHA1 (patch-numpy_distutils_fcompiler_____init____.py) = 49d070da5b48bd9818b37ac3254341fa68503c53
 SHA1 (patch-numpy_distutils_fcompiler_g95.py) = be73b64a3e551df998b6a904d6db762bf28a98ed
 SHA1 (patch-numpy_distutils_fcompiler_gnu.py) = db8d3238c618ecd5900650a2150efb9459e94e96



Home | Main Index | Thread Index | Old Index