@@ -5,9 +5,39 @@ NumPy 2.2.6 Release Notes
5
5
==========================
6
6
7
7
NumPy 2.2.6 is a patch release that fixes bugs found after the 2.2.5 release.
8
- Ithas alarge number of typing fixes/improvements as well as the normal bug
8
+ Itis amix of typing fixes/improvements as well as the normal bug
9
9
fixes and some CI maintenance.
10
10
11
11
This release supports Python versions 3.10-3.13.
12
12
13
+ Contributors
14
+ ============
13
15
16
+ A total of 8 people contributed to this release. People with a "+" by their
17
+ names contributed a patch for the first time.
18
+
19
+ * Charles Harris
20
+ * Ilhan Polat
21
+ * Joren Hammudoglu
22
+ * Marco Gorelli +
23
+ * Matti Picus
24
+ * Nathan Goldbaum
25
+ * Peter Hawkins
26
+ * Sayed Adel
27
+
28
+ Pull requests merged
29
+ ====================
30
+
31
+ A total of 11 pull requests were merged for this release.
32
+
33
+ * `#28778 <https://github.com/numpy/numpy/pull/28778 >`__: MAINT: Prepare 2.2.x for further development
34
+ * `#28851 <https://github.com/numpy/numpy/pull/28851 >`__: BLD: Update vendor-meson to fix module_feature conflicts arguments...
35
+ * `#28852 <https://github.com/numpy/numpy/pull/28852 >`__: BUG: fix heap buffer overflow in np.strings.find
36
+ * `#28853 <https://github.com/numpy/numpy/pull/28853 >`__: TYP: fix ``NDArray[floating] + float `` return type
37
+ * `#28864 <https://github.com/numpy/numpy/pull/28864 >`__: BUG: fix stringdtype singleton thread safety
38
+ * `#28865 <https://github.com/numpy/numpy/pull/28865 >`__: MAINT: use OpenBLAS 0.3.29
39
+ * `#28889 <https://github.com/numpy/numpy/pull/28889 >`__: MAINT: from_dlpack thread safety fixes
40
+ * `#28913 <https://github.com/numpy/numpy/pull/28913 >`__: TYP: Fix non-existent ``CanIndex `` annotation in ``ndarray.setfield ``
41
+ * `#28915 <https://github.com/numpy/numpy/pull/28915 >`__: MAINT: Avoid dereferencing/strict aliasing warnings
42
+ * `#28916 <https://github.com/numpy/numpy/pull/28916 >`__: BUG: Fix missing check for PyErr_Occurred() in _pyarray_correlate.
43
+ * `#28966 <https://github.com/numpy/numpy/pull/28966 >`__: TYP: reject complex scalar types in ndarray.__ifloordiv__