8000 NEP: accept NEP 23 (backwards compatibility policy) by rgommers · Pull Request #18233 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

NEP: accept NEP 23 (backwards compatibility policy) #18233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 31, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
NEP: accept NEP 23 (backwards compatibility policy)
Closes gh-16193

[ci skip]
  • Loading branch information
rgommers committed Jan 26, 2021
commit 6af6feb3c2df511e36b0cc4f575de970630c759a
7 changes: 5 additions & 2 deletions doc/neps/nep-0023-backwards-compatibility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down Expand Up @@ -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
Expand Down
0