Skip to content

Commit e7addae

Browse files
committed
DOC: add release notes and bug fix notes
1 parent 06a154f commit e7addae

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

RELEASE.rst

+3
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ pandas 0.11.1
223223
- ``read_html`` now correctly skips tests (GH3741_)
224224
- Fix incorrect arguments passed to concat that are not list-like (e.g. concat(df1,df2)) (GH3481_)
225225
- Correctly parse when passed the ``dtype=str`` (or other variable-len string dtypes) in ``read_csv`` (GH3795_)
226+
- ``DataFrame.itertuples()`` now works with frames with duplicate column
227+
names (GH3873_)
226228

227229
.. _GH3164: https://github.com/pydata/pandas/issues/3164
228230
.. _GH2786: https://github.com/pydata/pandas/issues/2786
@@ -314,6 +316,7 @@ pandas 0.11.1
314316
.. _GH3795: https://github.com/pydata/pandas/issues/3795
315317
.. _GH3814: https://github.com/pydata/pandas/issues/3814
316318
.. _GH3834: https://github.com/pydata/pandas/issues/3834
319+
.. _GH3873: https://github.com/pydata/pandas/issues/3873
317320

318321

319322
pandas 0.11.0

doc/source/v0.11.1.txt

+3
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,8 @@ Bug Fixes
349349

350350
- ``DataFrame.from_records`` did not accept empty recarrays (GH3682_)
351351
- ``read_html`` now correctly skips tests (GH3741_)
352+
- ``DataFrame.itertuples()`` now works with frames with duplicate column
353+
names (GH3873_)
352354

353355
See the `full release notes
354356
<https://github.com/pydata/pandas/blob/master/RELEASE.rst>`__ or issue tracker
@@ -399,3 +401,4 @@ on GitHub for a complete list.
399401
.. _GH3726: https://github.com/pydata/pandas/issues/3726
400402
.. _GH3425: https://github.com/pydata/pandas/issues/3425
401403
.. _GH3834: https://github.com/pydata/pandas/issues/3834
404+
.. _GH3873: https://github.com/pydata/pandas/issues/3873

0 commit comments

Comments
 (0)