Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac7dd25

Browse files
author
y-p
committed
DOC: update RELEASE.rst
1 parent b8e61d4 commit ac7dd25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ pandas 0.11.0
257257
- fixed bug in the pickling of PeriodIndex (GH2891_)
258258
- Upcast/split blocks when needed in a mixed DataFrame when setitem
259259
with an indexer (GH3216_)
260+
- Invoking df.applymap on a dataframe with dupe cols now raises a ValueError (GH2786_)
260261

261262
.. _GH622: https://github.com/pydata/pandas/issues/622
262263
.. _GH797: https://github.com/pydata/pandas/issues/797
@@ -291,6 +292,7 @@ pandas 0.11.0
291292
.. _GH2776: https://github.com/pydata/pandas/issues/2776
292293
.. _GH2778: https://github.com/pydata/pandas/issues/2778
293294
.. _GH2781: https://github.com/pydata/pandas/issues/2781
295+
.. _GH2786: https://github.com/pydata/pandas/issues/2786
294296
.. _GH2787: https://github.com/pydata/pandas/issues/2787
295297
.. _GH2437: https://github.com/pydata/pandas/issues/2437
296298
.. _GH2753: https://github.com/pydata/pandas/issues/2753

0 commit comments

Comments
 (0)