diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2020-05-29 15:25:09 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2020-05-29 15:25:09 +0200 |
commit | 5b8216e5c591cd28f5952426e9eba2ded07c4513 (patch) | |
tree | a21fe92dc741f2baaadf17f71523a0bb6ae6e40e | |
parent | 5a4140d722117afc89869d5772ddd7a67448cfbc (diff) | |
download | numpy-5b8216e5c591cd28f5952426e9eba2ded07c4513.tar.gz |
DOC: change NEP 18 status to Final
-rw-r--r-- | doc/neps/nep-0018-array-function-protocol.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/nep-0018-array-function-protocol.rst b/doc/neps/nep-0018-array-function-protocol.rst index fb9b838b5..3147d8cee 100644 --- a/doc/neps/nep-0018-array-function-protocol.rst +++ b/doc/neps/nep-0018-array-function-protocol.rst @@ -7,7 +7,7 @@ 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: Provisional +:Status: Final :Type: Standards Track :Created: 2018-05-29 :Updated: 2019-05-25 |