File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -439,6 +439,7 @@ Deprecations
439
439
- :meth:`MultiIndex.to_hierarchical` is deprecated and will be removed in a future version (:issue:`21613`)
440
440
- :meth:`Series.ptp` is deprecated. Use ``numpy.ptp`` instead (:issue:`21614`)
441
441
- :meth:`Series.compress` is deprecated. Use ``Series[condition]`` instead (:issue:`18262`)
442
+ - :meth:`Categorical.from_codes` has deprecated providing float values for the ``codes`` argument.
442
443
443
444
.. _whatsnew_0240.prior_deprecations:
444
445
@@ -486,7 +487,7 @@ Bug Fixes
486
487
Categorical
487
488
^^^^^^^^^^^
488
489
489
- - Bug in :meth:`Categorical.from_codes` where `NaN` values in `codes` were silently converted to `0 ` (:issue:`21767`)
490
+ - Bug in :meth:`Categorical.from_codes` where `` NaN`` values in `codes` were silently converted to ``0` ` (:issue:`21767`)
490
491
491
492
Datetimelike
492
493
^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments