File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ pandas 0.11.1
200
200
- Fix file tokenization error with \r delimiter and quoted fields (GH3453 _)
201
201
- Groupby transform with item-by-item not upcasting correctly (GH3740 _)
202
202
- Incorrectly read a HDFStore multi-index Frame witha column specification (GH3748 _)
203
+ - ``read_html `` now correctly skips tests (GH3741 _)
203
204
204
205
.. _GH3164 : https://github.com/pydata/pandas/issues/3164
205
206
.. _GH2786 : https://github.com/pydata/pandas/issues/2786
@@ -284,6 +285,7 @@ pandas 0.11.1
284
285
.. _GH3733 : https://github.com/pydata/pandas/issues/3733
285
286
.. _GH3740 : https://github.com/pydata/pandas/issues/3740
286
287
.. _GH3748 : https://github.com/pydata/pandas/issues/3748
288
+ .. _GH3741 : https://github.com/pydata/pandas/issues/3741
287
289
288
290
pandas 0.11.0
289
291
=============
Original file line number Diff line number Diff line change @@ -294,6 +294,7 @@ Bug Fixes
294
294
- Allow insert/delete to non-unique columns (GH3679_)
295
295
296
296
- ``DataFrame.from_records`` did not accept empty recarrays (GH3682_)
297
+ - ``read_html`` now correctly skips tests (GH3741_)
297
298
298
299
See the `full release notes
299
300
<https://github.com/pydata/pandas/blob/master/RELEASE.rst>`__ or issue tracker
@@ -340,3 +341,4 @@ on GitHub for a complete list.
340
341
.. _GH3691: https://github.com/pydata/pandas/issues/3691
341
342
.. _GH3696: https://github.com/pydata/pandas/issues/3696
342
343
.. _GH3667: https://github.com/pydata/pandas/issues/3667
344
+ .. _GH3741: https://github.com/pydata/pandas/issues/3741
You can’t perform that action at this time.
0 commit comments