Skip to content

Commit

Permalink
Update Whatsnew
Browse files Browse the repository at this point in the history
  • Loading branch information
alexitkes committed Mar 31, 2020
1 parent 0cf1e2f commit 70359f6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions doc/source/whatsnew/v1.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,14 @@ Deprecations
- :meth:`Categorical.to_dense` is deprecated and will be removed in a future version, use ``np.asarray(cat)`` instead (:issue:`32639`)
- The ``fastpath`` keyword in the ``SingleBlockManager`` constructor is deprecated and will be removed in a future version (:issue:`33092`)

- Passing any arguments but `io` to :func:`read_html` as positional
arguments is deprecated since version 1.0. All other arguments should
be given as keyword arguments (:issue:`27573`).

- Passing any arguments but `path_or_buf` to :func:`read_json` as positional
arguments is deprecated since version 1.0. All other arguments should
be given as keyword arguments (:issue:`27573`).
- Passing any arguments but the first one to :func:`read_html` as
positional arguments is deprecated since version 1.1. All other
arguments should be given as keyword arguments (:issue:`27573`).

- Passing any arguments but `path_or_buf` (the first one) to
:func:`read_json` as positional arguments is deprecated since
version 1.1. All other arguments should be given as keyword
arguments (:issue:`27573`).

-

Expand Down

0 comments on commit 70359f6

Please sign in to comment.