@@ -40,8 +40,8 @@ pandas 0.11.1
40
40
list of the rows from which to read the index. Added the option,
41
41
``tupleize_cols `` to provide compatiblity for the pre 0.11.1 behavior of
42
42
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.
45
45
Note: The default value will change in 0.12 to make the default *to * write and
46
46
read multi-index columns in the new format. (GH3571 _, GH1651 _, GH3141 _)
47
47
- Add iterator to ``Series.str `` (GH3638 _)
@@ -79,8 +79,8 @@ pandas 0.11.1
79
79
``timedelta64[ns] `` to ``object/int `` (GH3425 _)
80
80
- Do not allow datetimelike/timedeltalike creation except with valid types
81
81
(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,
84
84
partial revert on (GH2893 _) with (GH3596 _)
85
85
- Raise on ``iloc `` when boolean indexing with a label based indexer mask
86
86
e.g. a boolean Series, even with integer labels, will raise. Since ``iloc ``
@@ -134,11 +134,12 @@ pandas 0.11.1
134
134
is a ``list `` or ``tuple ``.
135
135
- Fixed bug where a time-series was being selected in preference to an actual column name
136
136
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
138
138
``np.nan `` or ``np.inf `` as appropriate (GH3590 _)
139
139
- Fix incorrect dtype on groupby with ``as_index=False `` (GH3610 _)
140
140
- Fix ``read_csv `` to correctly encode identical na_values, e.g. ``na_values=[-999.0,-999] ``
141
141
was failing (GH3611 _)
142
+ - Disable HTML output in qtconsole again. (GH3657 _)
142
143
- Fix indexing issue in ndim >= 3 with ``iloc `` (GH3617 _)
143
144
- Correctly parse date columns with embedded (nan/NaT) into datetime64[ns] dtype in ``read_csv ``
144
145
when ``parse_dates `` is specified (GH3062 _)
0 commit comments