Skip to content

Commit a88dde0

Browse files
committed
DOC: add release notes and whatsnew
1 parent 1421122 commit a88dde0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

RELEASE.rst

+2
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ pandas 0.11.1
200200
- Fix file tokenization error with \r delimiter and quoted fields (GH3453_)
201201
- Groupby transform with item-by-item not upcasting correctly (GH3740_)
202202
- Incorrectly read a HDFStore multi-index Frame witha column specification (GH3748_)
203+
- ``read_html`` now correctly skips tests (GH3741_)
203204

204205
.. _GH3164: https://github.com/pydata/pandas/issues/3164
205206
.. _GH2786: https://github.com/pydata/pandas/issues/2786
@@ -284,6 +285,7 @@ pandas 0.11.1
284285
.. _GH3733: https://github.com/pydata/pandas/issues/3733
285286
.. _GH3740: https://github.com/pydata/pandas/issues/3740
286287
.. _GH3748: https://github.com/pydata/pandas/issues/3748
288+
.. _GH3741: https://github.com/pydata/pandas/issues/3741
287289

288290
pandas 0.11.0
289291
=============

doc/source/v0.11.1.txt

+2
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ Bug Fixes
294294
- Allow insert/delete to non-unique columns (GH3679_)
295295

296296
- ``DataFrame.from_records`` did not accept empty recarrays (GH3682_)
297+
- ``read_html`` now correctly skips tests (GH3741_)
297298

298299
See the `full release notes
299300
<https://github.com/pydata/pandas/blob/master/RELEASE.rst>`__ or issue tracker
@@ -340,3 +341,4 @@ on GitHub for a complete list.
340341
.. _GH3691: https://github.com/pydata/pandas/issues/3691
341342
.. _GH3696: https://github.com/pydata/pandas/issues/3696
342343
.. _GH3667: https://github.com/pydata/pandas/issues/3667
344+
.. _GH3741: https://github.com/pydata/pandas/issues/3741

0 commit comments

Comments
 (0)