You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.24.0.txt
+1-2
Original file line number
Diff line number
Diff line change
@@ -557,8 +557,7 @@ Categorical
557
557
^^^^^^^^^^^
558
558
559
559
- Bug in :meth:`Categorical.from_codes` where ``NaN`` values in `codes` were silently converted to ``0`` (:issue:`21767`). In the future this will raise a ``ValueError``. Also changes the behavior of `.from_codes([1.1, 2.0])`.
560
-
- :meth:`Categorical.searchsorted` and :meth:`CategoricalIndex.searchsorted`
561
-
now work on unordered categoricals also (:issue:`21667`)
560
+
- :meth:`Categorical.searchsorted` and :meth:`CategoricalIndex.searchsorted` now work on unordered categoricals also (:issue:`21667`)
0 commit comments