Skip to content

Commit 2c9657b

Browse files
committed
Final revision
1 parent bbe15b9 commit 2c9657b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/pandas/pdeps/0017-backwards-compatibility-and-deprecation-policy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# PDEP-17: Backwards compatibility and deprecation policy
22

3-
- Created: June 2024
3+
- Created: 27 June 2024
44
- Status: Under discussion
5-
- Discussion:
5+
- Discussion: [#59125](https://github.com/pandas-dev/pandas/issues/59125)
66
- Author: [Abdulaziz Aloqeely](https://github.com/Aloqeely)
77
- Revision: 1
88

@@ -71,7 +71,7 @@ Defining a release policy is not part of this PDEP's scope, but, the final minor
7171
- It is the version where deprecations planned for removal in the next major release get switched from a ``DeprecationWarning`` to a more visible ``FutureWarning``.
7272
- ``FutureWarning`` deprecations released in it will immediately be removed in the next major release.
7373

74-
And so, this document recommends a minimum of 6 months between the final minor version and the next major release.
74+
And so, this document recommends a minimum of 6 months between the final minor version and the major release after it.
7575

7676
### Enforcement of deprecations
7777

@@ -81,4 +81,4 @@ When one enforces a deprecation, they should:
8181

8282
### PDEP-17 History
8383

84-
- June 2024: Initial version.
84+
- 27 June 2024: Initial version.

0 commit comments

Comments
 (0)