@@ -24,7 +24,7 @@ Where to get it
24
24
* Binary installers on PyPI: http://pypi.python.org/pypi/pandas
25
25
* Documentation: http://pandas.pydata.org
26
26
27
- pandas 0.11.1
27
+ pandas 0.12
28
28
=============
29
29
30
30
**Release date: ** not-yet-released
@@ -40,9 +40,9 @@ pandas 0.11.1
40
40
- Added support for writing in ``to_csv `` and reading in ``read_csv ``,
41
41
multi-index columns. The ``header `` option in ``read_csv `` now accepts a
42
42
list of the rows from which to read the index. Added the option,
43
- ``tupleize_cols `` to provide compatiblity for the pre 0.11.1 behavior of
43
+ ``tupleize_cols `` to provide compatiblity for the pre 0.12 behavior of
44
44
writing and reading multi-index columns via a list of tuples. The default in
45
- 0.11.1 is to write lists of tuples and *not * interpret list of tuples as a
45
+ 0.12 is to write lists of tuples and *not * interpret list of tuples as a
46
46
multi-index column.
47
47
Note: The default value will change in 0.12 to make the default *to * write and
48
48
read multi-index columns in the new format. (:issue: `3571 `, :issue: `1651 `, :issue: `3141 `)
@@ -146,7 +146,7 @@ pandas 0.11.1
146
146
- Deprecated display.height, display.width is now only a formatting option
147
147
does not control triggering of summary, similar to < 0.11.0.
148
148
- Add the keyword ``allow_duplicates `` to ``DataFrame.insert `` to allow a duplicate column
149
- to be inserted if ``True ``, default is ``False `` (same as prior to 0.11.1 ) (:issue: `3679 `)
149
+ to be inserted if ``True ``, default is ``False `` (same as prior to 0.12 ) (:issue: `3679 `)
150
150
- io API changes
151
151
152
152
- added ``pandas.io.api `` for i/o imports
@@ -282,7 +282,6 @@ pandas 0.11.1
282
282
- Fix ``Series.clip `` for datetime series. NA/NaN threshold values will now throw ValueError (:issue: `3996 `)
283
283
- Fixed insertion issue into DataFrame, after rename (:issue: `4032 `)
284
284
285
- .. _Gh3616 : https://github.com/pydata/pandas/issues/3616
286
285
287
286
pandas 0.11.0
288
287
=============
0 commit comments