Skip to content

Commit 0e10067

Browse files
author
Sky NSS
committed
Added what's new
1 parent 6c7c4aa commit 0e10067

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v0.21.0.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ Other Enhancements
4040
- :func:`DataFrame.clip()` and :func:`Series.clip()` have gained an ``inplace`` argument. (:issue:`15388`)
4141
- :func:`crosstab` has gained a ``margins_name`` parameter to define the name of the row / column that will contain the totals when ``margins=True``. (:issue:`15972`)
4242
- :func:`Dataframe.select_dtypes` now accepts scalar values for include/exclude as well as list-like. (:issue:`16855`)
43-
43+
- :func:`read_csv` `read_html` `read_json` `read_html` now accept auth in url //<user>:<password>@<host>:<port>/<url-path>, or ``auth`` tuple (username, password) parameter
44+
- :func:`read_csv` `read_html` `read_json` `read_html` now accept ``verify_ssl`` False to disable https/ssl certificate verification (eg: self signed ssl certs in testing)
4445
.. _whatsnew_0210.api_breaking:
4546

4647
Backwards incompatible API changes

0 commit comments

Comments
 (0)