Skip to content

Commit 734d3ae

Browse files
author
y-p
committed
DOC: update RELEASE.rst
1 parent 66cbdc0 commit 734d3ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

RELEASE.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,6 @@ pandas 0.11.0
367367
when invalid shapes are passed
368368
- Don't suppress TypeError in GroupBy.agg (GH3238_)
369369
- Methods return None when inplace=True (GH1893_)
370-
- HTML repr output for dataframs is once again controlled by the option
371-
`display.notebook_repr_html`, and on by default.
372370
- ``HDFStore``
373371

374372
- added the method ``select_column`` to select a single column from a table as a Series.
@@ -382,7 +380,7 @@ pandas 0.11.0
382380
very wide output will now be output as "expand_repr" style wrapped output.
383381
- Various defaults for options (including display.max_rows) have been revised,
384382
after a brief survey concluded they were wrong for everyone. Now at w=80,h=60.
385-
- HTML repr output for dataframes is once again controlled by the option
383+
- HTML repr output in IPython qtconsole is once again controlled by the option
386384
`display.notebook_repr_html`, and on by default.
387385

388386
**Bug Fixes**

0 commit comments

Comments
 (0)