8000 Prepare for 1.22.0 release by charris · Pull Request #20685 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

Prepare for 1.22.0 release #20685

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
wip
  • Loading branch information
charris committed Dec 30, 2021
commit 125304b035effcd82e366e601b102e7347eaa9ba
9 changes: 4 additions & 5 deletions doc/source/release/1.22.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ over 602 pull requests. There have been many improvements, highlights are:
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.
applications 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
Expand All @@ -39,14 +39,13 @@ 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 a ``TypeError``.
Using the strings ``"Bytes0"``, ``"Datetime64"``, ``"Str0"``, ``"Uint32"``,
and ``"Uint64"`` as a dtype will now raise a ``TypeError``.

(`gh-19539 <https://github.com/numpy/numpy/pull/19539>`__)
(`gh-19539 <https://github.com/numpy/numpy/pull/19539>`__)

Expired deprecations for ``loads``, ``ndfromtxt``, and ``mafromtxt`` in npyio
-----------------------------------------------------------------------------

``numpy.loads`` was deprecated in v1.15, with the recommendation that users use
``pickle.loads`` instead. ``ndfromtxt`` and ``mafromtxt`` were both deprecated
in v1.17 - users should use ``numpy.genfromtxt`` instead with the appropriate
Expand Down
0