Skip to content

Commit

Permalink
py-numpy: updated to to 2.1.1
Browse files Browse the repository at this point in the history
2.1.1
REL: Prepare for the NumPy 2.1.0 release [wheel build]
MAINT: prepare 2.1.x for further development
BUG: revert unintended change in the return value of set_printoptions
BUG: fix reference counting bug in __array_interface__ implementation…
TST: Add regression test for missing descr in array-interface
BUG: Fix array_equal for numeric and non-numeric scalar types
MAINT: Update maintenance/2.1.x after the 2.0.2 release
BLD: cp311- macosx_arm64 wheels [wheel build]
BUG: f2py: better handle filtering of public/private subroutines
  • Loading branch information
adam committed Sep 10, 2024
1 parent 26e0a94 commit 4620333
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions math/py-numpy/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.125 2024/08/21 10:10:48 adam Exp $
# $NetBSD: Makefile,v 1.126 2024/09/10 11:43:06 adam Exp $

DISTNAME= numpy-2.1.0
DISTNAME= numpy-2.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/numpy/}
Expand Down
4 changes: 3 additions & 1 deletion math/py-numpy/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.49 2024/08/22 12:13:32 ryoon Exp $
@comment $NetBSD: PLIST,v 1.50 2024/09/10 11:43:06 adam Exp $
bin/f2py-${PYVERSSUFFIX}
bin/numpy-config-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
Expand Down Expand Up @@ -974,6 +974,8 @@ ${PYSITELIB}/numpy/f2py/tests/src/mixed/foo_fixed.f90
${PYSITELIB}/numpy/f2py/tests/src/mixed/foo_free.f90
${PYSITELIB}/numpy/f2py/tests/src/modules/gh25337/data.f90
${PYSITELIB}/numpy/f2py/tests/src/modules/gh25337/use_data.f90
${PYSITELIB}/numpy/f2py/tests/src/modules/gh26920/two_mods_with_no_public_entities.f90
${PYSITELIB}/numpy/f2py/tests/src/modules/gh26920/two_mods_with_one_public_routine.f90
${PYSITELIB}/numpy/f2py/tests/src/modules/module_data_docstring.f90
${PYSITELIB}/numpy/f2py/tests/src/modules/use_modules.f90
${PYSITELIB}/numpy/f2py/tests/src/negative_bounds/issue_20853.f90
Expand Down
8 changes: 4 additions & 4 deletions math/py-numpy/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.92 2024/08/21 10:10:48 adam Exp $
$NetBSD: distinfo,v 1.93 2024/09/10 11:43:06 adam Exp $

BLAKE2s (numpy-2.1.0.tar.gz) = 1eab523d8661ef0bdd77df46554e6990c04a9d9a35d5333cf37e91ea19ef6c1b
SHA512 (numpy-2.1.0.tar.gz) = d0948aa8bb7406b91d79cdd1d5019632e00c60aefbbf5c0884dd91ec8dda6a5369538ab20ef6a201595eeba98bf3a19a407e58a3d4e4e2f412420e65400d7bdd
Size (numpy-2.1.0.tar.gz) = 18868922 bytes
BLAKE2s (numpy-2.1.1.tar.gz) = f01c7747aeb077777871ca0e1a0199fa2a07aa698e8de83f9d058eded793a567
SHA512 (numpy-2.1.1.tar.gz) = 94843f88a32cc1df3e572ac13f294e49201a1f50fbd28707a500839cdff61958823c5b8748a7a54cd866a1acc9bd11efde53042141a81cca44393ee7cee78cdc
Size (numpy-2.1.1.tar.gz) = 18874860 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
Expand Down

0 comments on commit 4620333

Please sign in to comment.