@@ -126,9 +126,9 @@ API Changes
126
126
DataFrame returned by ``GroupBy.apply `` (:issue: `6124 `). This facilitates
127
127
``DataFrame.stack `` operations where the name of the column index is used as
128
128
the name of the inserted column containing the pivoted data.
129
-
130
- - The :func: `pivot_table `/:meth: `DataFrame.pivot_table ` and :func: `crosstab ` functions
131
- now take arguments ``index `` and ``columns `` instead of ``rows `` and ``cols ``. A
129
+
130
+ - The :func: `pivot_table `/:meth: `DataFrame.pivot_table ` and :func: `crosstab ` functions
131
+ now take arguments ``index `` and ``columns `` instead of ``rows `` and ``cols ``. A
132
132
``FutureWarning `` is raised to alert that the old ``rows `` and ``cols `` arguments
133
133
will not be supported in a future release (:issue: `5505 `)
134
134
@@ -175,7 +175,7 @@ Improvements to existing features
175
175
- ``StataWriter `` and ``DataFrame.to_stata `` accept time stamp and data labels (:issue: `6545 `)
176
176
- offset/freq info now in Timestamp __repr__ (:issue: `4553 `)
177
177
- Support passing ``encoding `` with xlwt (:issue: `3710 `)
178
- - Performance improvement when converting ``DatetimeIndex `` to floating ordinals
178
+ - Performance improvement when converting ``DatetimeIndex `` to floating ordinals
179
179
using ``DatetimeConverter `` (:issue: `6636 `)
180
180
181
181
.. _release.bug_fixes-0.14.0 :
@@ -259,6 +259,7 @@ Bug Fixes
259
259
- Bug in ``iloc `` indexing when positional indexer matched Int64Index of corresponding axis no reordering happened (:issue: `6612 `)
260
260
- Bug in ``fillna `` with ``limit `` and ``value `` specified
261
261
- Bug in ``DataFrame.to_stata `` when columns have non-string names (:issue: `4558 `)
262
+ - Bug in compat with ``np.compress ``, surfaced in (:issue: `6658 `)
262
263
263
264
pandas 0.13.1
264
265
-------------
0 commit comments