diff options
author | Stephan Hoyer <shoyer@gmail.com> | 2018-08-08 15:15:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-08 15:15:26 -0700 |
commit | b6a6f99e0d85c1eb742ce6ebfd44a1824e1ac523 (patch) | |
tree | 0292cbc3582f7df19a9487e1ecc5795638afd009 /doc/neps | |
parent | 64c3de80e900c1295ae95c4cc855d94809b45938 (diff) | |
download | numpy-b6a6f99e0d85c1eb742ce6ebfd44a1824e1ac523.tar.gz |
Mark NEP 18 as accepted
We should wait to merge this until Nathaniel's has had the chance to read it.
Diffstat (limited to 'doc/neps')
-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 ------- |