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

MAINT: Prepare 2.2.x for further development #28545

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
Mar 16, 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
MAINT: Prepare 2.2.x for further development
- Create 2.2.5-notes.rst
- Update release.rst
- Update pavement
- Update pyproject.toml

[skip azp] [skip cirrus] [skip actions]
  • Loading branch information
charris committed Mar 16, 2025
commit b50f579b4e910af08b552373737ab559ce7a23d1
1 change: 1 addition & 0 deletions 1 doc/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release notes
.. toctree::
:maxdepth: 2

2.2.5 <release/2.2.5-notes>
2.2.4 <release/2.2.4-notes>
2.2.3 <release/2.2.3-notes>
2.2.2 <release/2.2.2-notes>
Expand Down
10 changes: 10 additions & 0 deletions 10 doc/source/release/2.2.5-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. currentmodule:: numpy

==========================
NumPy 2.2.5 Release Notes
==========================

NumPy 2.2.5 is a patch release that fixes bugs found after the 2.2.4 release.

This release supports Python versions 3.10-3.13.

2 changes: 1 addition & 1 deletion 2 pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#-----------------------------------

# Path to the release notes
RELEASE_NOTES = 'doc/source/release/2.2.4-notes.rst'
RELEASE_NOTES = 'doc/source/release/2.2.5-notes.rst'


#-------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion 2 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires = [

[project]
name = "numpy"
version = "2.2.4"
version = "2.2.5"
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
license = {file = "LICENSE.txt"}

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.