File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
numpy/core/code_generators Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Release notes
5
5
.. toctree ::
6
6
:maxdepth: 3
7
7
8
+ 1.26.0 <release/1.26.0-notes >
8
9
1.25.2 <release/1.25.2-notes >
9
10
1.25.1 <release/1.25.1-notes >
10
11
1.25.0 <release/1.25.0-notes >
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 70
70
0x00000010 = 04a7bf1e65350926a0e528798da263c0
71
71
72
72
# Version 17 (NumPy 1.25) No actual change.
73
+ # Version 17 (NumPy 1.26) No change.
73
74
0x00000011 = ca1aebdad799358149567d9d93cbca09
Original file line number Diff line number Diff line change 38
38
#-----------------------------------
39
39
40
40
# 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'
42
42
43
43
44
44
#-------------------------------------------------------
You can’t perform that action at this time.
0 commit comments