Skip to content

Commit 4ccba4d

Browse files
committed
DOC: release notes for melt
1 parent 4c12848 commit 4ccba4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RELEASE.rst

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ pandas 0.11.1
6363
- Add modulo operator to Series, DataFrame
6464
- Add ``date`` method to DatetimeIndex
6565
- Simplified the API and added a describe method to Categorical
66+
- ``melt`` now accepts the optional parameters ``var_name`` and ``value_name``
67+
to specify custom column names of the returned DataFrame (GH3649_),
68+
thanks @hoechenberger
6669

6770
**API Changes**
6871

@@ -217,6 +220,7 @@ pandas 0.11.1
217220
.. _GH3605: https://github.com/pydata/pandas/issues/3605
218221
.. _GH3606: https://github.com/pydata/pandas/issues/3606
219222
.. _GH3659: https://github.com/pydata/pandas/issues/3659
223+
.. _GH3649: https://github.com/pydata/pandas/issues/3649
220224
.. _Gh3616: https://github.com/pydata/pandas/issues/3616
221225

222226
pandas 0.11.0

0 commit comments

Comments
 (0)