Skip to content

Commit d4c13f6

Browse files
committed
Update whatsnew entry.
1 parent 1439e84 commit d4c13f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/source/whatsnew/v1.2.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ Deprecations
533533
- Partial slicing on unordered :class:`.DatetimeIndex` objects with keys that are not in the index is deprecated and will be removed in a future version (:issue:`18531`)
534534
- The ``how`` keyword in :meth:`PeriodIndex.astype` is deprecated and will be removed in a future version, use ``index.to_timestamp(how=how)`` instead (:issue:`37982`)
535535
- Deprecated :meth:`Index.asi8` for :class:`Index` subclasses other than :class:`.DatetimeIndex`, :class:`.TimedeltaIndex`, and :class:`PeriodIndex` (:issue:`37877`)
536-
- The ``inplace`` parameter of :meth:`Categorical.remove_categories`, :meth:`Categorical.remove_unused_categories` is deprecated and will be removed in a future version (:issue:`37643`)
536+
- The ``inplace`` parameter of :meth:`Categorical.remove_unused_categories` is deprecated and will be removed in a future version (:issue:`37643`)
537537
- The ``null_counts`` parameter of :meth:`DataFrame.info` is deprecated and replaced by ``show_counts``. It will be removed in a future version (:issue:`37999`)
538538

539539
.. ---------------------------------------------------------------------------

doc/source/whatsnew/v1.3.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ Deprecations
192192
- Deprecated comparison of :class:`Timestamp` object with ``datetime.date`` objects. Instead of e.g. ``ts <= mydate`` use ``ts <= pd.Timestamp(mydate)`` or ``ts.date() <= mydate`` (:issue:`36131`)
193193
- Deprecated :attr:`Rolling.win_type` returning ``"freq"`` (:issue:`38963`)
194194
- Deprecated :attr:`Rolling.is_datetimelike` (:issue:`38963`)
195+
- The ``inplace`` parameter of :meth:`Categorical.remove_categories` is deprecated and will be removed in a future version (:issue:`37643`)
195196
-
196197

197198
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)