Contributors ============ 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 + * Bas van Beek * Brénainn Woodsend + * Charles Harris * 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 21 pull requests were merged for this release. * `#20842 `__: BLD: Add NPY_DISABLE_SVML env var to opt out of SVML * `#20843 `__: BUG: Fix build of third party extensions with Py_LIMITED_API * `#20844 `__: TYP: Fix pyright being unable to infer the ``real`` and ``imag``... * `#20845 `__: BUG: Fix comparator function signatures * `#20906 `__: BUG: Avoid importing ``numpy.distutils`` on import numpy.testing * `#20907 `__: MAINT: remove outdated mingw32 fseek support * `#20908 `__: TYP: Relax the return type of ``np.vectorize`` * `#20909 `__: BUG: fix f2py's define for threading when building with Mingw * `#20910 `__: BUG: distutils: fix building mixed C/Fortran extensions * `#20912 `__: DOC,TST: Fix Pandas code example as per new release * `#20935 `__: TYP, MAINT: Add annotations for ``flatiter.__setitem__`` * `#20936 `__: MAINT, TYP: Added missing where typehints in ``fromnumeric.pyi`` * `#20937 `__: BUG: Fix build_ext interaction with non numpy extensions * `#20938 `__: BUG: Fix missing intrinsics for windows/arm64 target * `#20945 `__: REL: Prepare for the NumPy 1.22.2 release. * `#20982 `__: MAINT: f2py: don't generate code that triggers ``-Wsometimes-uninitialized``. * `#20983 `__: BUG: Fix incorrect return type in reduce without initial value * `#20984 `__: ENH: review return values for PyArray_DescrNew * `#20985 `__: MAINT: be more tolerant of setuptools >= 60 * `#20986 `__: BUG: Fix misplaced return. * `#20992 `__: MAINT: Further small return value validation fixes