File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,9 @@ pandas 0.11.1
63
63
- Add modulo operator to Series, DataFrame
64
64
- Add ``date `` method to DatetimeIndex
65
65
- 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
66
69
67
70
**API Changes **
68
71
@@ -217,6 +220,7 @@ pandas 0.11.1
217
220
.. _GH3605 : https://github.com/pydata/pandas/issues/3605
218
221
.. _GH3606 : https://github.com/pydata/pandas/issues/3606
219
222
.. _GH3659 : https://github.com/pydata/pandas/issues/3659
223
+ .. _GH3649 : https://github.com/pydata/pandas/issues/3649
220
224
.. _Gh3616 : https://github.com/pydata/pandas/issues/3616
221
225
222
226
pandas 0.11.0
You can’t perform that action at this time.
0 commit comments