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/v2.0.0.rst
+2
Original file line number
Diff line number
Diff line change
@@ -433,9 +433,11 @@ Removal of prior version deprecations/changes
433
433
- Remove :meth:`DataFrameGroupBy.pad` and :meth:`DataFrameGroupBy.backfill` (:issue:`45076`)
434
434
- Remove ``numpy`` argument from :func:`read_json` (:issue:`30636`)
435
435
- Disallow passing abbreviations for ``orient`` in :meth:`DataFrame.to_dict` (:issue:`32516`)
436
+
- Disallow partial slicing on an non-monotonic :class:`DatetimeIndex` with keys which are not in Index. This now raises a ``KeyError`` (:issue:`18531`)
436
437
- Removed ``get_offset`` in favor of :func:`to_offset` (:issue:`30340`)
437
438
- Removed the ``warn`` keyword in :func:`infer_freq` (:issue:`45947`)
438
439
- Removed the ``include_start`` and ``include_end`` arguments in :meth:`DataFrame.between_time` in favor of ``inclusive`` (:issue:`43248`)
440
+
- Removed the ``closed`` argument in :meth:`date_range` and :meth:`bdate_range` in favor of ``inclusive`` argument (:issue:`40245`)
439
441
- Removed the ``center`` keyword in :meth:`DataFrame.expanding` (:issue:`20647`)
440
442
- Removed the ``truediv`` keyword from :func:`eval` (:issue:`29812`)
441
443
- Removed the ``pandas.datetime`` submodule (:issue:`30489`)
0 commit comments