10000 MAINT: Update main after 2.2.6 release. · numpy/numpy@8078e91 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8078e91

Browse files
committed
MAINT: Update main after 2.2.6 release.
- Forward port 2.2.6-changelog.rst - Forward port 2.2.6-notes.rst - Update release.rst [skip azp] [skip cirrus] [skip actions]
1 parent c807e09 commit 8078e91

File tree

3 files changed

+76
-0
lines changed
  • doc

3 files changed

+76
-0
lines changed

doc/changelog/2.2.6-changelog.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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+
* Ilhan Polat
10+
* Joren Hammudoglu
11+
* Marco Gorelli +
12+
* Matti Picus
13+
* Nathan Goldbaum
14+
* Peter Hawkins
15+
* Sayed Adel
16+
17+
Pull requests merged
18+
====================
19+
20+
A total of 11 pull requests were merged for this release.
21+
22+
* `#28778 <https://github.com/numpy/numpy/pull/28778>`__: MAINT: Prepare 2.2.x for further development
23+
* `#28851 <https://github.com/numpy/numpy/pull/28851>`__: BLD: Update vendor-meson to fix module_feature conflicts arguments...
24+
* `#28852 <https://github.com/numpy/numpy/pull/28852>`__: BUG: fix heap buffer overflow in np.strings.find
25+
* `#28853 <https://github.com/numpy/numpy/pull/28853>`__: TYP: fix ``NDArray[floating] + float`` return type
26+
* `#28864 <https://github.com/numpy/numpy/pull/28864>`__: BUG: fix stringdtype singleton thread safety
27+
* `#28865 <https://github.com/numpy/numpy/pull/28865>`__: MAINT: use OpenBLAS 0.3.29
28+
* `#28889 <https://github.com/numpy/numpy/pull/28889>`__: MAINT: from_dlpack thread safety fixes (#28883)
29+
* `#28913 <https://github.com/numpy/numpy/pull/28913>`__: TYP: Fix non-existent ``CanIndex`` annotation in ``ndarray.setfield``
30+
* `#28915 <https://github.com/numpy/numpy/pull/28915>`__: MAINT: Avoid dereferencing/strict aliasing warnings
31+
* `#28916 <https://github.com/numpy/numpy/pull/28916>`__: BUG: Fix missing check for PyErr_Occurred() in _pyarray_correlate.
32+
* `#28966 <https://github.com/numpy/numpy/pull/28966>`__: TYP: reject complex scalar types in ndarray.__ifloordiv__

doc/source/release.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release notes
66
:maxdepth: 2
77

88
2.3.0 <release/2.3.0-notes>
9+
2.2.6 <release/2.2.6-notes>
910
2.2.5 <release/2.2.5-notes>
1011
2.2.4 <release/2.2.4-notes>
1112
2.2.3 <release/2.2.3-notes>

doc/source/release/2.2.6-notes.rst

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
.. currentmodule:: numpy
2+
3+
==========================
4+
NumPy 2.2.6 Release Notes
5+
==========================
6+
7+
NumPy 2.2.6 is a patch release that fixes bugs found after the 2.2.5 release.
8+
It is a mix of typing fixes/improvements as well as the normal bug
9+
fixes and some CI maintenance.
10+
11+
This release supports Python versions 3.10-3.13.
12+
13+
Contributors
14+
============
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__

0 commit comments

Comments
 (0)
0