Skip to content

Commit e977450

Browse files
committed
docs
1 parent b1aa28c commit e977450

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/source/whatsnew/v0.20.0.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ If indicated, a deprecation warning will be issued if you reference theses modul
12381238
"pandas.types", "pandas.core.dtypes", ""
12391239
"pandas.io.sas.saslib", "pandas.io.sas.libsas", ""
12401240
"pandas._join", "pandas._libs.join", ""
1241-
"pandas._hash", "pandas.util._hashing", ""
1241+
"pandas._hash", "pandas._libs.hashing", ""
12421242
"pandas._period", "pandas._libs.period", ""
12431243
"pandas._sparse", "pandas.core.sparse.libsparse", ""
12441244
"pandas._testing", "pandas.util._testing", ""
@@ -1254,6 +1254,8 @@ these are now the public subpackages.
12541254

12551255
- The function :func:`~pandas.api.types.union_categoricals` is now importable from ``pandas.api.types``, formerly from ``pandas.types.concat`` (:issue:`15998`)
12561256
- The type import ``pandas.tslib.NaTType`` is deprecated and can be replaced by using ``type(pandas.NaT)`` (:issue:`16146`)
1257+
- The public functions in ``pandas.util.hashing`` deprecated from that locations, but are now importable from ``pandas.util`` (:issue:``)
1258+
- The modules in ``pandas.util``: ``decorators``, ``print_versions``, ``doctools``, `validators``, ``depr_module`` are now private (:issue:``)
12571259

12581260
.. _whatsnew_0200.privacy.errors:
12591261

@@ -1278,7 +1280,7 @@ The following are now part of this API:
12781280
'UnsupportedFunctionCall']
12791281

12801282

1281-
.. _whatsnew_0200.privay.testing:
1283+
.. _whatsnew_0200.privacy.testing:
12821284

12831285
``pandas.testing``
12841286
^^^^^^^^^^^^^^^^^^
@@ -1292,14 +1294,13 @@ The following testing functions are now part of this API:
12921294
- :func:`testing.assert_index_equal`
12931295

12941296

1295-
.. _whatsnew_0200.privay.plotting:
1297+
.. _whatsnew_0200.privacy.plotting:
12961298

12971299
``pandas.plotting``
12981300
^^^^^^^^^^^^^^^^^^^
12991301

13001302
A new public ``pandas.plotting`` module has been added that holds plotting functionality that was previously in either ``pandas.tools.plotting`` or in the top-level namespace. See the :ref:`deprecations sections <whatsnew_0200.privacy.deprecate_plotting>` for more details.
13011303

1302-
13031304
.. _whatsnew_0200.privacy.development:
13041305

13051306
Other Development Changes

0 commit comments

Comments
 (0)