File tree 1 file changed +84
-0
lines changed
1 file changed +84
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,20 @@ users upgrade to this version.
27
27
28
28
API changes
29
29
~~~~~~~~~~~
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
30
44
- Openpyxl now raises a ValueError on construction of the openpyxl writer
31
45
instead of warning on pandas import (:issue:`7284`).
32
46
@@ -58,6 +72,28 @@ There are no deprecations that are taking effect as of 0.14.1.
58
72
59
73
Enhancements
60
74
~~~~~~~~~~~~
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
61
97
- Tests for basic reading of public S3 buckets now exist (:issue:`7281`).
62
98
- ``read_html`` now sports an ``encoding`` argument that is passed to the
63
99
underlying parser library. You can use this to read non-ascii encoded web
@@ -79,13 +115,35 @@ Enhancements
79
115
- Implemented ``sem`` (standard error of the mean) operation for ``Series``,
80
116
``DataFrame``, ``Panel``, and ``Groupby`` (:issue:`6897`)
81
117
118
+
119
+
120
+
121
+
122
+
123
+
124
+
82
125
.. _whatsnew_0141.performance:
83
126
84
127
Performance
85
128
~~~~~~~~~~~
86
129
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
87
138
- Improvements in dtype inference for numeric operations involving yielding performance gains for dtypes: ``int64``, ``timedelta64``, ``datetime64`` (:issue:`7223`)
88
139
140
+
141
+
142
+
143
+
144
+
145
+
146
+
89
147
Experimental
90
148
~~~~~~~~~~~~
91
149
@@ -96,6 +154,32 @@ There are no experimental changes in 0.14.1
96
154
Bug Fixes
97
155
~~~~~~~~~
98
156
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
99
183
- Bug in ``Index.min`` and ``max`` doesn't handle ``nan`` and ``NaT`` properly (:issue:`7261`)
100
184
- Bug in ``resample`` where ``fill_method`` was ignored if you passed ``how`` (:issue:`7261`)
101
185
- Bug in ``TimeGrouper`` doesn't exclude column specified by ``key`` (:issue:`7227`)
You can’t perform that action at this time.
0 commit comments