Skip to content

Commit 04ecc26

Browse files
committed
Update abstract
1 parent 0a05348 commit 04ecc26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
This PDEP defines pandas' backwards compatibility and deprecation policy.
1212

13+
The main additions to [pandas' current version policy](https://pandas.pydata.org/pandas-docs/version/2.2/development/policies.html) are:
14+
- Deprecated functionality should remain unchanged in at least 2 minor releases
15+
- Deprecations should initially use DeprecationWarning, and then be switched to FutureWarning in the last minor release before the major release they are planned to be removed in
16+
1317
## Motivation
1418

1519
Having a clear backwards compatibility and deprecation policy is crucial to having a healthy ecosystem. We want to ensure users can rely on pandas being stable while still allowing the library to evolve.

0 commit comments

Comments
 (0)