Subject: CVS commit: pkgsrc/math/py-numpy
From: Adam Ciarcinski
Date: 2017-06-15 09:02:53
Message id: 20170615070254.04134FAB8@cvs.NetBSD.org

Log Message:
NumPy 1.13.0

Highlights
* Operations like a + b + c will reuse temporaries on some platforms,
  resulting in less memory use and faster execution.
* Inplace operations check if inputs overlap outputs and create temporaries
  to avoid problems.
* New __array_ufunc__ attribute provides improved ability for classes to
  override default ufunc behavior.
* New np.block function for creating blocked arrays.

New functions
* New np.positive ufunc.
* New np.divmod ufunc provides more efficient divmod.
* New np.isnat ufunc tests for NaT special values.
* New np.heaviside ufunc computes the Heaviside function.
* New np.isin function, improves on in1d.
* New np.block function for creating blocked arrays.
* New PyArray_MapIterArrayCopyIfOverlap added to NumPy C-API.

Files:
RevisionActionfile
1.42modifypkgsrc/math/py-numpy/Makefile
1.19modifypkgsrc/math/py-numpy/PLIST
1.23modifypkgsrc/math/py-numpy/distinfo
1.12modifypkgsrc/math/py-numpy/patches/patch-numpy_distutils_fcompiler_gnu.py
1.1removepkgsrc/math/py-numpy/patches/patch-numpy_core_src_multiarray_numpyos.c