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

Commitc3d60fc

Browse files
authored
Merge pull request#30238 from charris/prepare-2.3.5
REL: Prepare for the NumPy 2.3.5 release
2 parentseab5bd4 +11451fa commitc3d60fc

File tree

4 files changed

+82
-12
lines changed

4 files changed

+82
-12
lines changed

‎.mailmap‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,8 @@ Yash Pethe <yashpethe26@gmail.com>
752752
Yash Pethe <yashpethe26@gmail.com> <83630710+patient74@users.noreply.github.com>
753753
Yashasvi Misra <yashasvimisra_bh@srmuniv.edu.in>
754754
Yashasvi Misra <yashasvimisra_bh@srmuniv.edu.in> <54177363+yashasvimisra2798@users.noreply.github.com>
755+
Yasir Ashfaq <Yasir.Ashfaq1@ibm.com>
756+
Yasir Ashfaq <Yasir.Ashfaq1@ibm.com> <107119183+yasiribmcon@users.noreply.github.com>
755757
Yichi Zhang <waautomata@gmail.com>
756758
Yogesh Raisinghani <vanshita12004@gmail.com> <46864533+raisinghanii@users.noreply.github.com>
757759
Younes Sandi <unes.sandi1@gmail.com>

‎doc/changelog/2.3.5-changelog.rst‎

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2+
Contributors
3+
============
4+
5+
A total of 10 people contributed to this release. People with a "+" by their
6+
names contributed a patch for the first time.
7+
8+
* Aaron Kollasch +
9+
* Charles Harris
10+
* Joren Hammudoglu
11+
* Matti Picus
12+
* Nathan Goldbaum
13+
* Rafael Laboissière +
14+
* Sayed Awad
15+
* Sebastian Berg
16+
* Warren Weckesser
17+
* Yasir Ashfaq +
18+
19+
Pull requests merged
20+
====================
21+
22+
A total of 16 pull requests were merged for this release.
23+
24+
* `#29979<https://github.com/numpy/numpy/pull/29979>`__: MAINT: Prepare 2.3.x for further development
25+
* `#30026<https://github.com/numpy/numpy/pull/30026>`__: SIMD, BLD: Backport FPMATH mode on x86-32 and filter successor...
26+
* `#30029<https://github.com/numpy/numpy/pull/30029>`__: MAINT: Backport write_release.py
27+
* `#30041<https://github.com/numpy/numpy/pull/30041>`__: TYP: Various typing updates
28+
* `#30059<https://github.com/numpy/numpy/pull/30059>`__: BUG: Fix np.strings.slice if stop=None or start and stop >= len...
29+
* `#30063<https://github.com/numpy/numpy/pull/30063>`__: BUG: Fix np.strings.slice if start > stop
30+
* `#30076<https://github.com/numpy/numpy/pull/30076>`__: BUG: avoid negating INT_MIN in PyArray_Round implementation (#30071)
31+
* `#30090<https://github.com/numpy/numpy/pull/30090>`__: BUG: Fix resize when it contains references (#29970)
32+
* `#30129<https://github.com/numpy/numpy/pull/30129>`__: BLD: update scipy-openblas, use -Dpkg_config_path (#30049)
33+
* `#30130<https://github.com/numpy/numpy/pull/30130>`__: BUG: Avoid compilation error of wrapper file generated with SWIG...
34+
* `#30157<https://github.com/numpy/numpy/pull/30157>`__: BLD: use scipy-openblas 0.3.30.7 (#30132)
35+
* `#30158<https://github.com/numpy/numpy/pull/30158>`__: DOC: Remove nonexistent ``order`` parameter docs of ``ma.asanyarray``...
36+
* `#30185<https://github.com/numpy/numpy/pull/30185>`__: BUG: Fix check of PyMem_Calloc return value. (#30176)
37+
* `#30217<https://github.com/numpy/numpy/pull/30217>`__: DOC: fix links for newly rebuilt numpy-tutorials site
38+
* `#30218<https://github.com/numpy/numpy/pull/30218>`__: BUG: Fix build on s390x with clang (#30214)
39+
* `#30237<https://github.com/numpy/numpy/pull/30237>`__: ENH: Make FPE blas check a runtime check for all apple arm systems
40+

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

Lines changed: 39 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,43 @@ The NumPy 2.3.5 release is a patch release split between a number of maintenance
88
updates and bug fixes. This release supports Python versions 3.11-3.14.
99

1010

11-
Highlights
12-
==========
11+
Contributors
12+
============
13+
14+
A total of 10 people contributed to this release. People with a "+" by their
15+
names contributed a patch for the first time.
16+
17+
* Aaron Kollasch +
18+
* Charles Harris
19+
* Joren Hammudoglu
20+
* Matti Picus
21+
* Nathan Goldbaum
22+
* Rafael Laboissière +
23+
* Sayed Awad
24+
* Sebastian Berg
25+
* Warren Weckesser
26+
* Yasir Ashfaq +
27+
28+
29+
Pull requests merged
30+
====================
31+
32+
A total of 16 pull requests were merged for this release.
33+
34+
* `#29979<https://github.com/numpy/numpy/pull/29979>`__: MAINT: Prepare 2.3.x for further development
35+
* `#30026<https://github.com/numpy/numpy/pull/30026>`__: SIMD, BLD: Backport FPMATH mode on x86-32 and filter successor...
36+
* `#30029<https://github.com/numpy/numpy/pull/30029>`__: MAINT: Backport write_release.py
37+
* `#30041<https://github.com/numpy/numpy/pull/30041>`__: TYP: Various typing updates
38+
* `#30059<https://github.com/numpy/numpy/pull/30059>`__: BUG: Fix np.strings.slice if stop=None or start and stop >= len...
39+
* `#30063<https://github.com/numpy/numpy/pull/30063>`__: BUG: Fix np.strings.slice if start > stop
40+
* `#30076<https://github.com/numpy/numpy/pull/30076>`__: BUG: avoid negating INT_MIN in PyArray_Round implementation (#30071)
41+
* `#30090<https://github.com/numpy/numpy/pull/30090>`__: BUG: Fix resize when it contains references (#29970)
42+
* `#30129<https://github.com/numpy/numpy/pull/30129>`__: BLD: update scipy-openblas, use -Dpkg_config_path (#30049)
43+
* `#30130<https://github.com/numpy/numpy/pull/30130>`__: BUG: Avoid compilation error of wrapper file generated with SWIG...
44+
* `#30157<https://github.com/numpy/numpy/pull/30157>`__: BLD: use scipy-openblas 0.3.30.7 (#30132)
45+
* `#30158<https://github.com/numpy/numpy/pull/30158>`__: DOC: Remove nonexistent ``order`` parameter docs of ``ma.asanyarray``...
46+
* `#30185<https://github.com/numpy/numpy/pull/30185>`__: BUG: Fix check of PyMem_Calloc return value. (#30176)
47+
* `#30217<https://github.com/numpy/numpy/pull/30217>`__: DOC: fix links for newly rebuilt numpy-tutorials site
48+
* `#30218<https://github.com/numpy/numpy/pull/30218>`__: BUG: Fix build on s390x with clang (#30214)
49+
* `#30237<https://github.com/numpy/numpy/pull/30237>`__: ENH: Make FPE blas check a runtime check for all apple arm systems
1350

14-
*We'll choose highlights for this release near the end of the release cycle.*
15-
16-
17-
.. if release snippets have been incorporated already, uncomment the follow
18-
line (leave the `.. include:: directive)
19-
20-
.. **Content from release note snippets in doc/release/upcoming_changes:**
21-
22-
..include::notes-towncrier.rst

‎pavement.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#-----------------------------------
3636

3737
# Path to the release notes
38-
RELEASE_NOTES='doc/source/release/2.3.4-notes.rst'
38+
RELEASE_NOTES='doc/source/release/2.3.5-notes.rst'
3939

4040

4141
#-------------------------------------------------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp