8000 REL: Prepare for NumPy 1.22.2 release. · numpy/numpy@2af34ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 2af34ed

Browse files
committed
REL: Prepare for NumPy 1.22.2 release.
- Update 1.22.2-changelog.rst. - Update 1.22.2-notes.rst
1 parent a90813f commit 2af34ed

File tree

2 files changed

+26
-6
lines changed

2 files changed

+26
-6
lines changed

doc/changelog/1.22.2-changelog.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors
33
============
44

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

88
* Andrew J. Hesford +
@@ -12,15 +12,18 @@ names contributed a patch for the first time.
1212
* Hood Chatham
1313
* Janus Heide +
1414
* Leo Singer
15+
* Matti Picus
1516
* Mukulika Pahari
1617
* Niyas Sait
18+
* Pearu Peterson
1719
* Ralf Gommers
20+
* Sebastian Berg
1821
* Serge Guelton
1922

2023
Pull requests merged
2124
====================
2225

23-
A total of 14 pull requests were merged for this release.
26+
A total of 21 pull requests were merged for this release.
2427

2528
* `#20842 <https://github.com/numpy/numpy/pull/20842>`__: BLD: Add NPY_DISABLE_SVML env var to opt out of SVML
2629
* `#20843 <https://github.com/numpy/numpy/pull/20843>`__: BUG: Fix build of third party extensions with Py_LIMITED_API
@@ -36,3 +39,10 @@ A total of 14 pull requests were merged for this release.
3639
* `#20936 <https://github.com/numpy/numpy/pull/20936>`__: MAINT, TYP: Added missing where typehints in ``fromnumeric.pyi``
3740
* `#20937 <https://github.com/numpy/numpy/pull/20937>`__: BUG: Fix build_ext interaction with non numpy extensions
3841
* `#20938 <https://github.com/numpy/numpy/pull/20938>`__: BUG: Fix missing intrinsics for windows/arm64 target
42+
* `#20945 <https://github.com/numpy/numpy/pull/20945>`__: REL: Prepare for the NumPy 1.22.2 release.
43+
* `#20982 <https://github.com/numpy/numpy/pull/20982>`__: MAINT: f2py: don't generate code that triggers ``-Wsometimes-uninitialized``.
44+
* `#20983 <https://github.com/numpy/numpy/pull/20983>`__: BUG: Fix incorrect return type in reduce without initial value
45+
* `#20984 <https://github.com/numpy/numpy/pull/20984>`__: ENH: review return values for PyArray_DescrNew
46+
* `#20985 <https://github.com/numpy/numpy/pull/20985>`__: MAINT: be more tolerant of setuptools >= 60
47+
* `#20986 <https://github.com/numpy/numpy/pull/20986>`__: BUG: Fix misplaced return.
48+
* `#20992 <https://github.com/numpy/numpy/pull/20992>`__: MAINT: Further small return value validation fixes

doc/source/release/1.22.2-notes.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ The NumPy 1.22.2 is maintenance release that fixes bugs discovered after the
1111
- Various Annotation fixes/additions.
1212
- Numpy wheels for Windows will use the 1.41 tool chain, fixing downstream link
1313
problems for projects using NumPy provided libraries on Windows.
14+
- Deal with CVE-2021-41495 complaint.
1415

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

1718
Contributors
1819
============
1920

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

2324
* Andrew J. Hesford +
@@ -27,15 +28,18 @@ names contributed a patch for the first time.
2728
* Hood Chatham
2829
* Janus Heide +
2930
* Leo Singer
31+
* Matti Picus
3032
* Mukulika Pahari
3133
* Niyas Sait
34+
* Pearu Peterson
3235
* Ralf Gommers
36+
* Sebastian Berg
3337
* Serge Guelton
3438

3539
Pull requests merged
3640
====================
3741

38-
A total of 14 pull requests were merged for this release.
42+
A total of 21 pull requests were merged for this release.
3943

4044
* `#20842 <https://github.com/numpy/numpy/pull/20842>`__: BLD: Add NPY_DISABLE_SVML env var to opt out of SVML
4145
* `#20843 <https://github.com/numpy/numpy/pull/20843>`__: BUG: Fix build of third party extensions with Py_LIMITED_API
@@ -48,7 +52,13 @@ A total of 14 pull requests were merged for this release.
4852
* `#20910 <https://github.com/numpy/numpy/pull/20910>`__: BUG: distutils: fix building mixed C/Fortran extensions
4953
* `#20912 <https://github.com/numpy/numpy/pull/20912>`__: DOC,TST: Fix Pandas code example as per new release
5054
* `#20935 <https://github.com/numpy/numpy/pull/20935>`__: TYP, MAINT: Add annotations for ``flatiter.__setitem__``
51-
* `#20936 <https://github.com/numpy/numpy/pull/20936>`__: MAINT, TYP: Added missing where type hints in ``fromnumeric.pyi``
55+
* `#20936 <https://github.com/numpy/numpy/pull/20936>`__: MAINT, TYP: Added missing where typehints in ``fromnumeric.pyi``
5256
* `#20937 <https://github.com/numpy/numpy/pull/20937>`__: BUG: Fix build_ext interaction with non numpy extensions
5357
* `#20938 <https://github.com/numpy/numpy/pull/20938>`__: BUG: Fix missing intrinsics for windows/arm64 target
54-
58+
* `#20945 <https://github.com/numpy/numpy/pull/20945>`__: REL: Prepare for the NumPy 1.22.2 release.
59+
* `#20982 <https://github.com/numpy/numpy/pull/20982>`__: MAINT: f2py: don't generate code that triggers ``-Wsometimes-uninitialized``.
60+
* `#20983 <https://github.com/numpy/numpy/pull/20983>`__: BUG: Fix incorrect return type in reduce without initial value
61+
* `#20984 <https://github.com/numpy/numpy/pull/20984>`__: ENH: review return values for PyArray_DescrNew
62+
* `#20985 <https://github.com/numpy/numpy/pull/20985>`__: MAINT: be more tolerant of setuptools >= 60
63+
* `#20986 <https://github.com/numpy/numpy/pull/20986>`__: BUG: Fix misplaced return.
64+
* `#20992 <https://github.com/numpy/numpy/pull/20992>`__: MAINT: Further small return value validation fixes

0 commit comments

Comments
 (0)
0