File tree 5 files changed +22
-3
lines changed
5 files changed +22
-3
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.2 <release/1.26.2-notes >
8
9
1.26.1 <release/1.26.1-notes >
9
10
1.26.0 <release/1.26.0-notes >
10
11
1.25.2 <release/1.25.2-notes >
Original file line number Diff line number Diff line change
1
+ .. currentmodule :: numpy
2
+
3
+ ==========================
4
+ NumPy 1.26.2 Release Notes
5
+ ==========================
6
+
7
+ NumPy 1.26.2 is a maintenance release that fixes bugs and regressions
8
+ discovered after the 1.26.1 release. The 1.26.release series is the last
9
+ planned minor release series before NumPy 2.0. The Python versions supported by
10
+ this release are 3.9-3.12.
11
+
12
+ Contributors
13
+ ============
14
+
15
+
16
+ Pull requests merged
17
+ ====================
18
+
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.26.1 -notes.rst'
41
+ RELEASE_NOTES = 'doc/source/release/1.26.2 -notes.rst'
42
42
43
43
44
44
#-------------------------------------------------------
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ requires = [
17
17
18
18
[project ]
19
19
name = " numpy"
20
- version = " 1.26.1 "
20
+ version = " 1.26.2 "
21
21
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
22
22
license = {file = " LICENSE.txt" }
23
23
Original file line number Diff line number Diff line change 3
3
# to avoid building with Meson (e.g., in the Emscripten/Pyodide CI job)
4
4
[project]
5
5
name = "numpy"
6
- version = "1.26.1 "
6
+ version = "1.26.2 "
7
7
8
8
[build-system]
9
9
requires = [
You can’t perform that action at this time.
0 commit comments