Hi All,

On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.22.0rc3. NumPy 1.22.0rc3 is a big release featuring the work of 152 contributors spread over 602 pull requests. There have been many improvements,
highlights are:
These are in addition to the ongoing work to provide SIMD support for commonly used functions, improvements to F2PY, and better documentation.

The Python versions supported in this release are 3.8-3.10, Python 3.7 has been dropped. Note that 32 bit wheels are only provided for Python 3.8 and 3.9 on Windows, all other wheels are 64 bits on account of Ubuntu, Fedora, and other Linux distributions dropping 32 bit support. All 64 bit wheels are also linked with 64 bit integer OpenBLAS, which should fix the occasional problems encountered by folks using truly huge arrays. Wheels can be downloaded from PyPI; source archives, release notes, and wheel hashes are available on Github. Linux users will need pip >= 0.19.3 in order to install the manylinux2014 wheels. A recent version of pip is needed to install the universal2 macos wheels.

Contributors

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

Charles Harris