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:   wiz
Date:           Mon Nov  4 17:39:17 UTC 2024

Modified Files:
        pkgsrc/math/py-numpy: Makefile distinfo

Log Message:
py-numpy: update to 2.1.3.

NumPy 2.1.3 Release Notes

NumPy 2.1.3 is a maintenance release that fixes bugs and regressions
discovered after the 2.1.2 release. This release also adds support
for free threaded Python 3.13 on Windows.

The Python versions supported by this release are 3.10-3.13.
Improvements

    Fixed a number of issues around promotion for string ufuncs with
    StringDType arguments. Mixing StringDType and the fixed-width DTypes
    using the string ufuncs should now generate much more uniform
    results.

Changes

    numpy.fix now won't perform casting to a floating
    data-type for integer and boolean data-type input arrays.


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 pkgsrc/math/py-numpy/Makefile
cvs rdiff -u -r1.94 -r1.95 pkgsrc/math/py-numpy/distinfo

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

Modified files:

Index: pkgsrc/math/py-numpy/Makefile
diff -u pkgsrc/math/py-numpy/Makefile:1.128 pkgsrc/math/py-numpy/Makefile:1.129
--- pkgsrc/math/py-numpy/Makefile:1.128 Mon Oct 14 10:00:02 2024
+++ pkgsrc/math/py-numpy/Makefile       Mon Nov  4 17:39:17 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.128 2024/10/14 10:00:02 wiz Exp $
+# $NetBSD: Makefile,v 1.129 2024/11/04 17:39:17 wiz Exp $
 
-DISTNAME=      numpy-2.1.2
+DISTNAME=      numpy-2.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/numpy/}
@@ -96,8 +96,8 @@ SUBST_MESSAGE.paths=  Fixing path to nump
 SUBST_FILES.paths=     numpy/tests/test_configtool.py
 SUBST_SED.paths=       -e 's,'numpy-config','numpy-config-${PYVERSSUFFIX}',g'
 
-# as of 2.1.2
-# 32 failed, 46416 passed, 1713 skipped, 2799 deselected, 34 xfailed, 5 xpassed, 1 warning
+# as of 2.1.3
+# 35 failed, 46419 passed, 1712 skipped, 2799 deselected, 34 xfailed, 5 xpassed, 1 warning
 do-test:
        cd ${WRKDIR} && \
        ${SETENV} ${TEST_ENV} PYTHONPATH=${DESTDIR}${PREFIX}/${PYSITELIB} ${PYTHONBIN} -c "import numpy; numpy.test()"

Index: pkgsrc/math/py-numpy/distinfo
diff -u pkgsrc/math/py-numpy/distinfo:1.94 pkgsrc/math/py-numpy/distinfo:1.95
--- pkgsrc/math/py-numpy/distinfo:1.94  Sat Oct 12 10:56:32 2024
+++ pkgsrc/math/py-numpy/distinfo       Mon Nov  4 17:39:17 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.94 2024/10/12 10:56:32 wiz Exp $
+$NetBSD: distinfo,v 1.95 2024/11/04 17:39:17 wiz Exp $
 
-BLAKE2s (numpy-2.1.2.tar.gz) = 35b627d3792057abc2d87948fc9bda6fd6abfb7a1b1fd1a77230753ec6cb716f
-SHA512 (numpy-2.1.2.tar.gz) = 3d69f6583e093e8fd0f441ec7dc4658c88fb714bb29574cd9510091ba059553f79c52492037353caf50b6cff1f7bd1e2501e445c7adde41bd9e08bab363e06e9
-Size (numpy-2.1.2.tar.gz) = 18878063 bytes
+BLAKE2s (numpy-2.1.3.tar.gz) = 778782f34b93b2190be6b8003c9d349459a79a97a96d4a13d2ada4cc679225e9
+SHA512 (numpy-2.1.3.tar.gz) = 59568acda3a77160908a23c354f0574970cb3daeea79ab535762a75a5f3a52a5cedd5754bb507cc238cf5948b37f0045523ed59c04cf6fc4a94ed22b9b77b8c1
+Size (numpy-2.1.3.tar.gz) = 20166090 bytes
 SHA1 (patch-numpy___core_feature__detection__misc.h) = c0f4d318c93fcd0e36c34c549c7778350b8a6ea5
 SHA1 (patch-numpy___core_include_numpy_npy__common.h) = 175cd8f64af681949c3e8bfde064c93908433ea2
 SHA1 (patch-numpy___core_src_common_mem__overlap.c) = 709f140252e8582c325d30fa0289dda3d9a5c888



Home | Main Index | Thread Index | Old Index