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`)
1035
-
1036
1003
.. _whatsnew_0200.api_breaking.sort_index:
1037
1004
1038
1005
DataFrame.sort_index changes
@@ -1338,6 +1305,44 @@ Other API Changes
1338
1305
Development Changes
1339
1306
~~~~~~~~~~~~~~~~~~~
1340
1307
1308
+
.. _whatsnew_0200.develop.privacy:
1309
+
1310
+
Modules Privacy Has Changed
1311
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^
1312
+
1313
+
Some formerly public python/c/c++/cython extension modules have been moved and/or renamed. These are all removed from the public API.
1314
+
Further more, the ``pandas.core``, ``pandas.io``, and ``pandas.util`` top-level modules are now considered to be PRIVATE.
1315
+
If indicated, a deprecation warning will be issued if you reference that module. (:issue:`12588`)
1316
+
1317
+
.. csv-table::
1318
+
: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`)
1340
+
1341
+
.. _whatsnew_0200.develop.other:
1342
+
1343
+
Other Changes
1344
+
^^^^^^^^^^^^^
1345
+
1341
1346
- Building pandas for development now requires ``cython >= 0.23`` (:issue:`14831`)
1342
1347
- Require at least 0.23 version of cython to avoid problems with character encodings (:issue:`14699`)
1343
1348
- Reorganization of timeseries tests (:issue:`14854`)
0 commit comments