@@ -126,9 +126,9 @@ API Changes
126126 DataFrame returned by ``GroupBy.apply `` (:issue: `6124 `). This facilitates
127127 ``DataFrame.stack `` operations where the name of the column index is used as
128128 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
132132 ``FutureWarning `` is raised to alert that the old ``rows `` and ``cols `` arguments
133133 will not be supported in a future release (:issue: `5505 `)
134134
@@ -175,7 +175,7 @@ Improvements to existing features
175175- ``StataWriter `` and ``DataFrame.to_stata `` accept time stamp and data labels (:issue: `6545 `)
176176- offset/freq info now in Timestamp __repr__ (:issue: `4553 `)
177177- 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
179179 using ``DatetimeConverter `` (:issue: `6636 `)
180180
181181.. _release.bug_fixes-0.14.0 :
@@ -259,6 +259,7 @@ Bug Fixes
259259- Bug in ``iloc `` indexing when positional indexer matched Int64Index of corresponding axis no reordering happened (:issue: `6612 `)
260260- Bug in ``fillna `` with ``limit `` and ``value `` specified
261261- Bug in ``DataFrame.to_stata `` when columns have non-string names (:issue: `4558 `)
262+ - Bug in compat with ``np.compress ``, surfaced in (:issue: `6658 `)
262263
263264pandas 0.13.1
264265-------------
0 commit comments