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
- The function :func:`~pandas.api.type.union_categoricals` is now importable from ``pandas.api.types``, formerly from ``pandas.types.concat`` (:issue:`15998`)
1061
-
1062
1029
.. _whatsnew_0200.api_breaking.sort_index:
1063
1030
1064
1031
DataFrame.sort_index changes
@@ -1364,6 +1331,44 @@ Other API Changes
1364
1331
Development Changes
1365
1332
~~~~~~~~~~~~~~~~~~~
1366
1333
1334
+
.. _whatsnew_0200.develop.privacy:
1335
+
1336
+
Modules Privacy Has Changed
1337
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^
1338
+
1339
+
Some formerly public python/c/c++/cython extension modules have been moved and/or renamed. These are all removed from the public API.
1340
+
Further more, the ``pandas.core``, ``pandas.io``, and ``pandas.util`` top-level modules are now considered to be PRIVATE.
1341
+
If indicated, a deprecation warning will be issued if you reference that module. (:issue:`12588`)
1342
+
1343
+
.. csv-table::
1344
+
:header: "Previous Location", "New Location", "Deprecated"
- The function :func:`~pandas.api.type.union_categoricals` is now importable from ``pandas.api.types``, formerly from ``pandas.types.concat`` (:issue:`15998`)
1366
+
1367
+
.. _whatsnew_0200.develop.other:
1368
+
1369
+
Other Changes
1370
+
^^^^^^^^^^^^^
1371
+
1367
1372
- Building pandas for development now requires ``cython >= 0.23`` (:issue:`14831`)
1368
1373
- Require at least 0.23 version of cython to avoid problems with character encodings (:issue:`14699`)
1369
1374
- Reorganization of timeseries tests (:issue:`14854`)
0 commit comments