@@ -40,8 +40,8 @@ pandas 0.11.1
4040 list of the rows from which to read the index. Added the option,
4141 ``tupleize_cols `` to provide compatiblity for the pre 0.11.1 behavior of
4242 writing and reading multi-index columns via a list of tuples. The default in
43- 0.11.1 is to write lists of tuples and *not * interpret list of tuples as a
44- multi-index column.
43+ 0.11.1 is to write lists of tuples and *not * interpret list of tuples as a
44+ multi-index column.
4545 Note: The default value will change in 0.12 to make the default *to * write and
4646 read multi-index columns in the new format. (GH3571 _, GH1651 _, GH3141 _)
4747 - Add iterator to ``Series.str `` (GH3638 _)
@@ -79,8 +79,8 @@ pandas 0.11.1
7979 ``timedelta64[ns] `` to ``object/int `` (GH3425 _)
8080 - Do not allow datetimelike/timedeltalike creation except with valid types
8181 (e.g. cannot pass ``datetime64[ms] ``) (GH3423 _)
82- - Add ``squeeze `` keyword to ``groupby `` to allow reduction from
83- DataFrame -> Series if groups are unique. Regression from 0.10.1,
82+ - Add ``squeeze `` keyword to ``groupby `` to allow reduction from
83+ DataFrame -> Series if groups are unique. Regression from 0.10.1,
8484 partial revert on (GH2893 _) with (GH3596 _)
8585 - Raise on ``iloc `` when boolean indexing with a label based indexer mask
8686 e.g. a boolean Series, even with integer labels, will raise. Since ``iloc ``
@@ -134,11 +134,12 @@ pandas 0.11.1
134134 is a ``list `` or ``tuple ``.
135135 - Fixed bug where a time-series was being selected in preference to an actual column name
136136 in a frame (GH3594 _)
137- - Fix modulo and integer division on Series,DataFrames to act similary to ``float `` dtypes to return
137+ - Fix modulo and integer division on Series,DataFrames to act similary to ``float `` dtypes to return
138138 ``np.nan `` or ``np.inf `` as appropriate (GH3590 _)
139139 - Fix incorrect dtype on groupby with ``as_index=False `` (GH3610 _)
140140 - Fix ``read_csv `` to correctly encode identical na_values, e.g. ``na_values=[-999.0,-999] ``
141141 was failing (GH3611 _)
142+ - Disable HTML output in qtconsole again. (GH3657 _)
142143 - Fix indexing issue in ndim >= 3 with ``iloc `` (GH3617 _)
143144 - Correctly parse date columns with embedded (nan/NaT) into datetime64[ns] dtype in ``read_csv ``
144145 when ``parse_dates `` is specified (GH3062 _)
0 commit comments