| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.4.4-changelog.rst | 2026-03-29 | 1.2 kB | |
| README.rst | 2026-03-29 | 1.5 kB | |
| numpy-2.4.4.tar.gz | 2026-03-29 | 20.7 MB | |
| 2.4.4 (Mar 29, 2026) source code.tar.gz | 2026-03-29 | 9.8 MB | |
| 2.4.4 (Mar 29, 2026) source code.zip | 2026-03-29 | 10.8 MB | |
| README.md | 2026-03-29 | 1.4 kB | |
| Totals: 6 Items | 41.3 MB | 25 | |
NumPy 2.4.4 Release Notes
The NumPy 2.4.4 is a patch release that fixes bugs discovered after the 2.4.3 release. It should finally close issue #30816, the OpenBLAS threading problem on ARM.
This release supports Python versions 3.11-3.14
Contributors
A total of 8 people contributed to this release. People with a "+" by their names contributed a patch for the first time.
- Charles Harris
- Daniel Haag +
- Denis Prokopenko +
- Harshith J +
- Koki Watanabe
- Marten van Kerkwijk
- Matti Picus
- Nathan Goldbaum
Pull requests merged
A total of 7 pull requests were merged for this release.
- #30978: MAINT: Prepare 2.4.x for further development
- #31049: BUG: Add test to reproduce problem described in #30816 (#30818)
- #31052: BUG: fix FNV-1a 64-bit selection by using NPY_SIZEOF_UINTP (#31035)
- #31053: BUG: avoid warning on ufunc with where=True and no output
- #31058: DOC: document caveats of ndarray.resize on 3.14 and newer
- #31079: TST: fix POWER VSX feature mapping (#30801)
- #31084: MAINT: numpy.i: Replace deprecated sprintf with snprintf...