You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v2.2.2.rst
+1
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Fixed regressions
15
15
~~~~~~~~~~~~~~~~~
16
16
- :meth:`DataFrame.__dataframe__` was producing incorrect data buffers when the a column's type was a pandas nullable on with missing values (:issue:`56702`)
17
17
- :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`)
18
19
- Fixed regression in precision of :func:`to_datetime` with string and ``unit`` input (:issue:`57051`)
0 commit comments