@@ -21,8 +21,11 @@ Highlights include:
21
21
- Support for S3 handling now uses ``s3fs``, see :ref:`here <whatsnew_0200.api_breaking.s3>`
22
22
- Google BigQuery support now uses the ``pandas-gbq`` library, see :ref:`here <whatsnew_0200.api_breaking.gbq>`
23
23
- Switched the test framework to use `pytest <http://doc.pytest.org/en/latest>`__ (:issue:`13097`)
24
- - The ``pandas.tools.plotting`` module has been deprecated, moved to ``pandas.plotting``. See :ref:`here <whatsnew_0200.privacy.plotting>`
25
24
25
+ .. warning::
26
+
27
+ Pandas has changed the internal structure and layout of the codebase.
28
+ This can affect imports that are not from the top-level ``pandas.*`` namespace, please see the changes :ref:`here <whatsnew_0200.privacy>`.
26
29
27
30
Check the :ref:`API Changes <whatsnew_0200.api_breaking>` and :ref:`deprecations <whatsnew_0200.deprecations>` before updating.
28
31
@@ -1312,8 +1315,8 @@ Modules Privacy Has Changed
1312
1315
^^^^^^^^^^^^^^^^^^^^^^^^^^^
1313
1316
1314
1317
Some formerly public python/c/c++/cython extension modules have been moved and/or renamed. These are all removed from the public API.
1315
- Further more , the ``pandas.core``, ``pandas.io``, and ``pandas.util`` top-level modules are now considered to be PRIVATE.
1316
- If indicated, a deprecation warning will be issued if you reference that module . (:issue:`12588`)
1318
+ Furthermore , the ``pandas.core``, ``pandas.io``, and ``pandas.util`` top-level modules are now considered to be PRIVATE.
1319
+ If indicated, a deprecation warning will be issued if you reference theses modules . (:issue:`12588`)
1317
1320
1318
1321
.. csv-table::
1319
1322
:header: "Previous Location", "New Location", "Deprecated"
0 commit comments