Skip to content

Commit be93fe2

Browse files
authored
Merge pull request #31090 from charris/prepare-2.4.4
REL: Prepare for the NumPy 2.4.4 release
2 parents 02e838b + f5245dc commit be93fe2

2 files changed

Lines changed: 61 additions & 2 deletions

File tree

doc/changelog/2.4.4-changelog.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
Contributors
3+
============
4+
5+
A total of 8 people contributed to this release. People with a "+" by their
6+
names contributed a patch for the first time.
7+
8+
* Charles Harris
9+
* Daniel Haag +
10+
* Denis Prokopenko +
11+
* Harshith J +
12+
* Koki Watanabe
13+
* Marten van Kerkwijk
14+
* Matti Picus
15+
* Nathan Goldbaum
16+
17+
Pull requests merged
18+
====================
19+
20+
A total of 7 pull requests were merged for this release.
21+
22+
* `#30978 <https://github.com/numpy/numpy/pull/30978>`__: MAINT: Prepare 2.4.x for further development
23+
* `#31049 <https://github.com/numpy/numpy/pull/31049>`__: BUG: Add test to reproduce problem described in #30816 (#30818)
24+
* `#31052 <https://github.com/numpy/numpy/pull/31052>`__: BUG: fix FNV-1a 64-bit selection by using NPY_SIZEOF_UINTP (#31035)
25+
* `#31053 <https://github.com/numpy/numpy/pull/31053>`__: BUG: avoid warning on ufunc with where=True and no output
26+
* `#31058 <https://github.com/numpy/numpy/pull/31058>`__: DOC: document caveats of ndarray.resize on 3.14 and newer
27+
* `#31079 <https://github.com/numpy/numpy/pull/31079>`__: TST: fix POWER VSX feature mapping (#30801)
28+
* `#31084 <https://github.com/numpy/numpy/pull/31084>`__: MAINT: numpy.i: Replace deprecated ``sprintf`` with ``snprintf``...
29+

doc/source/release/2.4.4-notes.rst

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,38 @@
44
NumPy 2.4.4 Release Notes
55
=========================
66

7-
The NumPy 2.4.4 is a patch release that fixes bugs discovered after the
8-
2.4.3 release.
7+
The NumPy 2.4.3 is a patch release that fixes bugs discovered after the 2.4.2
8+
release. It should finally close issue #30816, the OpenBLAS threading problem
9+
on ARM.
910

1011
This release supports Python versions 3.11-3.14
1112

13+
14+
Contributors
15+
============
16+
17+
A total of 8 people contributed to this release. People with a "+" by their
18+
names contributed a patch for the first time.
19+
20+
* Charles Harris
21+
* Daniel Haag +
22+
* Denis Prokopenko +
23+
* Harshith J +
24+
* Koki Watanabe
25+
* Marten van Kerkwijk
26+
* Matti Picus
27+
* Nathan Goldbaum
28+
29+
30+
Pull requests merged
31+
====================
32+
33+
A total of 7 pull requests were merged for this release.
34+
35+
* `#30978 <https://github.com/numpy/numpy/pull/30978>`__: MAINT: Prepare 2.4.x for further development
36+
* `#31049 <https://github.com/numpy/numpy/pull/31049>`__: BUG: Add test to reproduce problem described in #30816 (#30818)
37+
* `#31052 <https://github.com/numpy/numpy/pull/31052>`__: BUG: fix FNV-1a 64-bit selection by using NPY_SIZEOF_UINTP (#31035)
38+
* `#31053 <https://github.com/numpy/numpy/pull/31053>`__: BUG: avoid warning on ufunc with where=True and no output
39+
* `#31058 <https://github.com/numpy/numpy/pull/31058>`__: DOC: document caveats of ndarray.resize on 3.14 and newer
40+
* `#31079 <https://github.com/numpy/numpy/pull/31079>`__: TST: fix POWER VSX feature mapping (#30801)
41+
* `#31084 <https://github.com/numpy/numpy/pull/31084>`__: MAINT: numpy.i: Replace deprecated ``sprintf`` with ``snprintf``...

0 commit comments

Comments
 (0)