diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-01-16 13:41:08 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 13:41:08 +1100 |
commit | feb0794bdb6709861b395818ddf0ea3548310e24 (patch) | |
tree | da2b031068c10dc0a96f9b6a008ac9f45c24cf73 /doc/release | |
parent | 36c27d88c7a7bdd45d6b385844d57ec7c195d847 (diff) | |
parent | 68e8d47e68a45ed1ce2fd2870e78265f051a2ceb (diff) | |
download | numpy-feb0794bdb6709861b395818ddf0ea3548310e24.tar.gz |
Merge pull request #14942 from seberg/clean-fasttake
MAINT,API: ignore and NULL fasttake/fastputmask ArrFuncs slots
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/upcoming_changes/14942.compatibility.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/14942.compatibility.rst b/doc/release/upcoming_changes/14942.compatibility.rst new file mode 100644 index 000000000..461758c95 --- /dev/null +++ b/doc/release/upcoming_changes/14942.compatibility.rst @@ -0,0 +1,6 @@ +Fasttake and fastputmask slots are deprecated and NULL'ed +--------------------------------------------------------- +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. |