Skip to content

Commit 251ba47

Browse files
committed
Update Whatsnew
1 parent 40a0674 commit 251ba47

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

doc/source/whatsnew/v1.1.0.rst

+8-7
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,14 @@ Deprecations
257257
- :meth:`Categorical.to_dense` is deprecated and will be removed in a future version, use ``np.asarray(cat)`` instead (:issue:`32639`)
258258
- The ``fastpath`` keyword in the ``SingleBlockManager`` constructor is deprecated and will be removed in a future version (:issue:`33092`)
259259

260-
- Passing any arguments but `io` to :func:`read_html` as positional
261-
arguments is deprecated since version 1.0. All other arguments should
262-
be given as keyword arguments (:issue:`27573`).
263-
264-
- Passing any arguments but `path_or_buf` to :func:`read_json` as positional
265-
arguments is deprecated since version 1.0. All other arguments should
266-
be given as keyword arguments (:issue:`27573`).
260+
- Passing any arguments but the first one to :func:`read_html` as
261+
positional arguments is deprecated since version 1.1. All other
262+
arguments should be given as keyword arguments (:issue:`27573`).
263+
264+
- Passing any arguments but `path_or_buf` (the first one) to
265+
:func:`read_json` as positional arguments is deprecated since
266+
version 1.1. All other arguments should be given as keyword
267+
arguments (:issue:`27573`).
267268

268269
-
269270

0 commit comments

Comments
 (0)