File tree 2 files changed +176
-0
lines changed
2 files changed +176
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ This is the list of changes to pandas between each release. For full details,
10
10
see the `commit logs <https://github.com/pandas-dev/pandas/commits/ >`_. For install and
11
11
upgrade instructions, see :ref: `install `.
12
12
13
+ Version 1.2
14
+ -----------
15
+
16
+ .. toctree ::
17
+ :maxdepth: 2
18
+
19
+ v1.2.0
20
+
13
21
Version 1.1
14
22
-----------
15
23
Original file line number Diff line number Diff line change
1
+ .. _whatsnew_120 :
2
+
3
+ What's new in 1.2.0 (??)
4
+ ------------------------
5
+
6
+ These are the changes in pandas 1.2.0. See :ref: `release ` for a full changelog
7
+ including other versions of pandas.
8
+
9
+ {{ header }}
10
+
11
+ .. ---------------------------------------------------------------------------
12
+
13
+ Enhancements
14
+ ~~~~~~~~~~~~
15
+
16
+ .. _whatsnew_120.enhancements.other :
17
+
18
+ Other enhancements
19
+ ^^^^^^^^^^^^^^^^^^
20
+
21
+ -
22
+ -
23
+
24
+
25
+ .. ---------------------------------------------------------------------------
26
+
27
+ .. _whatsnew_120.deprecations :
28
+
29
+ Deprecations
30
+ ~~~~~~~~~~~~
31
+
32
+ -
33
+ -
34
+
35
+ .. ---------------------------------------------------------------------------
36
+
37
+
38
+ .. _whatsnew_120.performance :
39
+
40
+ Performance improvements
41
+ ~~~~~~~~~~~~~~~~~~~~~~~~
42
+
43
+ -
44
+ -
45
+
46
+ .. ---------------------------------------------------------------------------
47
+
48
+ .. _whatsnew_120.bug_fixes :
49
+
50
+ Bug fixes
51
+ ~~~~~~~~~
52
+
53
+
54
+ Categorical
55
+ ^^^^^^^^^^^
56
+
57
+ -
58
+ -
59
+
60
+ Datetimelike
61
+ ^^^^^^^^^^^^
62
+ -
63
+ -
64
+
65
+ Timedelta
66
+ ^^^^^^^^^
67
+
68
+ -
69
+ -
70
+
71
+ Timezones
72
+ ^^^^^^^^^
73
+
74
+ -
75
+ -
76
+
77
+
78
+ Numeric
79
+ ^^^^^^^
80
+ -
81
+ -
82
+
83
+ Conversion
84
+ ^^^^^^^^^^
85
+
86
+ -
87
+ -
88
+
89
+ Strings
90
+ ^^^^^^^
91
+
92
+ -
93
+ -
94
+
95
+
96
+ Interval
97
+ ^^^^^^^^
98
+
99
+ -
100
+ -
101
+
102
+ Indexing
103
+ ^^^^^^^^
104
+
105
+ -
106
+ -
107
+
108
+ Missing
109
+ ^^^^^^^
110
+
111
+ -
112
+ -
113
+
114
+ MultiIndex
115
+ ^^^^^^^^^^
116
+
117
+ -
118
+ -
119
+
120
+ I/O
121
+ ^^^
122
+
123
+ -
124
+ -
125
+
126
+ Plotting
127
+ ^^^^^^^^
128
+
129
+ -
130
+ -
131
+
132
+ Groupby/resample/rolling
133
+ ^^^^^^^^^^^^^^^^^^^^^^^^
134
+
135
+ -
136
+ -
137
+
138
+
139
+ Reshaping
140
+ ^^^^^^^^^
141
+
142
+ -
143
+ -
144
+
145
+ Sparse
146
+ ^^^^^^
147
+
148
+ -
149
+ -
150
+
151
+ ExtensionArray
152
+ ^^^^^^^^^^^^^^
153
+
154
+ -
155
+ -
156
+
157
+
158
+ Other
159
+ ^^^^^
160
+ -
161
+ -
162
+
163
+ .. ---------------------------------------------------------------------------
164
+
165
+ .. _whatsnew_120.contributors :
166
+
167
+ Contributors
168
+ ~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments