Skip to content

Commit b2c8706

Browse files
committed
adding what is new
1 parent 5bc56d8 commit b2c8706

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
@@ -1033,6 +1033,7 @@ Missing
10331033
- Bug in :meth:`DataFrame.fillna` not accepting a dictionary for the ``downcast`` keyword (:issue:`40809`)
10341034
- Bug in :func:`isna` not returning a copy of the mask for nullable types, causing any subsequent mask modification to change the original array (:issue:`40935`)
10351035
- Bug in :class:`DataFrame` construction with float data containing ``NaN`` and an integer ``dtype`` casting instead of retaining the ``NaN`` (:issue:`26919`)
1036+
- Bug in :func:`isin` didn't treat all nans as equivalent if they were in tuples (:issue:`41836`)
10361037

10371038
MultiIndex
10381039
^^^^^^^^^^

0 commit comments

Comments
 (0)