From 4bf5ab142c1a2088eb98cbc1f0378009f7d1c597 Mon Sep 17 00:00:00 2001 From: phofl Date: Sat, 5 Jun 2021 02:13:18 +0200 Subject: [PATCH] Move deprecation whatsnew to 1.3 --- doc/source/whatsnew/v1.2.5.rst | 6 ------ doc/source/whatsnew/v1.3.0.rst | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/source/whatsnew/v1.2.5.rst b/doc/source/whatsnew/v1.2.5.rst index 011422ff14270..d0af23b48b1f7 100644 --- a/doc/source/whatsnew/v1.2.5.rst +++ b/doc/source/whatsnew/v1.2.5.rst @@ -22,12 +22,6 @@ Fixed regressions .. --------------------------------------------------------------------------- -.. _whatsnew_125.deprecations: - -Deprecations -~~~~~~~~~~~~ - -- Deprecated passing lists as ``key`` to :meth:`DataFrame.xs` and :meth:`Series.xs` (:issue:`41760`) .. _whatsnew_125.bug_fixes: diff --git a/doc/source/whatsnew/v1.3.0.rst b/doc/source/whatsnew/v1.3.0.rst index f3c876bf73438..18cafe18ae393 100644 --- a/doc/source/whatsnew/v1.3.0.rst +++ b/doc/source/whatsnew/v1.3.0.rst @@ -707,6 +707,7 @@ Deprecations - Deprecated passing arguments as positional in :meth:`DataFrame.set_axis` and :meth:`Series.set_axis` (other than ``"labels"``) (:issue:`41485`) - Deprecated passing arguments as positional in :meth:`DataFrame.where` and :meth:`Series.where` (other than ``"cond"`` and ``"other"``) (:issue:`41485`) - Deprecated passing arguments as positional (other than ``filepath_or_buffer``) in :func:`read_csv` (:issue:`41485`) +- Deprecated passing lists as ``key`` to :meth:`DataFrame.xs` and :meth:`Series.xs` (:issue:`41760`) - Deprecated passing arguments as positional in :meth:`DataFrame.drop` (other than ``"labels"``) and :meth:`Series.drop` (:issue:`41485`) - Deprecated passing arguments as positional (other than ``filepath_or_buffer``) in :func:`read_table` (:issue:`41485`)