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/v3.0.0.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -378,6 +378,7 @@ Performance improvements
378
378
379
379
Bug fixes
380
380
~~~~~~~~~
381
+
- Fixed bug in :class:`Index` Index constructor did not allow FLS as indices. (:issue:`57645`)
381
382
- Fixed bug in :class:`SparseDtype` for equal comparison with na fill value. (:issue:`54770`)
382
383
- Fixed bug in :meth:`DataFrame.join` inconsistently setting result index name (:issue:`55815`)
383
384
- Fixed bug in :meth:`DataFrame.to_string` that raised ``StopIteration`` with nested DataFrames. (:issue:`16098`)
@@ -386,7 +387,6 @@ Bug fixes
386
387
- Fixed bug in :meth:`Series.diff` allowing non-integer values for the ``periods`` argument. (:issue:`56607`)
387
388
- Fixed bug in :meth:`Series.rank` that doesn't preserve missing values for nullable integers when ``na_option='keep'``. (:issue:`56976`)
388
389
- Fixed bug in :meth:`Series.replace` and :meth:`DataFrame.replace` inconsistently replacing matching instances when ``regex=True`` and missing values are present. (:issue:`56599`)
389
-
- Fixed bug in :class:`Index` Index constructor did not allow FLS as indicies. (:issue:`57645`)
0 commit comments