summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-09-12 11:52:40 -0500
committerGitHub <noreply@github.com>2018-09-12 11:52:40 -0500
commitfe6beb288befa5506b5c41ed498054e24b5241b5 (patch)
tree4015592853dcf8f87084a01a4b41f05e48e62c76
parent99f7ad58fcfa3d09897426e468a66840026dbce8 (diff)
parent55e1498b2819fda43f615ce56bd9244dec296ab1 (diff)
downloadnumpy-fe6beb288befa5506b5c41ed498054e24b5241b5.tar.gz
Merge pull request #11934 from numpy/revert-11693-accept-nep18
Revert "NEP: Mark NEP 18 as accepted"
-rw-r--r--doc/neps/nep-0018-array-function-protocol.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/neps/nep-0018-array-function-protocol.rst b/doc/neps/nep-0018-array-function-protocol.rst
index e7d433e37..d4ba7879b 100644
--- a/doc/neps/nep-0018-array-function-protocol.rst
+++ b/doc/neps/nep-0018-array-function-protocol.rst
@@ -7,10 +7,9 @@ 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: Accepted
+:Status: Draft
:Type: Standards Track
:Created: 2018-05-29
-:Resolution: https://mail.python.org/pipermail/numpy-discussion/2018-August/078493.html
Abstact
-------