File tree Expand file tree Collapse file tree 5 files changed +24
-2
lines changed
numpy/_core/code_generators Expand file tree Collapse file tree 5 files changed +24
-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.1.0 <release/2.1.0-notes >
8
9
2.0.0 <release/2.0.0-notes >
9
10
1.26.4 <release/1.26.4-notes >
10
11
1.26.3 <release/1.26.3-notes >
Original file line number Diff line number Diff line change
1
+ .. currentmodule :: numpy
2
+
3
+ ==========================
4
+ NumPy 2.1.0 Release Notes
5
+ ==========================
6
+
7
+
8
+ Highlights
9
+ ==========
10
+
11
+ *We'll choose highlights for this release near the end of the release cycle. *
12
+
13
+
14
+ .. if release snippets have been incorporated already, uncomment the follow
15
+ line (leave the `.. include:: directive)
16
+
17
+ .. **Content from release note snippets in doc/release/upcoming_changes:**
18
+
19
+ .. include :: notes-towncrier.rst
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
74
75
75
76
# Version 18 (NumPy 2.0.0)
77
+ # Version 18 (NumPy 2.1.0) No change
76
78
0x00000012 = 2b8f1f4da822491ff030b2b37dff07e3
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/2.0 .0-notes.rst'
41
+ RELEASE_NOTES = 'doc/source/release/2.1 .0-notes.rst'
42
42
43
43
44
44
#-------------------------------------------------------
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.0 .0.dev0"
10
+ version = " 2.1 .0.dev0"
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