@@ -11,13 +11,14 @@ The NumPy 1.22.2 is maintenance release that fixes bugs discovered after the
11
11
- Various Annotation fixes/additions.
12
12
- Numpy wheels for Windows will use the 1.41 tool chain, fixing downstream link
13
13
problems for projects using NumPy provided libraries on Windows.
14
+ - Deal with CVE-2021-41495 complaint.
14
15
15
16
The Python versions supported for this release are 3.8-3.10.
16
17
17
18
Contributors
18
19
============
19
20
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
21
22
names contributed a patch for the first time.
22
23
23
24
* Andrew J. Hesford +
@@ -27,15 +28,18 @@ names contributed a patch for the first time.
27
28
* Hood Chatham
28
29
* Janus Heide +
29
30
* Leo Singer
31
+ * Matti Picus
30
32
* Mukulika Pahari
31
33
* Niyas Sait
34
+ * Pearu Peterson
32
35
* Ralf Gommers
36
+ * Sebastian Berg
33
37
* Serge Guelton
34
38
35
39
Pull requests merged
36
40
====================
37
41
38
- A total of 14 pull requests were merged for this release.
42
+ A total of 21 pull requests were merged for this release.
39
43
40
44
* `#20842 <https://github.com/numpy/numpy/pull/20842 >`__: BLD: Add NPY_DISABLE_SVML env var to opt out of SVML
41
45
* `#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.
48
52
* `#20910 <https://github.com/numpy/numpy/pull/20910 >`__: BUG: distutils: fix building mixed C/Fortran extensions
49
53
* `#20912 <https://github.com/numpy/numpy/pull/20912 >`__: DOC,TST: Fix Pandas code example as per new release
50
54
* `#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 ``
52
56
* `#20937 <https://github.com/numpy/numpy/pull/20937 >`__: BUG: Fix build_ext interaction with non numpy extensions
53
57
* `#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