diff options
Diffstat (limited to 'doc/neps/nep-0018-array-function-protocol.rst')
-rw-r--r-- | doc/neps/nep-0018-array-function-protocol.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/neps/nep-0018-array-function-protocol.rst b/doc/neps/nep-0018-array-function-protocol.rst index 04f8b4179..f42da2f88 100644 --- a/doc/neps/nep-0018-array-function-protocol.rst +++ b/doc/neps/nep-0018-array-function-protocol.rst @@ -250,6 +250,11 @@ an ``__array_function__`` method that is identical to Changes within NumPy functions ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +.. warning:: + + This section is outdated. We intend to rewrite it to propose + an explicit `decorator based solution <https://github.com/numpy/numpy/pull/11303#issuecomment-396695348>`_ instead. + Given a function defining the above behavior, for now call it ``try_array_function_override``, we now need to call that function from within every relevant NumPy function. This is a pervasive change, but of |