pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-numpy



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb 28 09:43:11 UTC 2014

Modified Files:
        pkgsrc/math/py-numpy: Makefile PLIST buildlink3.mk distinfo
        pkgsrc/math/py-numpy/patches: patch-aa
            patch-numpy_distutils_fcompiler_g95.py
            patch-numpy_distutils_fcompiler_gnu.py
Added Files:
        pkgsrc/math/py-numpy/patches: patch-numpy_core_setup.py
            patch-numpy_distutils_fcompiler_intel.py

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.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/math/py-numpy/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/py-numpy/PLIST \
    pkgsrc/math/py-numpy/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-numpy/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-numpy/patches/patch-aa
cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-numpy/patches/patch-numpy_core_setup.py \
    pkgsrc/math/py-numpy/patches/patch-numpy_distutils_fcompiler_intel.py
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/math/py-numpy/patches/patch-numpy_distutils_fcompiler_g95.py
cvs rdiff -u -r1.4 -r1.5 \
    pkgsrc/math/py-numpy/patches/patch-numpy_distutils_fcompiler_gnu.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index