Skip to content

Commit 5250a8a

Browse files
committed
whatsnew
1 parent 6c395a1 commit 5250a8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v1.3.0.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,8 @@ Other
454454
- Bug in :func:`pandas.testing.assert_series_equal`, :func:`pandas.testing.assert_frame_equal`, :func:`pandas.testing.assert_index_equal` and :func:`pandas.testing.assert_extension_array_equal` incorrectly raising when an attribute has an unrecognized NA type (:issue:`39461`)
455455
- Bug in :class:`Styler` where ``subset`` arg in methods raised an error for some valid multiindex slices (:issue:`33562`)
456456
- :class:`Styler` rendered HTML output minor alterations to support w3 good code standard (:issue:`39626`)
457-
-
457+
- Bug in :meth:`DataFrame.equals`, :meth:`Series.equals`, :meth:`Index.equals` with object-dtype containing ``np.datetime64("NaT")`` or ``np.timedelta64("NaT")`` (:issue:`39650`)
458+
458459

459460
.. ---------------------------------------------------------------------------
460461

0 commit comments

Comments
 (0)