Skip to content

Commit aacfbc1

Browse files
committed
Add reasoning in whatsnew
1 parent bc60ecb commit aacfbc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ New Deprecation Policy
2828
^^^^^^^^^^^^^^^^^^^^^^
2929
pandas 3.0.0 introduces a new 3-stage deprecation policy: using ``DeprecationWarning`` initially, then switching to ``FutureWarning`` for broader visibility in the last minor version before the next major release, and then removal of the deprecated functionality in the major release.
3030

31+
This was done to give downstream packages more time to adjust to pandas deprecations, which should reduce the amount of warnings that a user gets from code that isn't theirs.
32+
3133
.. _whatsnew_300.enhancements.other:
3234

3335
Other enhancements

0 commit comments

Comments
 (0)