File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Release notes
5
5
.. toctree ::
6
6
:maxdepth: 2
7
7
8
+ 2.2.6 <release/2.2.6-notes >
8
9
2.2.5 <release/2.2.5-notes >
9
10
2.2.4 <release/2.2.4-notes >
10
11
2.2.3 <release/2.2.3-notes >
Original file line number Diff line number Diff line change
1
+ .. currentmodule :: numpy
2
+
3
+ ==========================
4
+ NumPy 2.2.6 Release Notes
5
+ ==========================
6
+
7
+ NumPy 2.2.6 is a patch release that fixes bugs found after the 2.2.5 release.
8
+ It has a large number of typing fixes/improvements as well as the normal bug
9
+ fixes and some CI maintenance.
10
+
11
+ This release supports Python versions 3.10-3.13.
12
+
13
+
Original file line number Diff line number Diff line change 36
36
#-----------------------------------
37
37
38
38
# Path to the release notes
39
- RELEASE_NOTES = 'doc/source/release/2.2.5 -notes.rst'
39
+ RELEASE_NOTES = 'doc/source/release/2.2.6 -notes.rst'
40
40
41
41
42
42
#-------------------------------------------------------
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ requires = [
7
7
8
8
[project ]
9
9
name = " numpy"
10
- version = " 2.2.5 "
10
+ version = " 2.2.6 "
11
11
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
12
12
license = {file = " LICENSE.txt" }
13
13
You can’t perform that action at this time.
0 commit comments