diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2021-01-26 09:25:56 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2021-01-26 09:28:11 +0100 |
commit | 6af6feb3c2df511e36b0cc4f575de970630c759a (patch) | |
tree | 86f27c00c1ed07173403d938d3ce217fae4f4c64 /doc | |
parent | af51d6615c37f43b6d842b72a4b02dc14e024f3e (diff) | |
download | numpy-6af6feb3c2df511e36b0cc4f575de970630c759a.tar.gz |
NEP: accept NEP 23 (backwards compatibility policy)
Closes gh-16193
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/neps/nep-0023-backwards-compatibility.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/neps/nep-0023-backwards-compatibility.rst b/doc/neps/nep-0023-backwards-compatibility.rst index af5bdab29..27b79d436 100644 --- a/doc/neps/nep-0023-backwards-compatibility.rst +++ b/doc/neps/nep-0023-backwards-compatibility.rst @@ -5,10 +5,11 @@ NEP 23 — Backwards compatibility and deprecation policy ======================================================= :Author: Ralf Gommers <ralf.gommers@gmail.com> -:Status: Draft +:Status: Accepted :Type: Process :Created: 2018-07-14 -:Resolution: <url> (required for Accepted | Rejected | Withdrawn) +:Resolution: https://mail.python.org/pipermail/numpy-discussion/2021-January/081423.html + Abstract -------- @@ -325,6 +326,8 @@ Discussion ---------- - `Mailing list discussion on the first version of this NEP in 2018 <https://mail.python.org/pipermail/numpy-discussion/2018-July/078432.html>`__ +- `Mailing list discussion on the Dec 2020 update of this NEP <https://mail.python.org/pipermail/numpy-discussion/2020-December/081358.html>`__ +- `PR with review comments on the the Dec 2020 update of this NEP <https://github.com/numpy/numpy/pull/18097>`__ References and Footnotes |