Skip to content

Commit a4ad466

Browse files
committed
DOC: Add changelog entry for PyArrow array access fix in Categorical (#60563)
1 parent c9282de commit a4ad466

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,7 @@ Sparse
782782

783783
ExtensionArray
784784
^^^^^^^^^^^^^^
785+
- Bug in :class:`Categorical` constructor where PyArrow arrays from :class:`Index` objects were not properly handled due to incorrect array access (:issue:`60563`)
785786
- Bug in :meth:`.arrays.ArrowExtensionArray.__setitem__` which caused wrong behavior when using an integer array with repeated values as a key (:issue:`58530`)
786787
- Bug in :meth:`api.types.is_datetime64_any_dtype` where a custom :class:`ExtensionDtype` would return ``False`` for array-likes (:issue:`57055`)
787788
- Bug in comparison between object with :class:`ArrowDtype` and incompatible-dtyped (e.g. string vs bool) incorrectly raising instead of returning all-``False`` (for ``==``) or all-``True`` (for ``!=``) (:issue:`59505`)

0 commit comments

Comments
 (0)