33==========================
44NumPy 1.22.0 Release Notes
55==========================
6- NumPy 1.22.0 is a big release featuring the work of 152 contributers spread
7- over 602 pull requests. There have been many improvements, highlights are:
6+ NumPy 1.22.0 is a big release featuring the work of 153 contributers spread
7+ over 609 pull requests. There have been many improvements, highlights are:
88
99* Annotations of the main namespace are essentially complete. Upstream is a
1010 moving target, so there will likely be further improvements, but the major
1111 work is done. This is probably the most user visible enhancement in this
1212 release.
1313* A preliminary version of the proposed Array-API is provided. This is a step
1414 in creating a standard collection of functions that can be used across
15- application such as CuPy and JAX.
15+ applications such as CuPy and JAX.
1616* NumPy now has a DLPack backend. DLPack provides a common interchange format
1717 for array (tensor) data.
1818* New methods for ``quantile ``, ``percentile ``, and related functions. The new
@@ -39,14 +39,13 @@ Expired deprecations
3939
4040Deprecated numeric style dtype strings have been removed
4141--------------------------------------------------------
42- * Using the strings ``"Bytes0" ``, ``"Datetime64" ``, ``"Str0" ``, ``"Uint32" ``,
43- and ``"Uint64" `` as a dtype will now raise a ``TypeError ``.
42+ Using the strings ``"Bytes0" ``, ``"Datetime64" ``, ``"Str0" ``, ``"Uint32" ``,
43+ and ``"Uint64" `` as a dtype will now raise a ``TypeError ``.
4444
45- (`gh-19539 <https://github.com/numpy/numpy/pull/19539 >`__)
45+ (`gh-19539 <https://github.com/numpy/numpy/pull/19539 >`__)
4646
4747Expired deprecations for ``loads ``, ``ndfromtxt ``, and ``mafromtxt `` in npyio
4848-----------------------------------------------------------------------------
49-
5049``numpy.loads `` was deprecated in v1.15, with the recommendation that users use
5150``pickle.loads `` instead. ``ndfromtxt `` and ``mafromtxt `` were both deprecated
5251in v1.17 - users should use ``numpy.genfromtxt `` instead with the appropriate
0 commit comments