Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cf30dc7

Browse files
committedApr 9, 2021
Add whatsnew
1 parent 6bc7e0c commit cf30dc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎doc/source/whatsnew/v1.3.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,7 @@ ExtensionArray
795795

796796
- Bug in :meth:`DataFrame.where` when ``other`` is a :class:`Series` with :class:`ExtensionArray` dtype (:issue:`38729`)
797797
- Fixed bug where :meth:`Series.idxmax`, :meth:`Series.idxmin` and ``argmax/min`` fail when the underlying data is :class:`ExtensionArray` (:issue:`32749`, :issue:`33719`, :issue:`36566`)
798+
- Fixed a bug where some properties of subclasses of :class:`PandasExtensionDtype` where improperly cached (:issue:`40329`)
798799
-
799800

800801
Other

0 commit comments

Comments
 (0)
Please sign in to comment.