summaryrefslogtreecommitdiff
path: root/math/py-numpy
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-01-10 08:31:24 +0000
committeradam <adam@pkgsrc.org>2018-01-10 08:31:24 +0000
commitf4590cd7728584c9dc618e983a29a0a7e09d1114 (patch)
treeefa64cde65bea8ceb2f396b8ea678d04fc38e849 /math/py-numpy
parent7dbb31281df88da2b35566a1b9d4895df5f4ceca (diff)
downloadpkgsrc-f4590cd7728584c9dc618e983a29a0a7e09d1114.tar.gz
py-numpy: updated to 1.14.0
NumPy 1.14.0 Release Notes Numpy 1.14.0 is the result of seven months of work and contains a large number of bug fixes and new features, along with several changes with potential compatibility issues. The major change that users will notice are the stylistic changes in the way numpy arrays and scalars are printed, a change that will affect doctests. See below for details on how to preserve the old style printing when needed. A major decision affecting future development concerns the schedule for dropping Python 2.7 support in the runup to 2020. The decision has been made to support 2.7 for all releases made in 2018, with the last release being designated a long term release with support for bug fixes extending through 2019. In 2019 support for 2.7 will be dropped in all new releases. More details can be found in the relevant NEP_. This release supports Python 2.7 and 3.4 - 3.6.
Diffstat (limited to 'math/py-numpy')
-rw-r--r--math/py-numpy/Makefile4
-rw-r--r--math/py-numpy/PLIST39
-rw-r--r--math/py-numpy/distinfo10
3 files changed, 45 insertions, 8 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index 1918c4569da..f15c1a006fb 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2017/10/05 08:21:27 adam Exp $
+# $NetBSD: Makefile,v 1.45 2018/01/10 08:31:24 adam Exp $
-DISTNAME= numpy-1.13.3
+DISTNAME= numpy-1.14.0
GITHUB_PROJECT= numpy
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
diff --git a/math/py-numpy/PLIST b/math/py-numpy/PLIST
index 0a82ba145ed..15b2fa7518e 100644
--- a/math/py-numpy/PLIST
+++ b/math/py-numpy/PLIST
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.20 2017/07/07 04:21:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2018/01/10 08:31:24 adam Exp $
bin/f2py${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/numpy/LICENSE.txt
${PYSITELIB}/numpy/__config__.py
${PYSITELIB}/numpy/__config__.pyc
${PYSITELIB}/numpy/__config__.pyo
@@ -34,6 +35,9 @@ ${PYSITELIB}/numpy/compat/py3k.pyo
${PYSITELIB}/numpy/compat/setup.py
${PYSITELIB}/numpy/compat/setup.pyc
${PYSITELIB}/numpy/compat/setup.pyo
+${PYSITELIB}/numpy/conftest.py
+${PYSITELIB}/numpy/conftest.pyc
+${PYSITELIB}/numpy/conftest.pyo
${PYSITELIB}/numpy/core/__init__.py
${PYSITELIB}/numpy/core/__init__.pyc
${PYSITELIB}/numpy/core/__init__.pyo
@@ -129,6 +133,7 @@ ${PYSITELIB}/numpy/core/shape_base.pyc
${PYSITELIB}/numpy/core/shape_base.pyo
${PYSITELIB}/numpy/core/struct_ufunc_test.so
${PYSITELIB}/numpy/core/test_rational.so
+${PYSITELIB}/numpy/core/tests/__init__.py
${PYSITELIB}/numpy/core/tests/data/astype_copy.pkl
${PYSITELIB}/numpy/core/tests/data/recarray_from_file.fits
${PYSITELIB}/numpy/core/tests/test_abc.py
@@ -158,6 +163,7 @@ ${PYSITELIB}/numpy/core/tests/test_numerictypes.py
${PYSITELIB}/numpy/core/tests/test_print.py
${PYSITELIB}/numpy/core/tests/test_records.py
${PYSITELIB}/numpy/core/tests/test_regression.py
+${PYSITELIB}/numpy/core/tests/test_scalar_ctors.py
${PYSITELIB}/numpy/core/tests/test_scalarinherit.py
${PYSITELIB}/numpy/core/tests/test_scalarmath.py
${PYSITELIB}/numpy/core/tests/test_scalarprint.py
@@ -352,9 +358,11 @@ ${PYSITELIB}/numpy/distutils/setup.pyo
${PYSITELIB}/numpy/distutils/system_info.py
${PYSITELIB}/numpy/distutils/system_info.pyc
${PYSITELIB}/numpy/distutils/system_info.pyo
+${PYSITELIB}/numpy/distutils/tests/__init__.py
${PYSITELIB}/numpy/distutils/tests/test_exec_command.py
${PYSITELIB}/numpy/distutils/tests/test_fcompiler_gnu.py
${PYSITELIB}/numpy/distutils/tests/test_fcompiler_intel.py
+${PYSITELIB}/numpy/distutils/tests/test_fcompiler_nagfor.py
${PYSITELIB}/numpy/distutils/tests/test_misc_util.py
${PYSITELIB}/numpy/distutils/tests/test_npy_pkg_config.py
${PYSITELIB}/numpy/distutils/tests/test_system_info.py
@@ -456,6 +464,7 @@ ${PYSITELIB}/numpy/f2py/setup.pyc
${PYSITELIB}/numpy/f2py/setup.pyo
${PYSITELIB}/numpy/f2py/src/fortranobject.c
${PYSITELIB}/numpy/f2py/src/fortranobject.h
+${PYSITELIB}/numpy/f2py/tests/__init__.py
${PYSITELIB}/numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c
${PYSITELIB}/numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap
${PYSITELIB}/numpy/f2py/tests/src/assumed_shape/foo_free.f90
@@ -477,6 +486,7 @@ ${PYSITELIB}/numpy/f2py/tests/src/size/foo.f90
${PYSITELIB}/numpy/f2py/tests/src/string/char.f90
${PYSITELIB}/numpy/f2py/tests/test_array_from_pyobj.py
${PYSITELIB}/numpy/f2py/tests/test_assumed_shape.py
+${PYSITELIB}/numpy/f2py/tests/test_block_docstring.py
${PYSITELIB}/numpy/f2py/tests/test_callback.py
${PYSITELIB}/numpy/f2py/tests/test_common.py
${PYSITELIB}/numpy/f2py/tests/test_kind.py
@@ -510,6 +520,7 @@ ${PYSITELIB}/numpy/fft/info.pyo
${PYSITELIB}/numpy/fft/setup.py
${PYSITELIB}/numpy/fft/setup.pyc
${PYSITELIB}/numpy/fft/setup.pyo
+${PYSITELIB}/numpy/fft/tests/__init__.py
${PYSITELIB}/numpy/fft/tests/test_fftpack.py
${PYSITELIB}/numpy/fft/tests/test_helper.py
${PYSITELIB}/numpy/lib/__init__.py
@@ -575,6 +586,7 @@ ${PYSITELIB}/numpy/lib/shape_base.pyo
${PYSITELIB}/numpy/lib/stride_tricks.py
${PYSITELIB}/numpy/lib/stride_tricks.pyc
${PYSITELIB}/numpy/lib/stride_tricks.pyo
+${PYSITELIB}/numpy/lib/tests/__init__.py
${PYSITELIB}/numpy/lib/tests/data/py2-objarr.npy
${PYSITELIB}/numpy/lib/tests/data/py2-objarr.npz
${PYSITELIB}/numpy/lib/tests/data/py3-objarr.npy
@@ -633,6 +645,7 @@ ${PYSITELIB}/numpy/linalg/linalg.pyo
${PYSITELIB}/numpy/linalg/setup.py
${PYSITELIB}/numpy/linalg/setup.pyc
${PYSITELIB}/numpy/linalg/setup.pyo
+${PYSITELIB}/numpy/linalg/tests/__init__.py
${PYSITELIB}/numpy/linalg/tests/test_build.py
${PYSITELIB}/numpy/linalg/tests/test_deprecations.py
${PYSITELIB}/numpy/linalg/tests/test_linalg.py
@@ -655,6 +668,7 @@ ${PYSITELIB}/numpy/ma/mrecords.pyo
${PYSITELIB}/numpy/ma/setup.py
${PYSITELIB}/numpy/ma/setup.pyc
${PYSITELIB}/numpy/ma/setup.pyo
+${PYSITELIB}/numpy/ma/tests/__init__.py
${PYSITELIB}/numpy/ma/tests/test_core.py
${PYSITELIB}/numpy/ma/tests/test_deprecations.py
${PYSITELIB}/numpy/ma/tests/test_extras.py
@@ -683,6 +697,7 @@ ${PYSITELIB}/numpy/matrixlib/defmatrix.pyo
${PYSITELIB}/numpy/matrixlib/setup.py
${PYSITELIB}/numpy/matrixlib/setup.pyc
${PYSITELIB}/numpy/matrixlib/setup.pyo
+${PYSITELIB}/numpy/matrixlib/tests/__init__.py
${PYSITELIB}/numpy/matrixlib/tests/test_defmatrix.py
${PYSITELIB}/numpy/matrixlib/tests/test_multiarray.py
${PYSITELIB}/numpy/matrixlib/tests/test_numeric.py
@@ -717,6 +732,7 @@ ${PYSITELIB}/numpy/polynomial/polyutils.pyo
${PYSITELIB}/numpy/polynomial/setup.py
${PYSITELIB}/numpy/polynomial/setup.pyc
${PYSITELIB}/numpy/polynomial/setup.pyo
+${PYSITELIB}/numpy/polynomial/tests/__init__.py
${PYSITELIB}/numpy/polynomial/tests/test_chebyshev.py
${PYSITELIB}/numpy/polynomial/tests/test_classes.py
${PYSITELIB}/numpy/polynomial/tests/test_hermite.py
@@ -737,6 +753,7 @@ ${PYSITELIB}/numpy/random/randomkit.h
${PYSITELIB}/numpy/random/setup.py
${PYSITELIB}/numpy/random/setup.pyc
${PYSITELIB}/numpy/random/setup.pyo
+${PYSITELIB}/numpy/random/tests/__init__.py
${PYSITELIB}/numpy/random/tests/test_random.py
${PYSITELIB}/numpy/random/tests/test_regression.py
${PYSITELIB}/numpy/setup.py
@@ -748,6 +765,24 @@ ${PYSITELIB}/numpy/testing/__init__.pyo
${PYSITELIB}/numpy/testing/decorators.py
${PYSITELIB}/numpy/testing/decorators.pyc
${PYSITELIB}/numpy/testing/decorators.pyo
+${PYSITELIB}/numpy/testing/nose_tools/__init__.py
+${PYSITELIB}/numpy/testing/nose_tools/__init__.pyc
+${PYSITELIB}/numpy/testing/nose_tools/__init__.pyo
+${PYSITELIB}/numpy/testing/nose_tools/decorators.py
+${PYSITELIB}/numpy/testing/nose_tools/decorators.pyc
+${PYSITELIB}/numpy/testing/nose_tools/decorators.pyo
+${PYSITELIB}/numpy/testing/nose_tools/noseclasses.py
+${PYSITELIB}/numpy/testing/nose_tools/noseclasses.pyc
+${PYSITELIB}/numpy/testing/nose_tools/noseclasses.pyo
+${PYSITELIB}/numpy/testing/nose_tools/nosetester.py
+${PYSITELIB}/numpy/testing/nose_tools/nosetester.pyc
+${PYSITELIB}/numpy/testing/nose_tools/nosetester.pyo
+${PYSITELIB}/numpy/testing/nose_tools/parameterized.py
+${PYSITELIB}/numpy/testing/nose_tools/parameterized.pyc
+${PYSITELIB}/numpy/testing/nose_tools/parameterized.pyo
+${PYSITELIB}/numpy/testing/nose_tools/utils.py
+${PYSITELIB}/numpy/testing/nose_tools/utils.pyc
+${PYSITELIB}/numpy/testing/nose_tools/utils.pyo
${PYSITELIB}/numpy/testing/noseclasses.py
${PYSITELIB}/numpy/testing/noseclasses.pyc
${PYSITELIB}/numpy/testing/noseclasses.pyo
@@ -760,12 +795,14 @@ ${PYSITELIB}/numpy/testing/print_coercion_tables.pyo
${PYSITELIB}/numpy/testing/setup.py
${PYSITELIB}/numpy/testing/setup.pyc
${PYSITELIB}/numpy/testing/setup.pyo
+${PYSITELIB}/numpy/testing/tests/__init__.py
${PYSITELIB}/numpy/testing/tests/test_decorators.py
${PYSITELIB}/numpy/testing/tests/test_doctesting.py
${PYSITELIB}/numpy/testing/tests/test_utils.py
${PYSITELIB}/numpy/testing/utils.py
${PYSITELIB}/numpy/testing/utils.pyc
${PYSITELIB}/numpy/testing/utils.pyo
+${PYSITELIB}/numpy/tests/__init__.py
${PYSITELIB}/numpy/tests/test_ctypeslib.py
${PYSITELIB}/numpy/tests/test_matlib.py
${PYSITELIB}/numpy/tests/test_numpy_version.py
diff --git a/math/py-numpy/distinfo b/math/py-numpy/distinfo
index 49731a0de66..396827ab027 100644
--- a/math/py-numpy/distinfo
+++ b/math/py-numpy/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.25 2017/10/05 08:21:27 adam Exp $
+$NetBSD: distinfo,v 1.26 2018/01/10 08:31:24 adam Exp $
-SHA1 (numpy-1.13.3.tar.gz) = 3638927fd264fd8e90b3894175cb3f15e4d7e3a3
-RMD160 (numpy-1.13.3.tar.gz) = 1fdf1e5137b3c79863834737ff2ecb845590cbe0
-SHA512 (numpy-1.13.3.tar.gz) = 1ff454514528edf9666a7b9e4fd990f3cf10410d3c8d9e395cbd5ba7765d55939406bf15a036de5fe6df833013a29f4db13d2df2081349bd9bd743052fbf2f11
-Size (numpy-1.13.3.tar.gz) = 4339878 bytes
+SHA1 (numpy-1.14.0.tar.gz) = 2696bae726d13584a6fd23be8ca9bc6cc17f5a79
+RMD160 (numpy-1.14.0.tar.gz) = 9837f53c5b1e5a1ef9d7e829df9a37ce1415dfb1
+SHA512 (numpy-1.14.0.tar.gz) = 4ebb8d34fefc9043d325b5381c71c0ec437649a9116a4518f0af2d5c9a4d3254073c694aaf1ac02368b263673924fe5234341c7d88dd6032a93ea70cf6c0b8bf
+Size (numpy-1.14.0.tar.gz) = 4267900 bytes
SHA1 (patch-aa) = c964fa13fb120b1b0f9d0bf5bc713507cd60b945
SHA1 (patch-ab) = b421455fdbb666c8075d8bffbeb59533434d23e6
SHA1 (patch-numpy_distutils_fcompiler_g95.py) = be73b64a3e551df998b6a904d6db762bf28a98ed