Skip to content

Commit 4fc78a4

Browse files
committed
DOC: release notes
1 parent 5f42b95 commit 4fc78a4

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
@@ -52,6 +52,7 @@ pandas 0.10.1
5252
- added method ``unique`` to select the unique values in an indexable or data column
5353
- Add ``logx`` option to DataFrame/Series.plot (GH2327_, #2565)
5454
- Support reading gzipped data from file-like object
55+
- ``pivot_table`` aggfunc can be anything used in GroupBy.aggregate (GH2643_)
5556

5657
**Bug fixes**
5758

@@ -86,6 +87,7 @@ pandas 0.10.1
8687
.. _GH2604: https://github.com/pydata/pandas/issues/2604
8788
.. _GH2616: https://github.com/pydata/pandas/issues/2616
8889
.. _GH2625: https://github.com/pydata/pandas/issues/2625
90+
.. _GH2643: https://github.com/pydata/pandas/issues/2643
8991

9092
pandas 0.10.0
9193
=============

0 commit comments

Comments
 (0)