8000 PDEP-1 Revision (Decision Making) by noatamir · Pull Request #53576 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

PDEP-1 Revision (Decision Making) #53576

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 19 commits into from
Apr 1, 2024
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
Prev Previous commit
add withdrawn status
  • Loading branch information
jorisvandenbossche committed Mar 6, 2024
commit e18db08c56208d26866ef25699d4c78d19d4feb3
13 changes: 10 additions & 3 deletions web/pandas/pdeps/0001-purpose-and-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ The possible states of a PDEP are:
- Accepted
- Implemented
- Rejected
- Withdrawn

Next is described the workflow that PDEPs can follow.

Expand Down Expand Up @@ -179,9 +180,15 @@ discussion. A PDEP can be rejected for different reasons, for example good ideas
that are not backward-compatible, and the breaking changes are not considered worth
implementing.

The author(s) may choose to resubmit a rejected PDEP. We expect authors to use their judgement in
that case, as to whether they believe more discussion, or an amended proposal has the potential to
lead to a different result. A new PDEP is then created, which includes a link to the previously
The PDEP author(s) can also decide to withdraw the PDEP before a final decision
is made (`Status: Withdrawn`), when the PDEP authors themselves have decided
that the PDEP is actually a bad idea, or have accepted that it is not broadly
supported or a competing proposal is a better alternative.< 5342 /td>

The author(s) may choose to resubmit a rejected or withdrawn PDEP. We expect
authors to use their judgement in that case, as to whether they believe more
discussion, or an amended proposal has the potential to lead to a different
result. A new PDEP is then created, which includes a link to the previously
rejected PDEP.

#### Invalid PDEP
Expand Down
0