Skip to content

Commit b121a57

Browse files
committed
docs
1 parent bec0586 commit b121a57

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/source/whatsnew/v0.20.0.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ Highlights include:
2121
- Support for S3 handling now uses ``s3fs``, see :ref:`here <whatsnew_0200.api_breaking.s3>`
2222
- Google BigQuery support now uses the ``pandas-gbq`` library, see :ref:`here <whatsnew_0200.api_breaking.gbq>`
2323
- 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>`
2524

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>`.
2629

2730
Check the :ref:`API Changes <whatsnew_0200.api_breaking>` and :ref:`deprecations <whatsnew_0200.deprecations>` before updating.
2831

@@ -1312,8 +1315,8 @@ Modules Privacy Has Changed
13121315
^^^^^^^^^^^^^^^^^^^^^^^^^^^
13131316

13141317
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`)
13171320

13181321
.. csv-table::
13191322
:header: "Previous Location", "New Location", "Deprecated"

0 commit comments

Comments
 (0)