Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2b686f6

Browse filesBrowse files
authored
Merge pull request #28980 from charris/prepare-2.2.6
REL: Prepare for the NumPy 2.2.6 release [wheel build]
2 parents 83e4e7f + ed41828 commit 2b686f6
Copy full SHA for 2b686f6

File tree

Expand file treeCollapse file tree

2 files changed

+63
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+63
-1
lines changed

‎doc/changelog/2.2.6-changelog.rst

Copy file name to clipboard
+32Lines 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/2.2.6-notes.rst

Copy file name to clipboardExpand all lines: doc/source/release/2.2.6-notes.rst
+31-1Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,39 @@ NumPy 2.2.6 Release Notes
55
==========================
66

77
NumPy 2.2.6 is a patch release that fixes bugs found after the 2.2.5 release.
8-
It has a large number of typing fixes/improvements as well as the normal bug
8+
It is a mix of typing fixes/improvements as well as the normal bug
99
fixes and some CI maintenance.
1010

1111
This release supports Python versions 3.10-3.13.
1212

13+
Contributors
14+
============
1315

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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.