Path to this page:
Subject: CVS commit: pkgsrc/math/py-numpy
From: Adam Ciarcinski
Date: 2025-02-15 21:59:23
Message id: 20250215205923.9DD5AFBE0@cvs.NetBSD.org
Log Message:
py-numpy: updated to 2.2.3
2.2.3
MAINT: Prepare 2.2.x for further development
BUG: fix data race in a more minimal way on stable branch
BUG: Fix ``from_float_positional`` errors for huge pads
BUG: fix data race in np.repeat
MAINT: Use VQSORT_COMPILER_COMPATIBLE to determine if we should...
MAINT: update highway to latest
BUG: Add cpp atomic support
BLD: Compile fix for clang-cl on WoA
TYP: Avoid upcasting ``float64`` in the set-ops
BLD: better fix for clang / ARM compiles
TYP: Fix ``timedelta64.__divmod__`` and ``timedelta64.__mod__``...
TYP: Fixed missing typing information of set_printoptions
BUG: backport resource cleanup bugfix from gh-28273
BUG: fix incorrect bytes to stringdtype coercion
TYP: Fix scalar constructors
TYP: stub ``numpy.matlib``
TYP: stub the missing ``numpy.testing`` modules
CI: Fix the github label for ``TYP:`` PR's and issues
TYP: Backport typing updates from main
BUG: fix race initializing legacy dtype casts
CI: update test_moderately_small_alpha
Files: