summaryrefslogtreecommitdiff
path: root/doc/neps/nep-0018-array-function-protocol.rst
diff options
context:
space:
mode:
authorStephan Hoyer <shoyer@google.com>2018-10-15 09:01:13 -0700
committerStephan Hoyer <shoyer@google.com>2018-10-15 09:01:13 -0700
commitfdc5288205e0ef2b7ff9a99f26854f19527f0bb5 (patch)
treee5c6b78225da26804797ff09a46344780c745a23 /doc/neps/nep-0018-array-function-protocol.rst
parent79b47c0983a09773150e37b49d7bdfb3761ade03 (diff)
downloadnumpy-fdc5288205e0ef2b7ff9a99f26854f19527f0bb5.tar.gz
MAINT: minor adjustment to nep-18
Diffstat (limited to 'doc/neps/nep-0018-array-function-protocol.rst')
-rw-r--r--doc/neps/nep-0018-array-function-protocol.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/neps/nep-0018-array-function-protocol.rst b/doc/neps/nep-0018-array-function-protocol.rst
index b3ad6aaf8..4e0fee384 100644
--- a/doc/neps/nep-0018-array-function-protocol.rst
+++ b/doc/neps/nep-0018-array-function-protocol.rst
@@ -298,7 +298,7 @@ and this ensures that checking overloads has acceptable performance even when
there are a large number of overloaded arguments. To avoid long-term divergence
between these two dispatch protocols, we should
`also update <https://github.com/numpy/numpy/issues/11306>`_
-``__array_ufunc__`` to match this behavior (update: this has happened).
+``__array_ufunc__`` to match this behavior.
Special handling of ``numpy.ndarray``
'''''''''''''''''''''''''''''''''''''
@@ -406,7 +406,8 @@ decorator, but we should consider these cases carefully.
.. note::
The code for ``array_function_dispatch`` above has been updated from the
- original version of this NEP to match the actual implementation in NumPy.
+ original version of this NEP to match the actual
+ `implementation in NumPy <https://github.com/numpy/numpy/blob/e104f03ac8f65ae5b92a9b413b0fa639f39e6de2/numpy/core/overrides.py>`_.
Extensibility
~~~~~~~~~~~~~