Skip to content

Commit 8633e6f

Browse files
committed
DOC add blanklines to release to reduce merge conflicts
Apologies if this itself causes a merge conflict!
1 parent c686c43 commit 8633e6f

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

doc/source/v0.14.1.txt

+84
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,20 @@ users upgrade to this version.
2727

2828
API changes
2929
~~~~~~~~~~~
30+
31+
32+
33+
34+
35+
36+
37+
38+
39+
40+
41+
42+
43+
3044
- Openpyxl now raises a ValueError on construction of the openpyxl writer
3145
instead of warning on pandas import (:issue:`7284`).
3246

@@ -58,6 +72,28 @@ There are no deprecations that are taking effect as of 0.14.1.
5872

5973
Enhancements
6074
~~~~~~~~~~~~
75+
76+
77+
78+
79+
80+
81+
82+
83+
84+
85+
86+
87+
88+
89+
90+
91+
92+
93+
94+
95+
96+
6197
- Tests for basic reading of public S3 buckets now exist (:issue:`7281`).
6298
- ``read_html`` now sports an ``encoding`` argument that is passed to the
6399
underlying parser library. You can use this to read non-ascii encoded web
@@ -79,13 +115,35 @@ Enhancements
79115
- Implemented ``sem`` (standard error of the mean) operation for ``Series``,
80116
``DataFrame``, ``Panel``, and ``Groupby`` (:issue:`6897`)
81117

118+
119+
120+
121+
122+
123+
124+
82125
.. _whatsnew_0141.performance:
83126

84127
Performance
85128
~~~~~~~~~~~
86129

130+
131+
132+
133+
134+
135+
136+
137+
87138
- Improvements in dtype inference for numeric operations involving yielding performance gains for dtypes: ``int64``, ``timedelta64``, ``datetime64`` (:issue:`7223`)
88139

140+
141+
142+
143+
144+
145+
146+
89147
Experimental
90148
~~~~~~~~~~~~
91149

@@ -96,6 +154,32 @@ There are no experimental changes in 0.14.1
96154
Bug Fixes
97155
~~~~~~~~~
98156

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+
99183
- Bug in ``Index.min`` and ``max`` doesn't handle ``nan`` and ``NaT`` properly (:issue:`7261`)
100184
- Bug in ``resample`` where ``fill_method`` was ignored if you passed ``how`` (:issue:`7261`)
101185
- Bug in ``TimeGrouper`` doesn't exclude column specified by ``key`` (:issue:`7227`)

0 commit comments

Comments
 (0)