Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57cc147

Browse files
committed
REL: Prepare for the NumPy 2.4.6 release
- Create 2.4.6-changelog.rst - Update 2.4.5-notes.rst [skip actions] [skip azp]
1 parent 0c72b0b commit 57cc147

2 files changed

Lines changed: 44 additions & 1 deletion

File tree

doc/changelog/2.4.6-changelog.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
Contributors
3+
============
4+
5+
A total of 4 people contributed to this release. People with a "+" by their
6+
names contributed a patch for the first time.
7+
8+
* !EarlMilktea
9+
* Charles Harris
10+
* Sebastian Berg
11+
* Warren Weckesser
12+
13+
Pull requests merged
14+
====================
15+
16+
A total of 3 pull requests were merged for this release.
17+
18+
* `#31444 <https://github.com/numpy/numpy/pull/31444>`__: MAINT: Prepare 2.4.x for further development
19+
* `#31453 <https://github.com/numpy/numpy/pull/31453>`__: BUG: Fix regression in ``arr.conj()``
20+
* `#31459 <https://github.com/numpy/numpy/pull/31459>`__: BUG: ``np.linalg.svd(..., hermitian=True)`` returns non-unitary...
21+

doc/source/release/2.4.6-notes.rst

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,30 @@
44
NumPy 2.4.6 Release Notes
55
=========================
66

7-
NumPy 2.4.6 is a patch release that fixes bugs discovered after the 2.4.5
7+
NumPy 2.4.6 is a quick release that fixes a regression discovered in the 2.4.5
88
release.
99

1010
This release supports Python versions 3.11-3.14
1111

12+
13+
Contributors
14+
============
15+
16+
A total of 4 people contributed to this release. People with a "+" by their
17+
names contributed a patch for the first time.
18+
19+
* !EarlMilktea
20+
* Charles Harris
21+
* Sebastian Berg
22+
* Warren Weckesser
23+
24+
25+
Pull requests merged
26+
====================
27+
28+
A total of 3 pull requests were merged for this release.
29+
30+
* `#31444 <https://github.com/numpy/numpy/pull/31444>`__: MAINT: Prepare 2.4.x for further development
31+
* `#31453 <https://github.com/numpy/numpy/pull/31453>`__: BUG: Fix regression in ``arr.conj()``
32+
* `#31459 <https://github.com/numpy/numpy/pull/31459>`__: BUG: ``np.linalg.svd(..., hermitian=True)`` returns non-unitary...
33+

0 commit comments

Comments
 (0)