Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5f70dc8

Browse filesBrowse files
authored
Merge pull request #27823 from charris/begin-2.3.0
BEG, MAINT: Begin NumPy 2.3.0 development.
2 parents 56e0034 + 208993a commit 5f70dc8
Copy full SHA for 5f70dc8

25 files changed

+25
-84
lines changed

‎doc/release/upcoming_changes/14622.improvement.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/14622.improvement.rst
-4
This file was deleted.

‎doc/release/upcoming_changes/26766.change.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/26766.change.rst
-2
This file was deleted.

‎doc/release/upcoming_changes/27088.change.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/27088.change.rst
-2
This file was deleted.

‎doc/release/upcoming_changes/27119.performance.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/27119.performance.rst
-4
This file was deleted.

‎doc/release/upcoming_changes/27147.performance.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/27147.performance.rst
-8
This file was deleted.

‎doc/release/upcoming_changes/27156.change.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/27156.change.rst
-9
This file was deleted.

‎doc/release/upcoming_changes/27160.expired.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/27160.expired.rst
-2
This file was deleted.

‎doc/release/upcoming_changes/27334.change.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/27334.change.rst
-9
This file was deleted.

‎doc/release/upcoming_changes/27420.new_feature.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/27420.new_feature.rst
-2
This file was deleted.

‎doc/release/upcoming_changes/27482.change.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/27482.change.rst
-8
This file was deleted.

‎doc/release/upcoming_changes/27636.improvement.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/27636.improvement.rst
-3
This file was deleted.

‎doc/release/upcoming_changes/27661.compatibility.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/27661.compatibility.rst
-5
This file was deleted.

‎doc/release/upcoming_changes/27695.improvement.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/27695.improvement.rst
-5
This file was deleted.

‎doc/release/upcoming_changes/27723.improvement.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/27723.improvement.rst
-4
This file was deleted.

‎doc/release/upcoming_changes/27735.deprecation.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/27735.deprecation.rst
-2
This file was deleted.

‎doc/release/upcoming_changes/27735.new_feature.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/27735.new_feature.rst
-4
This file was deleted.

‎doc/release/upcoming_changes/27736.new_feature.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/27736.new_feature.rst
-3
This file was deleted.

‎doc/release/upcoming_changes/27807.change.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/27807.change.rst
-4
This file was deleted.

‎doc/release/upcoming_changes/27808.performance.rst

Copy file name to clipboardExpand all lines: doc/release/upcoming_changes/27808.performance.rst
-2
This file was deleted.

‎doc/source/release.rst

Copy file name to clipboardExpand all lines: doc/source/release.rst
+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Release notes
55
.. toctree::
66
:maxdepth: 2
77

8+
2.3.0 <release/2.3.0-notes>
89
2.2.0 <release/2.2.0-notes>
910
2.1.3 <release/2.1.3-notes>
1011
2.1.2 <release/2.1.2-notes>

‎doc/source/release/2.3.0-notes.rst

Copy file name to clipboard
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.. currentmodule:: numpy
2+
3+
==========================
4+
NumPy 2.3.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

Copy file name to clipboardExpand all lines: numpy/_core/code_generators/cversions.txt
+1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,5 @@
7777
0x00000012 = 2b8f1f4da822491ff030b2b37dff07e3
7878
# Version 19 (NumPy 2.1.0) Only header additions
7979
# Version 19 (NumPy 2.2.0) No change
80+
# Version 19 (NumPy 2.3.0) No change
8081
0x00000013 = 2b8f1f4da822491ff030b2b37dff07e3

‎numpy/_core/include/numpy/numpyconfig.h

Copy file name to clipboardExpand all lines: numpy/_core/include/numpy/numpyconfig.h
+2
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
#define NPY_1_25_API_VERSION 0x00000011
8383
#define NPY_2_0_API_VERSION 0x00000012
8484
#define NPY_2_1_API_VERSION 0x00000013
85+
#define NPY_2_2_API_VERSION 0x00000013
86+
#define NPY_2_3_API_VERSION 0x00000013
8587

8688

8789
/*

‎pavement.py

Copy file name to clipboardExpand all lines: pavement.py
+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#-----------------------------------
3737

3838
# Path to the release notes
39-
RELEASE_NOTES = 'doc/source/release/2.2.0-notes.rst'
39+
RELEASE_NOTES = 'doc/source/release/2.3.0-notes.rst'
4040

4141

4242
#-------------------------------------------------------

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = [
77

88
[project]
99
name = "numpy"
10-
version = "2.2.0.dev0"
10+
version = "2.3.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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.