Skip to content

Commit

Permalink
MAINT: Remove accidentally created directory.
Browse files Browse the repository at this point in the history
The removed directory also contained a release fragment that this
commit adds to the 1.21.0-release notes.
  • Loading branch information
charris committed Jun 19, 2021
1 parent 032fca5 commit 07d7e72
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
7 changes: 0 additions & 7 deletions changelog/13578.deprecation.rst

This file was deleted.

10 changes: 10 additions & 0 deletions doc/source/release/1.21.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@ Expired deprecations
Deprecations
============

The ``.dtype`` attribute must return a ``dtype``
------------------------------------------------

A ``DeprecationWarning`` is now given if the ``.dtype`` attribute
of an object passed into ``np.dtype`` or as a ``dtype=obj`` argument
is not a dtype. NumPy will stop attempting to recursively coerce the
result of ``.dtype``.

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

Inexact matches for ``numpy.convolve`` and ``numpy.correlate`` are deprecated
-----------------------------------------------------------------------------

Expand Down

0 comments on commit 07d7e72

Please sign in to comment.