numpy: update to 2.4.4
authorAlexandru Ardelean <redacted>
Thu, 16 Apr 2026 18:15:27 +0000 (21:15 +0300)
committerAlexandru Ardelean <redacted>
Tue, 21 Apr 2026 09:35:08 +0000 (12:35 +0300)
Patch release with stability and correctness fixes over 2.4.3:
- fix memory leak in certain array creation paths
- fix thread-safety issues in ufunc dispatch
- fix hash collisions in np.isin() on certain inputs
- fix OpenBLAS threading hang on ARM targets
- miscellaneous annotation and documentation improvements

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/numpy/Makefile

index 027533ce17c4c65da1f44156af7f9c0200e629fb..b9fa6135c54f6c2c35ab1660f22c3c6b5f97b471 100644 (file)
@@ -6,11 +6,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=numpy
-PKG_VERSION:=2.4.3
+PKG_VERSION:=2.4.4
 PKG_RELEASE:=1
 
 PYPI_NAME:=$(PKG_NAME)
-PKG_HASH:=483a201202b73495f00dbc83796c6ae63137a9bdade074f7648b3e32613412dd
+PKG_HASH:=2d390634c5182175533585cc89f3608a4682ccb173cc9bb940b2881c8d6f8fa0
 
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
 
git clone https://git.99rst.org/PROJECT