|
| 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