Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 2.4.4. 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. Wheels can be downloaded from PyPI <https://pypi.org/project/numpy/2.4.4>; release notes and the changelog are available on Github <https://github.com/numpy/numpy/releases/tag/v2.4.4>. *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`... Cheers, Charles Harris
_______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/numpy-discussion.python.org Member address: [email protected]
