diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-01-15 18:29:59 -0600 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2020-01-15 18:31:47 -0600 |
commit | 68e8d47e68a45ed1ce2fd2870e78265f051a2ceb (patch) | |
tree | 90ec3a6f94b746586ffb22abd68fcc036d4d2d8e /doc/release | |
parent | b425ce69054daee63bd43ec922d1c741e1a8e97b (diff) | |
download | numpy-68e8d47e68a45ed1ce2fd2870e78265f051a2ceb.tar.gz |
DEP: Actually deprecate fasttake and fastclipmask
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/upcoming_changes/14942.compatibility.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/release/upcoming_changes/14942.compatibility.rst b/doc/release/upcoming_changes/14942.compatibility.rst index 1f0159c2f..461758c95 100644 --- a/doc/release/upcoming_changes/14942.compatibility.rst +++ b/doc/release/upcoming_changes/14942.compatibility.rst @@ -1,6 +1,6 @@ Fasttake and fastputmask slots are deprecated and NULL'ed --------------------------------------------------------- -The fasttake and fastputmask slots are now never used internally. -They will always set to NULL for builtin dtypes. -No downstream project should be using these, so no compatibility -issue are expected. +The fasttake and fastputmask slots are now never used and +must always be set to NULL. This will result in no change in behaviour. +However, if a user dtype should set one of these a DeprecationWarning +will be given. |