8000 wip · numpy/numpy@125304b · GitHub
[go: up one dir, main page]

Skip to content

Commit 125304b

Browse files
committed
wip
1 parent c283859 commit 125304b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/source/release/1.22.0-notes.rst

+4-5
Original file line numberDiff line numberDiff line change
@@ -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

4040
Deprecated 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

4747
Expired 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
5251
in v1.17 - users should use ``numpy.genfromtxt`` instead with the appropriate

0 commit comments

Comments
 (0)
0