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

REL: Prepare for the NumPy 2.2.6 release [wheel build] #28980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
REL: Prepare for the NumPy 2.2.6 release [wheel build]
- Create 2.2.6-changelog.rst.
- Update 2.2.6-notes.rst.
  • Loading branch information
charris committed May 15, 2025
commit ed418286bf91434d6f8af7133645de7b4ea3f807
32 changes: 32 additions & 0 deletions 32 doc/changelog/2.2.6-changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

Contributors
============

A total of 8 people contributed to this release. People with a "+" by their
names contributed a patch for the first time.

* Charles Harris
* Ilhan Polat
* Joren Hammudoglu
* Marco Gorelli +
* Matti Picus
* Nathan Goldbaum
* Peter Hawkins
* Sayed Adel

Pull requests merged
====================

A total of 11 pull requests were merged for this release.

* `#28778 <https://github.com/numpy/numpy/pull/28778>`__: MAINT: Prepare 2.2.x for further development
* `#28851 <https://github.com/numpy/numpy/pull/28851>`__: BLD: Update vendor-meson to fix module_feature conflicts arguments...
* `#28852 <https://github.com/numpy/numpy/pull/28852>`__: BUG: fix heap buffer overflow in np.strings.find
* `#28853 <https://github.com/numpy/numpy/pull/28853>`__: TYP: fix ``NDArray[floating] + float`` return type
* `#28864 <https://github.com/numpy/numpy/pull/28864>`__: BUG: fix stringdtype singleton thread safety
* `#28865 <https://github.com/numpy/numpy/pull/28865>`__: MAINT: use OpenBLAS 0.3.29
* `#28889 <https://github.com/numpy/numpy/pull/28889>`__: MAINT: from_dlpack thread safety fixes (#28883)
* `#28913 <https://github.com/numpy/numpy/pull/28913>`__: TYP: Fix non-existent ``CanIndex`` annotation in ``ndarray.setfield``
* `#28915 <https://github.com/numpy/numpy/pull/28915>`__: MAINT: Avoid dereferencing/strict aliasing warnings
* `#28916 <https://github.com/numpy/numpy/pull/28916>`__: BUG: Fix missing check for PyErr_Occurred() in _pyarray_correlate.
* `#28966 <https://github.com/numpy/numpy/pull/28966>`__: TYP: reject complex scalar types in ndarray.__ifloordiv__
32 changes: 31 additions & 1 deletion 32 doc/source/release/2.2.6-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,39 @@ NumPy 2.2.6 Release Notes
==========================

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

This release supports Python versions 3.10-3.13.

Contributors
============

A total of 8 people contributed to this release. People with a "+" by their
names contributed a patch for the first time.

* Charles Harris
* Ilhan Polat
* Joren Hammudoglu
* Marco Gorelli +
* Matti Picus
* Nathan Goldbaum
* Peter Hawkins
* Sayed Adel

Pull requests merged
====================

A total of 11 pull requests were merged for this release.

* `#28778 <https://github.com/numpy/numpy/pull/28778>`__: MAINT: Prepare 2.2.x for further development
* `#28851 <https://github.com/numpy/numpy/pull/28851>`__: BLD: Update vendor-meson to fix module_feature conflicts arguments...
* `#28852 <https://github.com/numpy/numpy/pull/28852>`__: BUG: fix heap buffer overflow in np.strings.find
* `#28853 <https://github.com/numpy/numpy/pull/28853>`__: TYP: fix ``NDArray[floating] + float`` return type
* `#28864 <https://github.com/numpy/numpy/pull/28864>`__: BUG: fix stringdtype singleton thread safety
* `#28865 <https://github.com/numpy/numpy/pull/28865>`__: MAINT: use OpenBLAS 0.3.29
* `#28889 <https://github.com/numpy/numpy/pull/28889>`__: MAINT: from_dlpack thread safety fixes
* `#28913 <https://github.com/numpy/numpy/pull/28913>`__: TYP: Fix non-existent ``CanIndex`` annotation in ``ndarray.setfield``
* `#28915 <https://github.com/numpy/numpy/pull/28915>`__: MAINT: Avoid dereferencing/strict aliasing warnings
* `#28916 <https://github.com/numpy/numpy/pull/28916>`__: BUG: Fix missing check for PyErr_Occurred() in _pyarray_correlate.
* `#28966 <https://github.com/numpy/numpy/pull/28966>`__: TYP: reject complex scalar types in ndarray.__ifloordiv__
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.