Skip to content

Commit 8b36536

Browse files
committed
improving whatsnew
1 parent 0e80f70 commit 8b36536

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/whatsnew/v0.24.0.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -669,16 +669,16 @@ Indexing
669669
- Bug where indexing with a Numpy array containing negative values would mutate the indexer (:issue:`21867`)
670670
- Bug where mixed indexes wouldn't allow integers for ``.at`` (:issue:`19860`)
671671
- ``Float64Index.get_loc`` now raises ``KeyError`` when boolean key passed. (:issue:`19087`)
672-
- :class:`Index` no longer mangles ``None``, ``NaN`` and ``NaT``, i.e. they are treated as three different keys. However, for :class:`NumericIndex` all three are still coarsed to a ``NaN`` (:issue:`22332`)
672+
- :class:`Index` no longer mangles ``None``, ``NaN`` and ``NaT``, i.e. they are treated as three different keys. However, for numeric Index all three are still coarsed to a ``NaN`` (:issue:`22332`)
673673

674674

675675
Missing
676676
^^^^^^^
677677

678678
- Bug in :func:`DataFrame.fillna` where a ``ValueError`` would raise when one column contained a ``datetime64[ns, tz]`` dtype (:issue:`15522`)
679679
- Bug in :func:`Series.hasnans` that could be incorrectly cached and return incorrect answers if null elements are introduced after an initial call (:issue:`19700`)
680-
- :func:`Series.isin` now treats all nans as equal also for `np.object`-dtype. This behavior is consistent with the behavior for float64 (:issue:`22119`)
681-
- :func:`unique` no longer manges NaN-float-values and ``NaT`` (:issue:`22295`)
680+
- :func:`Series.isin` now treats all NaN-floats as equal also for `np.object`-dtype. This behavior is consistent with the behavior for float64 (:issue:`22119`)
681+
- :func:`unique` no longer mangles NaN-floats and the ``NaT``-object for `np.object`-dtype, i.e. ``NaT`` is no longer coarsed to a NaN-value and is treated as an entity different from NaN-floats (:issue:`22295`)
682682

683683
MultiIndex
684684
^^^^^^^^^^

0 commit comments

Comments
 (0)