diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-09-08 21:10:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-08 21:10:15 -0500 |
commit | e796449b8dea5f11a959d5664b9a2669add26eed (patch) | |
tree | f1021a291e4f8d836e7ade5bfecf47e24d7046e2 /doc | |
parent | 639004c38b96966fb411d5864323278ce6d07aba (diff) | |
parent | b6a6f99e0d85c1eb742ce6ebfd44a1824e1ac523 (diff) | |
download | numpy-e796449b8dea5f11a959d5664b9a2669add26eed.tar.gz |
Merge pull request #11693 from shoyer/accept-nep18
NEP: Mark NEP 18 as accepted
Diffstat (limited to 'doc')
-rw-r--r-- | doc/neps/nep-0018-array-function-protocol.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/neps/nep-0018-array-function-protocol.rst b/doc/neps/nep-0018-array-function-protocol.rst index d4ba7879b..e7d433e37 100644 --- a/doc/neps/nep-0018-array-function-protocol.rst +++ b/doc/neps/nep-0018-array-function-protocol.rst @@ -7,9 +7,10 @@ NEP 18 — A dispatch mechanism for NumPy's high level array functions :Author: Marten van Kerkwijk <mhvk@astro.utoronto.ca> :Author: Hameer Abbasi <hameerabbasi@yahoo.com> :Author: Eric Wieser <wieser.eric@gmail.com> -:Status: Draft +:Status: Accepted :Type: Standards Track :Created: 2018-05-29 +:Resolution: https://mail.python.org/pipermail/numpy-discussion/2018-August/078493.html Abstact ------- |