8000 MAINT: Prepare 1.26.x branch for development by charris · Pull Request #24305 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

MAINT: Prepare 1.26.x branch for development #24305

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
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 1.26.x branch for development
  • Loading branch information
charris committed Jul 31, 2023
commit 9062a388b4b3c3576534ef08aa4f6884784a6f8e
1 change: 1 addition & 0 deletions doc/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release notes
.. toctree::
:maxdepth: 3

1.26.0 <release/1.26.0-notes>
1.25.2 <release/1.25.2-notes>
1.25.1 <release/1.25.1-notes>
1.25.0 <release/1.25.0-notes>
Expand Down
12 changes: 12 additions & 0 deletions doc/source/release/1.26.0-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. currentmodule:: numpy

==========================
NumPy 1.26.0 Release Notes
==========================

The NumPy 1.26.0 release is a continuation of the 1.25.x release cycle, but
with the distutils based build replaced by meson in order to work with Python
3.12.

The Python versions supported in this release are 3.9-3.12.

1 change: 1 addition & 0 deletions numpy/core/code_generators/cversions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@
0x00000010 = 04a7bf1e65350926a0e528798da263c0

# Version 17 (NumPy 1.25) No actual change.
# Version 17 (NumPy 1.26) No change.
0x00000011 = ca1aebdad799358149567d9d93cbca09
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#-----------------------------------

# Path to the release notes
RELEASE_NOTES = 'doc/source/release/1.25.2-notes.rst'
RELEASE_NOTES = 'doc/source/release/1.26.0-notes.rst'


#-------------------------------------------------------
Expand Down
0