Skip to content

Commit 765e7ee

Browse files
DOC: Change whatsnew3.0.0 to onyl have this bugfix
1 parent f6582c1 commit 765e7ee

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

doc/source/whatsnew/v3.0.0.rst

-11
Original file line numberDiff line numberDiff line change
@@ -361,17 +361,6 @@ Performance improvements
361361

362362
Bug fixes
363363
~~~~~~~~~
364-
- Fixed bug in :class:`SparseDtype` for equal comparison with na fill value. (:issue:`54770`)
365-
- Fixed bug in :meth:`.DataFrameGroupBy.median` where nat values gave an incorrect result. (:issue:`57926`)
366-
- Fixed bug in :meth:`DataFrame.cumsum` which was raising ``IndexError`` if dtype is ``timedelta64[ns]`` (:issue:`57956`)
367-
- Fixed bug in :meth:`DataFrame.join` inconsistently setting result index name (:issue:`55815`)
368-
- Fixed bug in :meth:`DataFrame.to_string` that raised ``StopIteration`` with nested DataFrames. (:issue:`16098`)
369-
- Fixed bug in :meth:`DataFrame.transform` that was returning the wrong order unless the index was monotonically increasing. (:issue:`57069`)
370-
- Fixed bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
371-
- Fixed bug in :meth:`DataFrameGroupBy.apply` that was returning a completely empty DataFrame when all return values of ``func`` were ``None`` instead of returning an empty DataFrame with the original columns and dtypes. (:issue:`57775`)
372-
- Fixed bug in :meth:`Series.diff` allowing non-integer values for the ``periods`` argument. (:issue:`56607`)
373-
- Fixed bug in :meth:`Series.rank` that doesn't preserve missing values for nullable integers when ``na_option='keep'``. (:issue:`56976`)
374-
- Fixed bug in :meth:`Series.replace` and :meth:`DataFrame.replace` inconsistently replacing matching instances when ``regex=True`` and missing values are present. (:issue:`56599`)
375364
- Fixed bug in :meth:`Timestamp.replace` where it would not reflect changes into :meth:`Timestamp.unit`. (:issue:`57749`)
376365

377366
Categorical

0 commit comments

Comments
 (0)