Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2b82bf

Browse files
authored
MAINT: Prepare 1.26.x branch for development (#24305)
[skip ci]
1 parent 9d2b4de commit f2b82bf

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

doc/source/release.rst

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

8+
1.26.0 <release/1.26.0-notes>
89
1.25.2 <release/1.25.2-notes>
910
1.25.1 <release/1.25.1-notes>
1011
1.25.0 <release/1.25.0-notes>

doc/source/release/1.26.0-notes.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. currentmodule:: numpy
2+
3+
==========================
4+
NumPy 1.26.0 Release Notes
5+
==========================
6+
7+
The NumPy 1.26.0 release is a continuation of the 1.25.x release cycle, but
8+
with the distutils based build replaced by meson in order to work with Python
9+
3.12.
10+
11+
The Python versions supported in this release are 3.9-3.12.
12+

numpy/core/code_generators/cversions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,5 @@
7070
0x00000010 = 04a7bf1e65350926a0e528798da263c0
7171

7272
# Version 17 (NumPy 1.25) No actual change.
73+
# Version 17 (NumPy 1.26) No change.
7374
0x00000011 = ca1aebdad799358149567d9d93cbca09

pavement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#-----------------------------------
3939

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

4343

4444
#-------------------------------------------------------

0 commit comments

Comments
 (0)