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/v1.5.2.rst
-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ Bug fixes
29
29
~~~~~~~~~
30
30
- Bug in the Copy-on-Write implementation losing track of views in certain chained indexing cases (:issue:`48996`)
31
31
- Fixed memory leak in :meth:`.Styler.to_excel` (:issue:`49751`)
32
-
- Fixed bug when instantiating a :class:`DataFrame` subclass inheriting from ``typing.Generic`` that triggered a ``UserWarning`` on python 3.11 (:issue:`49649`)
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.5.3.rst
+1
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Fixed regressions
27
27
Bug fixes
28
28
~~~~~~~~~
29
29
- Bug in :meth:`.Styler.to_excel` leading to error when unrecognized ``border-style`` (e.g. ``"hair"``) provided to Excel writers (:issue:`48649`)
30
+
- Fixed bug when instantiating a :class:`DataFrame` subclass inheriting from ``typing.Generic`` that triggered a ``UserWarning`` on python 3.11 (:issue:`49649`)
0 commit comments