Skip to content

Commit 8c618d9

Browse files
jbrockmendelmeeseeksmachine
authored andcommitted
Backport PR pandas-dev#58075: DOC: whatsnew note for pandas-dev#57553
1 parent f455401 commit 8c618d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v2.2.2.rst

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Fixed regressions
1515
~~~~~~~~~~~~~~~~~
1616
- :meth:`DataFrame.__dataframe__` was producing incorrect data buffers when the a column's type was a pandas nullable on with missing values (:issue:`56702`)
1717
- :meth:`DataFrame.__dataframe__` was producing incorrect data buffers when the a column's type was a pyarrow nullable on with missing values (:issue:`57664`)
18+
- Avoid issuing a spurious ``DeprecationWarning`` when a custom :class:`DataFrame` or :class:`Series` subclass method is called (:issue:`57553`)
1819
- Fixed regression in precision of :func:`to_datetime` with string and ``unit`` input (:issue:`57051`)
1920

2021
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)