@@ -5,7 +5,48 @@ NumPy 2.4.3 Release Notes
55=========================
66
77The NumPy 2.4.3 is a patch release that fixes bugs discovered after the
8- 2.4.2 release. Highlights are:
8+ 2.4.2 release. The most user visible fix may be a threading fix for
9+ OpenBLAS on ARM, closing issue #30816.
910
1011This release supports Python versions 3.11-3.14
1112
13+
14+ Contributors
15+ ============
16+
17+ A total of 11 people contributed to this release. People with a "+" by their
18+ names contributed a patch for the first time.
19+
20+ * Antareep Sarkar +
21+ * Charles Harris
22+ * Joren Hammudoglu
23+ * Matthieu Darbois
24+ * Matti Picus
25+ * Nathan Goldbaum
26+ * Peter Hawkins
27+ * Pieter Eendebak
28+ * Sebastian Berg
29+ * Warren Weckesser
30+ * stratakis +
31+
32+
33+ Pull requests merged
34+ ====================
35+
36+ A total of 14 pull requests were merged for this release.
37+
38+ * `#30759 <https://github.com/numpy/numpy/pull/30759 >`__: MAINT: Prepare 2.4.x for further development
39+ * `#30827 <https://github.com/numpy/numpy/pull/30827 >`__: BUG: Fix some leaks found via LeakSanitizer (#30756)
40+ * `#30841 <https://github.com/numpy/numpy/pull/30841 >`__: MAINT: Synchronize 2.4.x submodules with main
41+ * `#30849 <https://github.com/numpy/numpy/pull/30849 >`__: TYP: ``matlib ``\ : missing extended precision imports
42+ * `#30850 <https://github.com/numpy/numpy/pull/30850 >`__: BUG: Fix weak hash function in np.isin(). (#30840)
43+ * `#30921 <https://github.com/numpy/numpy/pull/30921 >`__: BUG: fix infinite recursion in np.ma.flatten_structured_array...
44+ * `#30922 <https://github.com/numpy/numpy/pull/30922 >`__: BUG: Fix buffer overrun in CPU baseline validation (#30877)
45+ * `#30923 <https://github.com/numpy/numpy/pull/30923 >`__: BUG: Fix busdaycalendar's handling of a bool array weekmask....
46+ * `#30924 <https://github.com/numpy/numpy/pull/30924 >`__: BUG: Fix reference leaks and NULL pointer dereferences (#30908)
47+ * `#30925 <https://github.com/numpy/numpy/pull/30925 >`__: MAINT: fix two minor issues noticed when touching the C API setup
48+ * `#30955 <https://github.com/numpy/numpy/pull/30955 >`__: ENH: Test .kind not .char in np.testing.assert_equal (#30879)
49+ * `#30957 <https://github.com/numpy/numpy/pull/30957 >`__: BUG: fix type issues in uses if PyDataType macros
50+ * `#30958 <https://github.com/numpy/numpy/pull/30958 >`__: MAINT: Don't use vulture 2.15, it has false positives
51+ * `#30973 <https://github.com/numpy/numpy/pull/30973 >`__: MAINT: update openblas (#30961)
52+
0 commit comments