diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-11-19 15:26:06 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-19 15:26:06 -0600 |
commit | de82cd9468704a033702974010ee7e7efc85b393 (patch) | |
tree | 530c9d498661f1edebdc3ee0f2148da3bae85ff2 | |
parent | 2c4cf9a3c4cff914e3f9d190f42546d3e7c9ff82 (diff) | |
parent | 9c7ac340aa4298dbad574fc8bdfc16dfa175d820 (diff) | |
download | numpy-1.23.5.tar.gz |
Merge pull request #22626 from charris/prepare-1.23.5-releasev1.23.5
REL: Prepare for the NumPy 1.23.5 Release.
-rw-r--r-- | doc/changelog/1.23.5-changelog.rst | 30 | ||||
-rw-r--r-- | doc/source/release/1.23.5-notes.rst | 30 |
2 files changed, 60 insertions, 0 deletions
diff --git a/doc/changelog/1.23.5-changelog.rst b/doc/changelog/1.23.5-changelog.rst new file mode 100644 index 000000000..e24a291e4 --- /dev/null +++ b/doc/changelog/1.23.5-changelog.rst @@ -0,0 +1,30 @@ + +Contributors +============ + +A total of 7 people contributed to this release. People with a "+" by their +names contributed a patch for the first time. + +* @DWesl +* Aayush Agrawal + +* Adam Knapp + +* Charles Harris +* Navpreet Singh + +* Sebastian Berg +* Tania Allard + +Pull requests merged +==================== + +A total of 10 pull requests were merged for this release. + +* `#22489 <https://github.com/numpy/numpy/pull/22489>`__: TST, MAINT: Replace most setup with setup_method (also teardown) +* `#22490 <https://github.com/numpy/numpy/pull/22490>`__: MAINT, CI: Switch to cygwin/cygwin-install-action@v2 +* `#22494 <https://github.com/numpy/numpy/pull/22494>`__: TST: Make test_partial_iteration_cleanup robust but require leak... +* `#22592 <https://github.com/numpy/numpy/pull/22592>`__: MAINT: Ensure graceful handling of large header sizes +* `#22593 <https://github.com/numpy/numpy/pull/22593>`__: TYP: Spelling alignment for array flag literal +* `#22594 <https://github.com/numpy/numpy/pull/22594>`__: BUG: Fix bounds checking for ``random.logseries`` +* `#22595 <https://github.com/numpy/numpy/pull/22595>`__: DEV: Update GH actions and Dockerfile for Gitpod +* `#22596 <https://github.com/numpy/numpy/pull/22596>`__: CI: Only fetch in actions/checkout +* `#22597 <https://github.com/numpy/numpy/pull/22597>`__: BUG: Decrement ref count in gentype_reduce if allocated memory... +* `#22625 <https://github.com/numpy/numpy/pull/22625>`__: BUG: Histogramdd breaks on big arrays in Windows diff --git a/doc/source/release/1.23.5-notes.rst b/doc/source/release/1.23.5-notes.rst index f325cda8a..8e14794e4 100644 --- a/doc/source/release/1.23.5-notes.rst +++ b/doc/source/release/1.23.5-notes.rst @@ -7,3 +7,33 @@ NumPy 1.23.5 is a maintenance release that fixes bugs discovered after the 1.23.4 release and keeps the build infrastructure current. The Python versions supported for this release are 3.8-3.11. +Contributors +============ + +A total of 7 people contributed to this release. People with a "+" by their +names contributed a patch for the first time. + +* @DWesl +* Aayush Agrawal + +* Adam Knapp + +* Charles Harris +* Navpreet Singh + +* Sebastian Berg +* Tania Allard + +Pull requests merged +==================== + +A total of 10 pull requests were merged for this release. + +* `#22489 <https://github.com/numpy/numpy/pull/22489>`__: TST, MAINT: Replace most setup with setup_method (also teardown) +* `#22490 <https://github.com/numpy/numpy/pull/22490>`__: MAINT, CI: Switch to cygwin/cygwin-install-action@v2 +* `#22494 <https://github.com/numpy/numpy/pull/22494>`__: TST: Make test_partial_iteration_cleanup robust but require leak... +* `#22592 <https://github.com/numpy/numpy/pull/22592>`__: MAINT: Ensure graceful handling of large header sizes +* `#22593 <https://github.com/numpy/numpy/pull/22593>`__: TYP: Spelling alignment for array flag literal +* `#22594 <https://github.com/numpy/numpy/pull/22594>`__: BUG: Fix bounds checking for ``random.logseries`` +* `#22595 <https://github.com/numpy/numpy/pull/22595>`__: DEV: Update GH actions and Dockerfile for Gitpod +* `#22596 <https://github.com/numpy/numpy/pull/22596>`__: CI: Only fetch in actions/checkout +* `#22597 <https://github.com/numpy/numpy/pull/22597>`__: BUG: Decrement ref count in gentype_reduce if allocated memory... +* `#22625 <https://github.com/numpy/numpy/pull/22625>`__: BUG: Histogramdd breaks on big arrays in Windows + |