Changelog:
- Fix memory leaks
- Fix validation of contraction axes in tensordot
- Fix free-threaded PyObject layout bugs
- Fix thread safety in array_getbuffer
- Fix quantile promotion logic
- Fix compatibility with latest Cython version
- Update OpenBLAS to fix hanging issues
Full release notes:
https://github.com/numpy/numpy/releases/tag/v2.4.2
Signed-off-by: Alexandru Ardelean <redacted>
include $(TOPDIR)/rules.mk
PKG_NAME:=numpy
-PKG_VERSION:=2.3.4
+PKG_VERSION:=2.4.2
PKG_RELEASE:=1
PYPI_NAME:=$(PKG_NAME)
-PKG_HASH:=a7d018bfedb375a8d979ac758b120ba846a7fe764911a64465fd87b8729f4a6a
+PKG_HASH:=659a6107e31a83c4e33f763942275fd278b21d095094044eb35569e86a21ddae
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>