Skip to content

Commit 434d656

Browse files
author
Mateusz Górski
committed
Added whatsnew entry
1 parent 7f9fc44 commit 434d656

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.0.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ Reshaping
451451
- Fix to ensure all int dtypes can be used in :func:`merge_asof` when using a tolerance value. Previously every non-int64 type would raise an erroneous ``MergeError`` (:issue:`28870`).
452452
- Better error message in :func:`get_dummies` when `columns` isn't a list-like value (:issue:`28383`)
453453
- Bug :meth:`Series.pct_change` where supplying an anchored frequency would throw a ValueError (:issue:`28664`)
454+
- Bug where :meth:`DataFrame.equals` returned True incorrectly in some circumstances(:issue:`28839`)
454455

455456
Sparse
456457
^^^^^^

0 commit comments

Comments
 (0)