From 49b92ee5dd2fcd25ee36bca5e858d9b97d6efa4e Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sun, 14 Aug 2022 13:00:42 -0600 Subject: REL: Update main after 1.23.2 release. --- doc/source/release.rst | 1 + doc/source/release/1.23.2-notes.rst | 50 +++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 doc/source/release/1.23.2-notes.rst (limited to 'doc/source') diff --git a/doc/source/release.rst b/doc/source/release.rst index d46b813a6..fa749f468 100644 --- a/doc/source/release.rst +++ b/doc/source/release.rst @@ -6,6 +6,7 @@ Release notes :maxdepth: 3 1.24.0 + 1.23.2 1.23.1 1.23.0 1.22.4 diff --git a/doc/source/release/1.23.2-notes.rst b/doc/source/release/1.23.2-notes.rst new file mode 100644 index 000000000..1dc3bb7b1 --- /dev/null +++ b/doc/source/release/1.23.2-notes.rst @@ -0,0 +1,50 @@ +.. currentmodule:: numpy + +========================== +NumPy 1.23.2 Release Notes +========================== + +NumPy 1.23.2 is a maintenance release that fixes bugs discovered after the +1.23.1 release. Notable features are: + +- Typing changes needed for Python 3.11 +- Wheels for Python 3.11.0rc1 + +The Python versions supported for this release are 3.8-3.11. + +Contributors +============ + +A total of 9 people contributed to this release. People with a "+" by their +names contributed a patch for the first time. + +* Alexander Grund + +* Bas van Beek +* Charles Harris +* Jon Cusick + +* Matti Picus +* Michael Osthege + +* Pal Barta + +* Ross Barnowski +* Sebastian Berg + +Pull requests merged +==================== + +A total of 15 pull requests were merged for this release. + +* `#22030 `__: ENH: Add ``__array_ufunc__`` typing support to the ``nin=1`` ufuncs +* `#22031 `__: MAINT, TYP: Fix ``np.angle`` dtype-overloads +* `#22032 `__: MAINT: Do not let ``_GenericAlias`` wrap the underlying classes'... +* `#22033 `__: TYP,MAINT: Allow ``einsum`` subscripts to be passed via integer... +* `#22034 `__: MAINT,TYP: Add object-overloads for the ``np.generic`` rich comparisons +* `#22035 `__: MAINT,TYP: Allow the ``squeeze`` and ``transpose`` method to... +* `#22036 `__: BUG: Fix subarray to object cast ownership details +* `#22037 `__: BUG: Use ``Popen`` to silently invoke f77 -v +* `#22038 `__: BUG: Avoid errors on NULL during deepcopy +* `#22039 `__: DOC: Add versionchanged for converter callable behavior. +* `#22057 `__: MAINT: Quiet the anaconda uploads. +* `#22078 `__: ENH: reorder includes for testing on top of system installations... +* `#22106 `__: TST: fix test_linear_interpolation_formula_symmetric +* `#22107 `__: BUG: Fix skip condition for test_loss_of_precision[complex256] +* `#22115 `__: BLD: Build python3.11.0rc1 wheels. -- cgit v1.2.1