diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2021-01-31 13:05:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 13:05:04 +0000 |
commit | de8bb00dbf007b65095e858ff2490b8df39b9047 (patch) | |
tree | 4c9db39331c4fa9488e0c10ae0d2b4ed077a4660 /doc | |
parent | aca2d10c79c4d86d60eba1111272679471540f57 (diff) | |
parent | 83248736e8dfde53aae8846fdfcd98488ec045e6 (diff) | |
download | numpy-de8bb00dbf007b65095e858ff2490b8df39b9047.tar.gz |
Merge pull request #18233 from rgommers/accept-nep23
NEP: accept NEP 23 (backwards compatibility policy)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/neps/nep-0023-backwards-compatibility.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/neps/nep-0023-backwards-compatibility.rst b/doc/neps/nep-0023-backwards-compatibility.rst index af5bdab29..015df8964 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 -------- @@ -78,7 +79,7 @@ extensibility. Fixes for clear bugs are exempt from this backwards compatibility policy. However, in case of serious impact on users even bug fixes may have to be delayed for one or more releases. For example, if a downstream library would no -longer build or would give incorrect results." +longer build or would give incorrect results. Strategies related to deprecations @@ -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 |