diff options
author | Matti Picus <matti.picus@gmail.com> | 2018-10-15 09:06:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-15 09:06:59 +0300 |
commit | e104f03ac8f65ae5b92a9b413b0fa639f39e6de2 (patch) | |
tree | cb579c7cff096f667fc683a3432011e9c66a1235 /doc/neps | |
parent | a77ca97c248e2acbc66acc537e670371825c017b (diff) | |
parent | a278ab411ce13895dd5121b9d44fcd5832c0b9c7 (diff) | |
download | numpy-e104f03ac8f65ae5b92a9b413b0fa639f39e6de2.tar.gz |
Merge pull request #12165 from shoyer/nep-22-accept
Mark NEP 22 as accepted, and add "Informational" NEPs to NEP 1
Diffstat (limited to 'doc/neps')
-rw-r--r-- | doc/neps/nep-0000.rst | 10 | ||||
-rw-r--r-- | doc/neps/nep-0022-ndarray-duck-typing-overview.rst | 3 |
2 files changed, 10 insertions, 3 deletions
diff --git a/doc/neps/nep-0000.rst b/doc/neps/nep-0000.rst index a3ec3a42b..5e719b0f9 100644 --- a/doc/neps/nep-0000.rst +++ b/doc/neps/nep-0000.rst @@ -31,12 +31,18 @@ feature proposal [1]_. Types ^^^^^ -There are two kinds of NEP: +There are three kinds of NEPs: 1. A **Standards Track** NEP describes a new feature or implementation for NumPy. -2. A **Process** NEP describes a process surrounding NumPy, or +2. An **Informational** NEP describes a NumPy design issue, or provides + general guidelines or information to the Python community, but does not + propose a new feature. Informational NEPs do not necessarily represent a + NumPy community consensus or recommendation, so users and implementers are + free to ignore Informational NEPs or follow their advice. + +3. A **Process** NEP describes a process surrounding NumPy, or proposes a change to (or an event in) a process. Process NEPs are like Standards Track NEPs but apply to areas other than the NumPy language itself. They may propose an implementation, but not to diff --git a/doc/neps/nep-0022-ndarray-duck-typing-overview.rst b/doc/neps/nep-0022-ndarray-duck-typing-overview.rst index 04e4a14b7..480da51a3 100644 --- a/doc/neps/nep-0022-ndarray-duck-typing-overview.rst +++ b/doc/neps/nep-0022-ndarray-duck-typing-overview.rst @@ -3,9 +3,10 @@ NEP 22 — Duck typing for NumPy arrays – high level overview =========================================================== :Author: Stephan Hoyer <shoyer@google.com>, Nathaniel J. Smith <njs@pobox.com> -:Status: Draft +:Status: Accepted :Type: Informational :Created: 2018-03-22 +:Resolution: https://mail.python.org/pipermail/numpy-discussion/2018-September/078752.html Abstract -------- |