Skip to content

Commit 71155e9

Browse files
authored
Merge pull request numpy#22239 from charris/post-1.23.3-release-update
MAINT: Update main after 1.23.3 release.
2 parents 8dfe9e2 + 88d0af7 commit 71155e9

File tree

4 files changed

+103
-0
lines changed

4 files changed

+103
-0
lines changed

Diff for: .mailmap

+3
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ Frederic Bastien <nouiz@nouiz.org> Frederic <nouiz@nouiz.org>
212212
FX Coudert <fxcoudert@gmail.com>
213213
Gael Varoquaux <gael.varoquaux@normalesup.org>
214214
Gagandeep Singh <gdp.1807@gmail.com>
215+
Gavin Zhang <zhanggan@cn.ibm.com>
215216
Gerrit Holl <gerrit.holl@gmail.com> <gerrit.holl@utoronto.ca>
216217
Gerrit Holl <gerrit.holl@gmail.com> <g.holl@reading.ac.uk>
217218
Giuseppe Venturini <ggventurini@users.noreply.github.com>
@@ -234,6 +235,7 @@ Hemil Desai <desai38@purdue.edu>
234235
Himanshu <addyjeridiq@gmail.com>
235236
Hiroyuki V. Yamazaki <hiroyuki.vincent.yamazaki@gmail.com>
236237
Hugo van Kemenade <hugovk@users.noreply.github.com>
238+
Iantra Solari <iantrasolari@gmail.com>
237239
I-Shen Leong <i-shenl@activestate.com>
238240
Imen Rajhi <imen.rajhi.ir@gmail.com>
239241
Inessa Pawson <albuscode@gmail.com>
@@ -445,6 +447,7 @@ Samesh Lakhotia <samesh.lakhotia@gmail.com>
445447
Samesh Lakhotia <samesh.lakhotia@gmail.com> <43701530+sameshl@users.noreply.github.com>
446448
Sami Salonen <ssalonen@gmail.com> <sami.salonen@eniram.fi>
447449
Sanchez Gonzalez Alvaro <as12513@imperial.ac.uk>
450+
Saransh Chopra <saransh0701@gmail.com>
448451
Saullo Giovani <saullogiovani@gmail.com>
449452
Saurabh Mehta <e.samehta@gmail.com>
450453
Sayantika Banik <sayantikabanik122@gmail.com>

Diff for: doc/changelog/1.23.3-changelog.rst

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
2+
Contributors
3+
============
4+
5+
A total of 16 people contributed to this release. People with a "+" by their
6+
names contributed a patch for the first time.
7+
8+
* Aaron Meurer
9+
* Bas van Beek
10+
* Charles Harris
11+
* Ganesh Kathiresan
12+
* Gavin Zhang +
13+
* Iantra Solari+
14+
* Jyn Spring 琴春 +
15+
* Matti Picus
16+
* Rafael Cardoso Fernandes Sousa
17+
* Rafael Sousa +
18+
* Ralf Gommers
19+
* Rin Cat (鈴猫) +
20+
* Saransh Chopra +
21+
* Sayed Adel
22+
* Sebastian Berg
23+
* Serge Guelton
24+
25+
Pull requests merged
26+
====================
27+
28+
A total of 14 pull requests were merged for this release.
29+
30+
* `#22136 <https://github.com/numpy/numpy/pull/22136>`__: BLD: Add Python 3.11 wheels to aarch64 build
31+
* `#22148 <https://github.com/numpy/numpy/pull/22148>`__: MAINT: Update setup.py for Python 3.11.
32+
* `#22155 <https://github.com/numpy/numpy/pull/22155>`__: CI: Test NumPy build against old versions of GCC(6, 7, 8)
33+
* `#22156 <https://github.com/numpy/numpy/pull/22156>`__: MAINT: support IBM i system
34+
* `#22195 <https://github.com/numpy/numpy/pull/22195>`__: BUG: Fix circleci build
35+
* `#22214 <https://github.com/numpy/numpy/pull/22214>`__: BUG: Expose heapsort algorithms in a shared header
36+
* `#22215 <https://github.com/numpy/numpy/pull/22215>`__: BUG: Support using libunwind for backtrack
37+
* `#22216 <https://github.com/numpy/numpy/pull/22216>`__: MAINT: fix an incorrect pointer type usage in f2py
38+
* `#22220 <https://github.com/numpy/numpy/pull/22220>`__: BUG: change overloads to play nice with pyright.
39+
* `#22221 <https://github.com/numpy/numpy/pull/22221>`__: TST,BUG: Use fork context to fix MacOS savez test
40+
* `#22222 <https://github.com/numpy/numpy/pull/22222>`__: TYP,BUG: Reduce argument validation in C-based ``__class_getitem__``
41+
* `#22223 <https://github.com/numpy/numpy/pull/22223>`__: TST: ensure ``np.equal.reduce`` raises a ``TypeError``
42+
* `#22224 <https://github.com/numpy/numpy/pull/22224>`__: BUG: Fix the implementation of numpy.array_api.vecdot
43+
* `#22230 <https://github.com/numpy/numpy/pull/22230>`__: BUG: Better report integer division overflow (backport)

Diff for: doc/source/release.rst

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release notes
66
:maxdepth: 3
77

88
1.24.0 <release/1.24.0-notes>
9+
1.23.3 <release/1.23.3-notes>
910
1.23.2 <release/1.23.2-notes>
1011
1.23.1 <release/1.23.1-notes>
1112
1.23.0 <release/1.23.0-notes>

Diff for: doc/source/release/1.23.3-notes.rst

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
.. currentmodule:: numpy
2+
3+
==========================
4+
NumPy 1.23.3 Release Notes
5+
==========================
6+
NumPy 1.23.3 is a maintenance release that fixes bugs discovered after the
7+
1.23.2 release. There is no major theme for this release, the main improvements
8+
are for some downstream builds and some annotation corner cases. The Python
9+
versions supported for this release are 3.8-3.11.
10+
11+
Note that we will move to MacOS 11 for the NumPy 1.23.4 release, the 10.15
12+
version currently used will no longer be supported by our build infrastructure
13+
at that point.
14+
15+
Contributors
16+
============
17+
18+
A total of 16 people contributed to this release. People with a "+" by their
19+
names contributed a patch for the first time.
20+
21+
* Aaron Meurer
22+
* Bas van Beek
23+
* Charles Harris
24+
* Ganesh Kathiresan
25+
* Gavin Zhang +
26+
* Iantra Solari+
27+
* Jyn Spring 琴春 +
28+
* Matti Picus
29+
* Rafael Cardoso Fernandes Sousa
30+
* Rafael Sousa +
31+
* Ralf Gommers
32+
* Rin Cat (鈴猫) +
33+
* Saransh Chopra +
34+
* Sayed Adel
35+
* Sebastian Berg
36+
* Serge Guelton
37+
38+
Pull requests merged
39+
====================
40+
41+
A total of 14 pull requests were merged for this release.
42+
43+
* `#22136 <https://github.com/numpy/numpy/pull/22136>`__: BLD: Add Python 3.11 wheels to aarch64 build
44+
* `#22148 <https://github.com/numpy/numpy/pull/22148>`__: MAINT: Update setup.py for Python 3.11.
45+
* `#22155 <https://github.com/numpy/numpy/pull/22155>`__: CI: Test NumPy build against old versions of GCC(6, 7, 8)
46+
* `#22156 <https://github.com/numpy/numpy/pull/22156>`__: MAINT: support IBM i system
47+
* `#22195 <https://github.com/numpy/numpy/pull/22195>`__: BUG: Fix circleci build
48+
* `#22214 <https://github.com/numpy/numpy/pull/22214>`__: BUG: Expose heapsort algorithms in a shared header
49+
* `#22215 <https://github.com/numpy/numpy/pull/22215>`__: BUG: Support using libunwind for backtrack
50+
* `#22216 <https://github.com/numpy/numpy/pull/22216>`__: MAINT: fix an incorrect pointer type usage in f2py
51+
* `#22220 <https://github.com/numpy/numpy/pull/22220>`__: BUG: change overloads to play nice with pyright.
52+
* `#22221 <https://github.com/numpy/numpy/pull/22221>`__: TST,BUG: Use fork context to fix MacOS savez test
53+
* `#22222 <https://github.com/numpy/numpy/pull/22222>`__: TYP,BUG: Reduce argument validation in C-based ``__class_getitem__``
54+
* `#22223 <https://github.com/numpy/numpy/pull/22223>`__: TST: ensure ``np.equal.reduce`` raises a ``TypeError``
55+
* `#22224 <https://github.com/numpy/numpy/pull/22224>`__: BUG: Fix the implementation of numpy.array_api.vecdot
56+
* `#22230 <https://github.com/numpy/numpy/pull/22230>`__: BUG: Better report integer division overflow (backport)

0 commit comments

Comments
 (0)