Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEPR: Index.is_monotonic for Index.is_monotonic_increasing #45422

Merged
merged 12 commits into from
Jan 23, 2022
Prev Previous commit
Next Next commit
Add issue number
  • Loading branch information
mroeschke committed Jan 17, 2022
commit 0a89ccf5099738f2896e890bd57a7ed6ec30db9e
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v1.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Other Deprecations
- Deprecated behavior of :meth:`SparseArray.astype`, :meth:`Series.astype`, and :meth:`DataFrame.astype` with :class:`SparseDtype` when passing a non-sparse ``dtype``. In a future version, this will cast to that non-sparse dtype instead of wrapping it in a :class:`SparseDtype` (:issue:`34457`)
- Deprecated behavior of :meth:`DatetimeIndex.intersection` and :meth:`DatetimeIndex.symmetric_difference` (``union`` behavior was already deprecated in version 1.3.0) with mixed timezones; in a future version both will be cast to UTC instead of object dtype (:issue:`39328`, :issue:`45357`)
- Deprecated :meth:`DataFrame.iteritems`, :meth:`Series.iteritems`, :meth:`HDFStore.iteritems` in favor of :meth:`DataFrame.items`, :meth:`Series.items`, :meth:`HDFStore.items` (:issue:`45321`)
- Deprecated :meth:`Index.is_monotonic` in favor of :meth:`Index.is_monotonic_increasing` (:issue:``)
- Deprecated :meth:`Index.is_monotonic` in favor of :meth:`Index.is_monotonic_increasing` (:issue:`45422`)


.. ---------------------------------------------------------------------------
Expand Down