File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ What's new in 1.0.0 (??)
66These are the changes in pandas 1.0.0. See :ref: `release ` for a full changelog
77including 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+
918New 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
1928See :ref: `policies.version ` for more.
2029
You can’t perform that action at this time.
0 commit comments