Skip to content

Commit 2bdb355

Browse files
DOC: add note about many removals in pandas 1.0 (#30865)
1 parent df75ea6 commit 2bdb355

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

doc/source/whatsnew/v1.0.0.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ What's new in 1.0.0 (??)
66
These are the changes in pandas 1.0.0. See :ref:`release` for a full changelog
77
including other versions of pandas.
88

9+
.. note::
10+
11+
The pandas 1.0 release removed a lot of functionality that was deprecated
12+
in previous releases (see :ref:`below <whatsnew_100.prior_deprecations>`
13+
for an overview). It is recommended to first upgrade to pandas 0.25 and to
14+
ensure your code is working without warnings, before upgrading to pandas
15+
1.0.
16+
17+
918
New Deprecation Policy
1019
~~~~~~~~~~~~~~~~~~~~~~
1120

@@ -14,7 +23,7 @@ version releases. Briefly,
1423

1524
* Deprecations will be introduced in minor releases (e.g. 1.1.0, 1.2.0, 2.1.0, ...)
1625
* Deprecations will be enforced in major releases (e.g. 1.0.0, 2.0.0, 3.0.0, ...)
17-
* API-breaking changes will be made only in major releases
26+
* API-breaking changes will be made only in major releases (except for experimental features)
1827

1928
See :ref:`policies.version` for more.
2029

0 commit comments

Comments
 (0)