1
- .. _ whatsnew_160 :
1
+ .. _ whatsnew_200 :
2
2
3
- What's new in 1.6 .0 (??)
3
+ What's new in 2.0 .0 (??)
4
4
------------------------
5
5
6
- These are the changes in pandas 1.6 .0. See :ref: `release ` for a full changelog
6
+ These are the changes in pandas 2.0 .0. See :ref: `release ` for a full changelog
7
7
including other versions of pandas.
8
8
9
9
{{ header }}
10
10
11
11
.. ---------------------------------------------------------------------------
12
- .. _ whatsnew_160 .enhancements :
12
+ .. _ whatsnew_200 .enhancements :
13
13
14
14
Enhancements
15
15
~~~~~~~~~~~~
16
16
17
- .. _ whatsnew_160 .enhancements.enhancement1 :
17
+ .. _ whatsnew_200 .enhancements.enhancement1 :
18
18
19
19
enhancement1
20
20
^^^^^^^^^^^^
21
21
22
- .. _ whatsnew_160 .enhancements.enhancement2 :
22
+ .. _ whatsnew_200 .enhancements.enhancement2 :
23
23
24
24
enhancement2
25
25
^^^^^^^^^^^^
26
26
27
- .. _ whatsnew_160 .enhancements.other :
27
+ .. _ whatsnew_200 .enhancements.other :
28
28
29
29
Other enhancements
30
30
^^^^^^^^^^^^^^^^^^
@@ -39,14 +39,14 @@ Other enhancements
39
39
-
40
40
41
41
.. ---------------------------------------------------------------------------
42
- .. _ whatsnew_160 .notable_bug_fixes :
42
+ .. _ whatsnew_200 .notable_bug_fixes :
43
43
44
44
Notable bug fixes
45
45
~~~~~~~~~~~~~~~~~
46
46
47
47
These are bug fixes that might have notable behavior changes.
48
48
49
- .. _ whatsnew_160 .notable_bug_fixes.notable_bug_fix1 :
49
+ .. _ whatsnew_200 .notable_bug_fixes.notable_bug_fix1 :
50
50
51
51
:meth: `.GroupBy.cumsum ` and :meth: `.GroupBy.cumprod ` overflow instead of lossy casting to float
52
52
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -76,18 +76,18 @@ We return incorrect results with the 6th value.
76
76
77
77
We overflow with the 7th value, but the 6th value is still correct.
78
78
79
- .. _ whatsnew_160 .notable_bug_fixes.notable_bug_fix2 :
79
+ .. _ whatsnew_200 .notable_bug_fixes.notable_bug_fix2 :
80
80
81
81
notable_bug_fix2
82
82
^^^^^^^^^^^^^^^^
83
83
84
84
.. ---------------------------------------------------------------------------
85
- .. _ whatsnew_160 .api_breaking :
85
+ .. _ whatsnew_200 .api_breaking :
86
86
87
87
Backwards incompatible API changes
88
88
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
89
89
90
- .. _ whatsnew_160 .api_breaking.deps :
90
+ .. _ whatsnew_200 .api_breaking.deps :
91
91
92
92
Increased minimum versions for dependencies
93
93
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -112,7 +112,7 @@ Optional libraries below the lowest tested version may still work, but are not c
112
112
113
113
See :ref: `install.dependencies ` and :ref: `install.optional_dependencies ` for more.
114
114
115
- .. _ whatsnew_160 .api_breaking.other :
115
+ .. _ whatsnew_200 .api_breaking.other :
116
116
117
117
Other API changes
118
118
^^^^^^^^^^^^^^^^^
@@ -125,15 +125,15 @@ Other API changes
125
125
-
126
126
127
127
.. ---------------------------------------------------------------------------
128
- .. _ whatsnew_160 .deprecations :
128
+ .. _ whatsnew_200 .deprecations :
129
129
130
130
Deprecations
131
131
~~~~~~~~~~~~
132
132
-
133
133
-
134
134
135
135
.. ---------------------------------------------------------------------------
136
- .. _ whatsnew_160 .performance :
136
+ .. _ whatsnew_200 .performance :
137
137
138
138
Performance improvements
139
139
~~~~~~~~~~~~~~~~~~~~~~~~
@@ -160,7 +160,7 @@ Performance improvements
160
160
- Performance improvement in :class: `DataFrameGroupBy ` and :class: `SeriesGroupBy ` when ``by `` is a categorical type and ``sort=False `` (:issue: `48976 `)
161
161
162
162
.. ---------------------------------------------------------------------------
163
- .. _ whatsnew_160 .bug_fixes :
163
+ .. _ whatsnew_200 .bug_fixes :
164
164
165
165
Bug fixes
166
166
~~~~~~~~~
@@ -297,7 +297,7 @@ Other
297
297
-
298
298
299
299
.. ---------------------------------------------------------------------------
300
- .. _ whatsnew_160 .contributors :
300
+ .. _ whatsnew_200 .contributors :
301
301
302
302
Contributors
303
303
~~~~~~~~~~~~
0 commit comments