Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit41ac30e

Browse files
committed
MAINT: Prepare 2.2.7 for further development
- Create 2.2.7-notes.rst- Update release.rst- Update pavement.py- Update pyproject.toml
1 parent2b686f6 commit41ac30e

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-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.2.7 <release/2.2.7-notes>
89
2.2.6 <release/2.2.6-notes>
910
2.2.5 <release/2.2.5-notes>
1011
2.2.4 <release/2.2.4-notes>

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
..currentmodule::numpy
2+
3+
==========================
4+
NumPy 2.2.7 Release Notes
5+
==========================
6+
7+
NumPy 2.2.7 is a patch release that fixes bugs found after the 2.2.6 release.
8+
It is a mix of typing fixes/improvements as well as the normal bug
9+
fixes and some CI maintenance.
10+
11+
This release supports Python versions 3.10-3.13.
12+
13+
14+
Highlights
15+
==========
16+
17+
*We'll choose highlights for this release near the end of the release cycle.*
18+
19+
20+
.. if release snippets have been incorporated already, uncomment the follow
21+
line (leave the `.. include:: directive)
22+
23+
.. **Content from release note snippets in doc/release/upcoming_changes:**
24+
25+
..include::notes-towncrier.rst

‎pavement.py

Lines 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.6-notes.rst'
39+
RELEASE_NOTES='doc/source/release/2.2.7-notes.rst'
4040

4141

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

‎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.2.6"
10+
version ="2.2.7"
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)

[8]ページ先頭

©2009-2025 Movatter.jp