Skip to content

Commit 0c0180f

Browse files
author
y-p
committed
DOC: update RELEASE.rst
PTF
1 parent 33f6c6f commit 0c0180f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RELEASE.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ 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+
- Added Faq section on repr display options, to help users customize their setup.
6667

6768
**API Changes**
6869

@@ -85,6 +86,8 @@ pandas 0.11.1
8586
- Raise on ``iloc`` when boolean indexing with a label based indexer mask
8687
e.g. a boolean Series, even with integer labels, will raise. Since ``iloc``
8788
is purely positional based, the labels on the Series are not alignable (GH3631_)
89+
- Deprecated display.height, display.width is now only a formatting option
90+
does not control triggering of summary, simuliar to < 0.11.0.
8891

8992
**Bug Fixes**
9093

@@ -140,6 +143,7 @@ pandas 0.11.1
140143
- Fix ``read_csv`` to correctly encode identical na_values, e.g. ``na_values=[-999.0,-999]``
141144
was failing (GH3611_)
142145
- Disable HTML output in qtconsole again. (GH3657_)
146+
- Reworked the new repr display logic, which users found confusing. (GH3663_)
143147
- Fix indexing issue in ndim >= 3 with ``iloc`` (GH3617_)
144148
- Correctly parse date columns with embedded (nan/NaT) into datetime64[ns] dtype in ``read_csv``
145149
when ``parse_dates`` is specified (GH3062_)

0 commit comments

Comments
 (0)