File tree 1 file changed +10
-1
lines changed 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 (??)
6
6
These are the changes in pandas 1.0.0. See :ref: `release ` for a full changelog
7
7
including other versions of pandas.
8
8
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
+
9
18
New Deprecation Policy
10
19
~~~~~~~~~~~~~~~~~~~~~~
11
20
@@ -14,7 +23,7 @@ version releases. Briefly,
14
23
15
24
* Deprecations will be introduced in minor releases (e.g. 1.1.0, 1.2.0, 2.1.0, ...)
16
25
* 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)
18
27
19
28
See :ref: `policies.version ` for more.
20
29
You can’t perform that action at this time.
0 commit comments