Skip to content

Commit 430afdd

Browse files
author
liwh
committed
add a whatsnew entry in v1.4.0
1 parent ee70319 commit 430afdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.4.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ Other enhancements
129129
- :meth:`DataFrame.__pos__`, :meth:`DataFrame.__neg__` now retain ``ExtensionDtype`` dtypes (:issue:`43883`)
130130
- The error raised when an optional dependency can't be imported now includes the original exception, for easier investigation (:issue:`43882`)
131131
- Added :meth:`.ExponentialMovingWindow.sum` (:issue:`13297`)
132+
- :meth:`DataFrame.corr` now accept the argument ``calculate_diagonal`` to allow results returned from callable to be used as diagonal elements of the correlation matrix instead of setting them to ones (:issue:`25781`)
132133

133134
.. ---------------------------------------------------------------------------
134135

0 commit comments

Comments
 (0)