@@ -63,6 +63,7 @@ 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
+ - Added Faq section on repr display options, to help users customize their setup.
66
67
67
68
**API Changes **
68
69
@@ -85,6 +86,8 @@ pandas 0.11.1
85
86
- Raise on ``iloc `` when boolean indexing with a label based indexer mask
86
87
e.g. a boolean Series, even with integer labels, will raise. Since ``iloc ``
87
88
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.
88
91
89
92
**Bug Fixes **
90
93
@@ -140,6 +143,7 @@ pandas 0.11.1
140
143
- Fix ``read_csv `` to correctly encode identical na_values, e.g. ``na_values=[-999.0,-999] ``
141
144
was failing (GH3611 _)
142
145
- Disable HTML output in qtconsole again. (GH3657 _)
146
+ - Reworked the new repr display logic, which users found confusing. (GH3663 _)
143
147
- Fix indexing issue in ndim >= 3 with ``iloc `` (GH3617 _)
144
148
- Correctly parse date columns with embedded (nan/NaT) into datetime64[ns] dtype in ``read_csv ``
145
149
when ``parse_dates `` is specified (GH3062 _)
0 commit comments