From 0c0180fc4d8eecd4f5720b806fb80dcdc60cbd44 Mon Sep 17 00:00:00 2001 From: y-p Date: Tue, 21 May 2013 14:19:54 +0300 Subject: [PATCH] DOC: update RELEASE.rst PTF --- RELEASE.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE.rst b/RELEASE.rst index c2d4154bf2587..18468ebcd3f4c 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -63,6 +63,7 @@ pandas 0.11.1 - Add modulo operator to Series, DataFrame - Add ``date`` method to DatetimeIndex - Simplified the API and added a describe method to Categorical + - Added Faq section on repr display options, to help users customize their setup. **API Changes** @@ -85,6 +86,8 @@ pandas 0.11.1 - Raise on ``iloc`` when boolean indexing with a label based indexer mask e.g. a boolean Series, even with integer labels, will raise. Since ``iloc`` is purely positional based, the labels on the Series are not alignable (GH3631_) + - Deprecated display.height, display.width is now only a formatting option + does not control triggering of summary, simuliar to < 0.11.0. **Bug Fixes** @@ -140,6 +143,7 @@ pandas 0.11.1 - Fix ``read_csv`` to correctly encode identical na_values, e.g. ``na_values=[-999.0,-999]`` was failing (GH3611_) - Disable HTML output in qtconsole again. (GH3657_) + - Reworked the new repr display logic, which users found confusing. (GH3663_) - Fix indexing issue in ndim >= 3 with ``iloc`` (GH3617_) - Correctly parse date columns with embedded (nan/NaT) into datetime64[ns] dtype in ``read_csv`` when ``parse_dates`` is specified (GH3062_)