Skip to content

Commit 3b246c6

Browse files
authored
Merge pull request numpy#25970 from charris/prepare-main-for-2.1.0-development
MAINT: Prepare main for NumPy 2.1.0 development
2 parents 52ab127 + 7934d5b commit 3b246c6

File tree

5 files changed

+24
-2
lines changed

5 files changed

+24
-2
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: 2
77

8+
2.1.0 <release/2.1.0-notes>
89
2.0.0 <release/2.0.0-notes>
910
1.26.4 <release/1.26.4-notes>
1011
1.26.3 <release/1.26.3-notes>

doc/source/release/2.1.0-notes.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

numpy/_core/code_generators/cversions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@
7070
0x00000010 = 04a7bf1e65350926a0e528798da263c0
7171

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

7576
# Version 18 (NumPy 2.0.0)
77+
# Version 18 (NumPy 2.1.0) No change
7678
0x00000012 = 2b8f1f4da822491ff030b2b37dff07e3

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/2.0.0-notes.rst'
41+
RELEASE_NOTES = 'doc/source/release/2.1.0-notes.rst'
4242

4343

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = [
77

88
[project]
99
name = "numpy"
10-
version = "2.0.0.dev0"
10+
version = "2.1.0.dev0"
1111
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
1212
license = {file = "LICENSE.txt"}
1313

0 commit comments

Comments
 (0)