summaryrefslogtreecommitdiff
path: root/math/py-numpy
diff options
context:
space:
mode:
authorwiz <wiz>2016-10-31 16:26:57 +0000
committerwiz <wiz>2016-10-31 16:26:57 +0000
commitbcfd0b5a77c0efac461c7aa690268e00f73cbe29 (patch)
tree3b6f5498b1a511545006dab2f439ebf2eae420d1 /math/py-numpy
parent95b6c951d5243631850656966c5395362bdec320 (diff)
downloadpkgsrc-bcfd0b5a77c0efac461c7aa690268e00f73cbe29.tar.gz
Updated py-numpy to 1.11.2.
NumPy 1.11.2 Release Notes ************************** Numpy 1.11.2 supports Python 2.6 - 2.7 and 3.2 - 3.5. It fixes bugs and regressions found in Numpy 1.11.1 and includes several build related improvements. Wheels for Linux, Windows, and OS X can be found on PyPI. Pull Requests Merged ==================== Fixes overridden by later merges and release notes updates are omitted. - #7736 BUG: Many functions silently drop 'keepdims' kwarg. - #7738 ENH: Add extra kwargs and update doc of many MA methods. - #7778 DOC: Update Numpy 1.11.1 release notes. - #7793 BUG: MaskedArray.count treats negative axes incorrectly. - #7816 BUG: Fix array too big error for wide dtypes. - #7821 BUG: Make sure npy_mul_with_overflow_<type> detects overflow. - #7824 MAINT: Allocate fewer bytes for empty arrays. - #7847 MAINT,DOC: Fix some imp module uses and update f2py.compile docstring. - #7849 MAINT: Fix remaining uses of deprecated Python imp module. - #7851 BLD: Fix ATLAS version detection. - #7896 BUG: Construct ma.array from np.array which contains padding. - #7904 BUG: Fix float16 type not being called due to wrong ordering. - #7917 BUG: Production install of numpy should not require nose. - #7919 BLD: Fixed MKL detection for recent versions of this library. - #7920 BUG: Fix for issue #7835 (ma.median of 1d). - #7932 BUG: Monkey-patch _msvccompile.gen_lib_option like other compilers. - #7939 BUG: Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in npy_math_complex. - #7953 BUG: Guard against buggy comparisons in generic quicksort. - #7954 BUG: Use keyword arguments to initialize Extension base class. - #7955 BUG: Make sure numpy globals keep identity after reload. - #7972 BUG: MSVCCompiler grows 'lib' & 'include' env strings exponentially. - #8005 BLD: Remove __NUMPY_SETUP__ from builtins at end of setup.py. - #8010 MAINT: Remove leftover imp module imports. - #8020 BUG: Fix return of np.ma.count if keepdims is True and axis is None. - #8024 BUG: Fix numpy.ma.median. - #8031 BUG: Fix np.ma.median with only one non-masked value. - #8044 BUG: Fix bug in NpyIter buffering with discontinuous arrays.
Diffstat (limited to 'math/py-numpy')
-rw-r--r--math/py-numpy/Makefile4
-rw-r--r--math/py-numpy/PLIST6
-rw-r--r--math/py-numpy/distinfo10
3 files changed, 12 insertions, 8 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index c1bcc09ce73..c2336b1ac1d 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2016/08/28 15:48:33 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2016/10/31 16:26:57 wiz Exp $
-DISTNAME= numpy-1.11.1
+DISTNAME= numpy-1.11.2
GITHUB_PROJECT= numpy
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
diff --git a/math/py-numpy/PLIST b/math/py-numpy/PLIST
index b22976b1f5f..f8e24c79d32 100644
--- a/math/py-numpy/PLIST
+++ b/math/py-numpy/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2016/08/02 10:14:46 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.16 2016/10/31 16:26:57 wiz Exp $
bin/f2py${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -10,6 +10,9 @@ ${PYSITELIB}/numpy/__config__.pyo
${PYSITELIB}/numpy/__init__.py
${PYSITELIB}/numpy/__init__.pyc
${PYSITELIB}/numpy/__init__.pyo
+${PYSITELIB}/numpy/_globals.py
+${PYSITELIB}/numpy/_globals.pyc
+${PYSITELIB}/numpy/_globals.pyo
${PYSITELIB}/numpy/_import_tools.py
${PYSITELIB}/numpy/_import_tools.pyc
${PYSITELIB}/numpy/_import_tools.pyo
@@ -745,6 +748,7 @@ ${PYSITELIB}/numpy/testing/utils.pyo
${PYSITELIB}/numpy/tests/test_ctypeslib.py
${PYSITELIB}/numpy/tests/test_matlib.py
${PYSITELIB}/numpy/tests/test_numpy_version.py
+${PYSITELIB}/numpy/tests/test_reloading.py
${PYSITELIB}/numpy/tests/test_scripts.py
${PYSITELIB}/numpy/version.py
${PYSITELIB}/numpy/version.pyc
diff --git a/math/py-numpy/distinfo b/math/py-numpy/distinfo
index f97538fead4..9bad1e4f6e1 100644
--- a/math/py-numpy/distinfo
+++ b/math/py-numpy/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.16 2016/07/24 15:25:22 kamil Exp $
+$NetBSD: distinfo,v 1.17 2016/10/31 16:26:57 wiz Exp $
-SHA1 (numpy-1.11.1.tar.gz) = ccb5bed5d868a9f97caf2a294ddbf00d77af80bd
-RMD160 (numpy-1.11.1.tar.gz) = e0ee4f4076e757308b84489c060d50dcd4c5b696
-SHA512 (numpy-1.11.1.tar.gz) = b8c3e90c59c070bb1ab0ea10110e106f6a392609cf249d4e23c1f669abb680d9ea89d002444f15d30529b553d85a30877e2c3564cac74718171f4e4009567ec0
-Size (numpy-1.11.1.tar.gz) = 4380877 bytes
+SHA1 (numpy-1.11.2.tar.gz) = 17ea256c912cb3227c3e75c5916b4222d726181e
+RMD160 (numpy-1.11.2.tar.gz) = 06eacee90eac54a2c005cfcc08986a721a283044
+SHA512 (numpy-1.11.2.tar.gz) = f45e7496a1366ffdd58f2bf2b6fffffec141230b2d1391ac9380221074a7fd7538d9730ab19708a48e1538c3e4ae746e61fa451f52fcf315414817ea4bfbf2aa
+Size (numpy-1.11.2.tar.gz) = 4386482 bytes
SHA1 (patch-aa) = c964fa13fb120b1b0f9d0bf5bc713507cd60b945
SHA1 (patch-ab) = b421455fdbb666c8075d8bffbeb59533434d23e6
SHA1 (patch-numpy_core_include_numpy___numpyconfig.h.in) = 03abdf987d56076516978658c1c2d8d9ebe3a9a1