Skip to content

Commit 210a89c

Browse files
Update v3.0.0.rst
1 parent b6ebdf4 commit 210a89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Other enhancements
9191
- Support passing a :class:`Iterable[Hashable]` input to :meth:`DataFrame.drop_duplicates` (:issue:`59237`)
9292
- Support reading Stata 102-format (Stata 1) dta files (:issue:`58978`)
9393
- Support reading Stata 110-format (Stata 7) dta files (:issue:`47176`)
94+
- :class:`ExtensionArray` has gained a default, non-performant ``round`` method (:issue:`49387`)
9495

9596
.. ---------------------------------------------------------------------------
9697
.. _whatsnew_300.notable_bug_fixes:
@@ -866,7 +867,6 @@ Sparse
866867

867868
ExtensionArray
868869
^^^^^^^^^^^^^^
869-
870870
- Bug in :class:`Categorical` when constructing with an :class:`Index` with :class:`ArrowDtype` (:issue:`60563`)
871871
- Bug in :meth:`.arrays.ArrowExtensionArray.__setitem__` which caused wrong behavior when using an integer array with repeated values as a key (:issue:`58530`)
872872
- Bug in :meth:`ArrowExtensionArray.factorize` where NA values were dropped when input was dictionary-encoded even when dropna was set to False(:issue:`60567`)

0 commit comments

Comments
 (0)