@@ -12,7 +12,7 @@ over 602 pull requests. There have been many improvements, highlights are:
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