mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
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 <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
04e1033df2
commit
8acd8b8d13
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user