Skip to content

Navigation Menu

Sign in
Appearance settings

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 47c5af1

Browse filesBrowse files
authored
Merge pull request #28185 from charris/begin-2.2.3
MAINT: Prepare 2.2.x for further development
2 parents fd8a68e + f068f41 commit 47c5af1
Copy full SHA for 47c5af1

File tree

Expand file treeCollapse file tree

4 files changed

+22
-2
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+22
-2
lines changed

‎doc/source/release.rst

Copy file name to clipboardExpand all lines: doc/source/release.rst
+1Lines 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.2.3 <release/2.2.3-notes>
89
2.2.2 <release/2.2.2-notes>
910
2.2.1 <release/2.2.1-notes>
1011
2.2.0 <release/2.2.0-notes>

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

Copy file name to clipboard
+19Lines 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.2.3 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

‎pavement.py

Copy file name to clipboardExpand all lines: pavement.py
+1-1Lines changed: 1 addition & 1 deletion
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.2-notes.rst'
39+
RELEASE_NOTES = 'doc/source/release/2.2.3-notes.rst'
4040

4141

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

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines 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.2.2"
10+
version = "2.2.3"
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.