From: Alexandru Ardelean Date: Thu, 16 Apr 2026 18:15:27 +0000 (+0300) Subject: numpy: update to 2.4.4 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8acd8b8d139bebcce118e18b6c0ab3aeb45eea50;p=openwrt-packages.git numpy: update to 2.4.4 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 --- diff --git a/lang/python/numpy/Makefile b/lang/python/numpy/Makefile index 027533ce1..b9fa6135c 100644 --- a/lang/python/numpy/Makefile +++ b/lang/python/numpy/Makefile @@ -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