@@ -12,7 +12,7 @@ over 602 pull requests. There have been many improvements, highlights are:
12
12
release.
13
13
* A preliminary version of the proposed Array-API is provided. This is a step
14
14
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.
16
16
* NumPy now has a DLPack backend. DLPack provides a common interchange format
17
17
for array (tensor) data.
18
18
* New methods for ``quantile ``, ``percentile ``, and related functions. The new
@@ -39,14 +39,13 @@ Expired deprecations
39
39
40
40
Deprecated numeric style dtype strings have been removed
41
41
--------------------------------------------------------
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 ``.
44
44
45
- (`gh-19539 <https://github.com/numpy/numpy/pull/19539 >`__)
45
+ (`gh-19539 <https://github.com/numpy/numpy/pull/19539 >`__)
46
46
47
47
Expired deprecations for ``loads ``, ``ndfromtxt ``, and ``mafromtxt `` in npyio
48
48
-----------------------------------------------------------------------------
49
-
50
49
``numpy.loads `` was deprecated in v1.15, with the recommendation that users use
51
50
``pickle.loads `` instead. ``ndfromtxt `` and ``mafromtxt `` were both deprecated
52
51
in v1.17 - users should use ``numpy.genfromtxt `` instead with the appropriate
0 commit comments