Skip to content

Commit 1f82da7

Browse files
authored
Merge pull request numpy#21953 from charris/prepare-for-1.23.1
REL: Prepare for the NumPy 1.23.1 release.
2 parents 84c1841 + d196400 commit 1f82da7

File tree

3 files changed

+55
-26
lines changed

3 files changed

+55
-26
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ Sista Seetaram <[email protected]>
465465
466466
467467
468+
Srimukh Sripada <[email protected]>
468469
Stefan Behnel <[email protected]>
469470
Stefan van der Walt <[email protected]> <[email protected]>
470471
Stefan van der Walt <[email protected]> <[email protected]>

doc/changelog/1.23.1-changelog.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
Contributors
3+
============
4+
5+
A total of 7 people contributed to this release. People with a "+" by their
6+
names contributed a patch for the first time.
7+
8+
* Charles Harris
9+
* Matthias Koeppe +
10+
* Pranab Das +
11+
* Rohit Goswami
12+
* Sebastian Berg
13+
* Serge Guelton
14+
* Srimukh Sripada +
15+
16+
Pull requests merged
17+
====================
18+
19+
A total of 8 pull requests were merged for this release.
20+
21+
* `#21866 <https://github.com/numpy/numpy/pull/21866>`__: BUG: Fix discovered MachAr (still used within valgrind)
22+
* `#21867 <https://github.com/numpy/numpy/pull/21867>`__: BUG: Handle NaNs correctly for float16 during sorting
23+
* `#21868 <https://github.com/numpy/numpy/pull/21868>`__: BUG: Use ``keepdims`` during normalization in ``np.average`` and...
24+
* `#21869 <https://github.com/numpy/numpy/pull/21869>`__: DOC: mention changes to ``max_rows`` behaviour in ``np.loadtxt``
25+
* `#21870 <https://github.com/numpy/numpy/pull/21870>`__: BUG: Reject non integer array-likes with size 1 in delete
26+
* `#21949 <https://github.com/numpy/numpy/pull/21949>`__: BLD: Make can_link_svml return False for 32bit builds on x86_64
27+
* `#21951 <https://github.com/numpy/numpy/pull/21951>`__: BUG: Reorder extern "C" to only apply to function declarations...
28+
* `#21952 <https://github.com/numpy/numpy/pull/21952>`__: BUG: Fix KeyError in crackfortran operator support

doc/source/release/1.23.1-notes.rst

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,42 @@
44
NumPy 1.23.1 Release Notes
55
==========================
66

7+
The NumPy 1.23.1 is a maintenance release that fixes bugs discovered after the
8+
1.23.0 release. Notable fixes are:
79

8-
Highlights
9-
==========
10+
- Fix searchsorted for float16 NaNs
11+
- Fix compilation on Apple M1
12+
- Fix KeyError in crackfortran operator support (Slycot)
1013

14+
The Python version supported for this release are 3.8-3.10.
1115

12-
New functions
13-
=============
1416

15-
16-
Deprecations
17+
Contributors
1718
============
1819

20+
A total of 7 people contributed to this release. People with a "+" by their
21+
names contributed a patch for the first time.
1922

20-
Future Changes
21-
==============
23+
* Charles Harris
24+
* Matthias Koeppe +
25+
* Pranab Das +
26+
* Rohit Goswami
27+
* Sebastian Berg
28+
* Serge Guelton
29+
* Srimukh Sripada +
2230

2331

24-
Expired deprecations
32+
Pull requests merged
2533
====================
2634

35+
A total of 8 pull requests were merged for this release.
2736

28-
Compatibility notes
29-
===================
30-
31-
32-
C API changes
33-
=============
34-
35-
36-
New Features
37-
============
38-
39-
40-
Improvements
41-
============
42-
37+
* `#21866 <https://github.com/numpy/numpy/pull/21866>`__: BUG: Fix discovered MachAr (still used within valgrind)
38+
* `#21867 <https://github.com/numpy/numpy/pull/21867>`__: BUG: Handle NaNs correctly for float16 during sorting
39+
* `#21868 <https://github.com/numpy/numpy/pull/21868>`__: BUG: Use ``keepdims`` during normalization in ``np.average`` and...
40+
* `#21869 <https://github.com/numpy/numpy/pull/21869>`__: DOC: mention changes to ``max_rows`` behaviour in ``np.loadtxt``
41+
* `#21870 <https://github.com/numpy/numpy/pull/21870>`__: BUG: Reject non integer array-likes with size 1 in delete
42+
* `#21949 <https://github.com/numpy/numpy/pull/21949>`__: BLD: Make can_link_svml return False for 32bit builds on x86_64
43+
* `#21951 <https://github.com/numpy/numpy/pull/21951>`__: BUG: Reorder extern "C" to only apply to function declarations...
44+
* `#21952 <https://github.com/numpy/numpy/pull/21952>`__: BUG: Fix KeyError in crackfortran operator support
4345

44-
Changes
45-
=======

0 commit comments

Comments
 (0)