Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REL: Prepare for NumPy 1.22.2 release. #20989

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 12 additions & 2 deletions doc/changelog/1.22.2-changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors
============

A total of 11 people contributed to this release. People with a "+" by their
A total of 14 people contributed to this release. People with a "+" by their
names contributed a patch for the first time.

* Andrew J. Hesford +
Expand All @@ -12,15 +12,18 @@ names contributed a patch for the first time.
* Hood Chatham
* Janus Heide +
* Leo Singer
* Matti Picus
* Mukulika Pahari
* Niyas Sait
* Pearu Peterson
* Ralf Gommers
* Sebastian Berg
* Serge Guelton

Pull requests merged
====================

A total of 14 pull requests were merged for this release.
A total of 21 pull requests were merged for this release.

* `#20842 <https://github.com/numpy/numpy/pull/20842>`__: BLD: Add NPY_DISABLE_SVML env var to opt out of SVML
* `#20843 <https://github.com/numpy/numpy/pull/20843>`__: BUG: Fix build of third party extensions with Py_LIMITED_API
Expand All @@ -36,3 +39,10 @@ A total of 14 pull requests were merged for this release.
* `#20936 <https://github.com/numpy/numpy/pull/20936>`__: MAINT, TYP: Added missing where typehints in ``fromnumeric.pyi``
* `#20937 <https://github.com/numpy/numpy/pull/20937>`__: BUG: Fix build_ext interaction with non numpy extensions
* `#20938 <https://github.com/numpy/numpy/pull/20938>`__: BUG: Fix missing intrinsics for windows/arm64 target
* `#20945 <https://github.com/numpy/numpy/pull/20945>`__: REL: Prepare for the NumPy 1.22.2 release.
* `#20982 <https://github.com/numpy/numpy/pull/20982>`__: MAINT: f2py: don't generate code that triggers ``-Wsometimes-uninitialized``.
* `#20983 <https://github.com/numpy/numpy/pull/20983>`__: BUG: Fix incorrect return type in reduce without initial value
* `#20984 <https://github.com/numpy/numpy/pull/20984>`__: ENH: review return values for PyArray_DescrNew
* `#20985 <https://github.com/numpy/numpy/pull/20985>`__: MAINT: be more tolerant of setuptools >= 60
* `#20986 <https://github.com/numpy/numpy/pull/20986>`__: BUG: Fix misplaced return.
* `#20992 <https://github.com/numpy/numpy/pull/20992>`__: MAINT: Further small return value validation fixes
18 changes: 14 additions & 4 deletions doc/source/release/1.22.2-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ The NumPy 1.22.2 is maintenance release that fixes bugs discovered after the
- Various Annotation fixes/additions.
- Numpy wheels for Windows will use the 1.41 tool chain, fixing downstream link
problems for projects using NumPy provided libraries on Windows.
- Deal with CVE-2021-41495 complaint.

The Python versions supported for this release are 3.8-3.10.

Contributors
============

A total of 11 people contributed to this release. People with a "+" by their
A total of 14 people contributed to this release. People with a "+" by their
names contributed a patch for the first time.

* Andrew J. Hesford +
Expand All @@ -27,15 +28,18 @@ names contributed a patch for the first time.
* Hood Chatham
* Janus Heide +
* Leo Singer
* Matti Picus
* Mukulika Pahari
* Niyas Sait
* Pearu Peterson
* Ralf Gommers
* Sebastian Berg
* Serge Guelton

Pull requests merged
====================

A total of 14 pull requests were merged for this release.
A total of 21 pull requests were merged for this release.

* `#20842 <https://github.com/numpy/numpy/pull/20842>`__: BLD: Add NPY_DISABLE_SVML env var to opt out of SVML
* `#20843 <https://github.com/numpy/numpy/pull/20843>`__: BUG: Fix build of third party extensions with Py_LIMITED_API
Expand All @@ -48,7 +52,13 @@ A total of 14 pull requests were merged for this release.
* `#20910 <https://github.com/numpy/numpy/pull/20910>`__: BUG: distutils: fix building mixed C/Fortran extensions
* `#20912 <https://github.com/numpy/numpy/pull/20912>`__: DOC,TST: Fix Pandas code example as per new release
* `#20935 <https://github.com/numpy/numpy/pull/20935>`__: TYP, MAINT: Add annotations for ``flatiter.__setitem__``
* `#20936 <https://github.com/numpy/numpy/pull/20936>`__: MAINT, TYP: Added missing where type hints in ``fromnumeric.pyi``
* `#20936 <https://github.com/numpy/numpy/pull/20936>`__: MAINT, TYP: Added missing where typehints in ``fromnumeric.pyi``
* `#20937 <https://github.com/numpy/numpy/pull/20937>`__: BUG: Fix build_ext interaction with non numpy extensions
* `#20938 <https://github.com/numpy/numpy/pull/20938>`__: BUG: Fix missing intrinsics for windows/arm64 target

* `#20945 <https://github.com/numpy/numpy/pull/20945>`__: REL: Prepare for the NumPy 1.22.2 release.
* `#20982 <https://github.com/numpy/numpy/pull/20982>`__: MAINT: f2py: don't generate code that triggers ``-Wsometimes-uninitialized``.
* `#20983 <https://github.com/numpy/numpy/pull/20983>`__: BUG: Fix incorrect return type in reduce without initial value
* `#20984 <https://github.com/numpy/numpy/pull/20984>`__: ENH: review return values for PyArray_DescrNew
* `#20985 <https://github.com/numpy/numpy/pull/20985>`__: MAINT: be more tolerant of setuptools >= 60
* `#20986 <https://github.com/numpy/numpy/pull/20986>`__: BUG: Fix misplaced return.
* `#20992 <https://github.com/numpy/numpy/pull/20992>`__: MAINT: Further small return value validation fixes