numpy: bump to 2.4.2
authorAlexandru Ardelean <redacted>
Thu, 12 Mar 2026 11:47:36 +0000 (13:47 +0200)
committerHannu Nyman <redacted>
Fri, 13 Mar 2026 07:34:28 +0000 (09:34 +0200)
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>
lang/python/numpy/Makefile

index a774765bd157d488c8c1747460e6b9b0a0185abc..802d3c05195086cfae1750ca77a483cd90d49776 100644 (file)
@@ -6,11 +6,11 @@
 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>
 
git clone https://git.99rst.org/PROJECT