Originally created by: dependabot[bot]
Bumps numpy from 1.18.2 to 1.22.0.
Sourced from numpy's releases.
v1.22.0
NumPy 1.22.0 Release Notes
NumPy 1.22.0 is a big release featuring the work of 153 contributors spread over 609 pull requests. There have been many improvements, highlights are:
- Annotations of the main namespace are essentially complete. Upstream is a moving target, so there will likely be further improvements, but the major work is done. This is probably the most user visible enhancement in this release.
- A preliminary version of the proposed Array-API is provided. This is a step in creating a standard collection of functions that can be used across application such as CuPy and JAX.
- NumPy now has a DLPack backend. DLPack provides a common interchange format for array (tensor) data.
- New methods for
quantile,percentile, and related functions. The new methods provide a complete set of the methods commonly found in the literature.- A new configurable allocator for use by downstream projects.
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.
Expired deprecations
Deprecated numeric style dtype strings have been removed
Using the strings
"Bytes0","Datetime64","Str0","Uint32", and"Uint64"as a dtype will now raise aTypeError.(gh-19539)
Expired deprecations for
loads,ndfromtxt, andmafromtxtin npyio
numpy.loadswas deprecated in v1.15, with the recommendation that users usepickle.loadsinstead.ndfromtxtandmafromtxtwere both deprecated in v1.17 - users should usenumpy.genfromtxtinstead with the appropriate value for theusemaskparameter.(gh-19615)
... (truncated)
4adc87d Merge pull request #20685](https://github.com/href="https://github-redirect.dependabot.com/numpy/numpy/issues/20685">/issues/20685) from charris/prepare-for-1.22.0-releasefd66547 REL: Prepare for the NumPy 1.22.0 release.125304b wipc283859 Merge pull request #20682](https://github.com/href="https://github-redirect.dependabot.com/numpy/numpy/issues/20682">/issues/20682) from charris/backport-204165399c03 Merge pull request #20681](https://github.com/href="https://github-redirect.dependabot.com/numpy/numpy/issues/20681">/issues/20681) from charris/backport-20954f9c45f8 Merge pull request #20680](https://github.com/href="https://github-redirect.dependabot.com/numpy/numpy/issues/20680">/issues/20680) from charris/backport-20663794b36f Update armccompiler.pyd93b14e Update test_public_api.py7662c07 Update init.py311ab52 Update armccompiler.pyDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.