Subject: CVS commit: pkgsrc/math/py-numpy
From: Adam Ciarcinski
Date: 2014-02-28 10:43:11
Message id: 20140228094311.1B2D896@cvs.netbsd.org

Log Message:
Changes 1.8.0:
* New, no 2to3, Python 2 and Python 3 are supported by a common code base.
* New, gufuncs for linear algebra, enabling operations on stacked arrays.
* New, inplace fancy indexing for ufuncs with the ``.at`` method.
* New, ``partition`` function, partial sorting via selection for fast median.
* New, ``nanmean``, ``nanvar``, and ``nanstd`` functions skipping NaNs.
* New, ``full`` and ``full_like`` functions to create value initialized arrays.
* New, ``PyUFunc_RegisterLoopForDescr``, better ufunc support for user dtypes.
* Numerous performance improvements in many areas.
* Support for Python versions 2.4 and 2.5 has been dropped.
* Support for SCons has been removed.

Files:
RevisionActionfile
1.27modifypkgsrc/math/py-numpy/Makefile
1.12modifypkgsrc/math/py-numpy/PLIST
1.4modifypkgsrc/math/py-numpy/buildlink3.mk
1.12modifypkgsrc/math/py-numpy/distinfo
1.4modifypkgsrc/math/py-numpy/patches/patch-aa
1.2modifypkgsrc/math/py-numpy/patches/patch-numpy_distutils_fcompiler_g95.py
1.5modifypkgsrc/math/py-numpy/patches/patch-numpy_distutils_fcompiler_gnu.py
1.1addpkgsrc/math/py-numpy/patches/patch-numpy_core_setup.py
1.1addpkgsrc/math/py-numpy/patches/patch-numpy_distutils_fcompiler_intel.py