diff options
author | Stephan Hoyer <shoyer@gmail.com> | 2018-09-20 11:41:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 11:41:58 -0700 |
commit | 3df1292e257b2bd57d367f623a8f3fe941e4dbf5 (patch) | |
tree | 2598444dd0913c589d6f6873b2c60864f0a74b9a /doc/neps | |
parent | de4893119139aad52b181324d1c9ce4862b1abc1 (diff) | |
download | numpy-3df1292e257b2bd57d367f623a8f3fe941e4dbf5.tar.gz |
Revert "NEP: Revert "NEP: Mark NEP 18 as accepted""
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 e0f1113f6..a63068306 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 ------- |