File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -944,7 +944,7 @@ Removal of prior version deprecations/changes
944
944
- Disallow passing non-keyword arguments to :meth: `DataFrame.where ` and :meth: `Series.where ` except for ``cond `` and ``other `` (:issue: `41523 `)
945
945
- Disallow passing non-keyword arguments to :meth: `Series.set_axis ` and :meth: `DataFrame.set_axis ` except for ``labels `` (:issue: `41491 `)
946
946
- Disallow passing non-keyword arguments to :meth: `Series.rename_axis ` and :meth: `DataFrame.rename_axis ` except for ``mapper `` (:issue: `47587 `)
947
- - Disallow passing non-keyword arguments to :meth: `Series.clip ` and :meth: `DataFrame.clip ` (:issue: `41511 `)
947
+ - Disallow passing non-keyword arguments to :meth: `Series.clip ` and :meth: `DataFrame.clip ` except `` lower `` and `` upper `` (:issue: `41511 `)
948
948
- Disallow passing non-keyword arguments to :meth: `Series.bfill `, :meth: `Series.ffill `, :meth: `DataFrame.bfill ` and :meth: `DataFrame.ffill ` (:issue: `41508 `)
949
949
- Disallow passing non-keyword arguments to :meth: `DataFrame.replace `, :meth: `Series.replace ` except for ``to_replace `` and ``value `` (:issue: `47587 `)
950
950
- Disallow passing non-keyword arguments to :meth: `DataFrame.sort_values ` except for ``by `` (:issue: `41505 `)
You can’t perform that action at this time.
0 commit comments