You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some new subpackages are created with public functionality that is not directly
@@ -1254,6 +1254,8 @@ these are now the public subpackages.
1254
1254
1255
1255
- The function :func:`~pandas.api.types.union_categoricals` is now importable from ``pandas.api.types``, formerly from ``pandas.types.concat`` (:issue:`15998`)
1256
1256
- 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.tools.hashing`` deprecated from that locations, but are now importable from ``pandas.util`` (:issue:`16223`)
1258
+
- The modules in ``pandas.util``: ``decorators``, ``print_versions``, ``doctools``, `validators``, ``depr_module`` are now private (:issue:`16223`)
1257
1259
1258
1260
.. _whatsnew_0200.privacy.errors:
1259
1261
@@ -1278,7 +1280,7 @@ The following are now part of this API:
1278
1280
'UnsupportedFunctionCall']
1279
1281
1280
1282
1281
-
.. _whatsnew_0200.privay.testing:
1283
+
.. _whatsnew_0200.privacy.testing:
1282
1284
1283
1285
``pandas.testing``
1284
1286
^^^^^^^^^^^^^^^^^^
@@ -1292,14 +1294,13 @@ The following testing functions are now part of this API:
1292
1294
- :func:`testing.assert_index_equal`
1293
1295
1294
1296
1295
-
.. _whatsnew_0200.privay.plotting:
1297
+
.. _whatsnew_0200.privacy.plotting:
1296
1298
1297
1299
``pandas.plotting``
1298
1300
^^^^^^^^^^^^^^^^^^^
1299
1301
1300
1302
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.
0 commit comments