@@ -24,7 +24,7 @@ Where to get it
2424* Binary installers on PyPI: http://pypi.python.org/pypi/pandas
2525* Documentation: http://pandas.pydata.org
2626
27- pandas 0.11.1
27+ pandas 0.12
2828=============
2929
3030**Release date: ** not-yet-released
@@ -40,9 +40,9 @@ pandas 0.11.1
4040 - Added support for writing in ``to_csv `` and reading in ``read_csv ``,
4141 multi-index columns. The ``header `` option in ``read_csv `` now accepts a
4242 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
4444 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
4646 multi-index column.
4747 Note: The default value will change in 0.12 to make the default *to * write and
4848 read multi-index columns in the new format. (:issue: `3571 `, :issue: `1651 `, :issue: `3141 `)
@@ -146,7 +146,7 @@ pandas 0.11.1
146146 - Deprecated display.height, display.width is now only a formatting option
147147 does not control triggering of summary, similar to < 0.11.0.
148148 - 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 `)
150150 - io API changes
151151
152152 - added ``pandas.io.api `` for i/o imports
@@ -282,7 +282,6 @@ pandas 0.11.1
282282 - Fix ``Series.clip `` for datetime series. NA/NaN threshold values will now throw ValueError (:issue: `3996 `)
283283 - Fixed insertion issue into DataFrame, after rename (:issue: `4032 `)
284284
285- .. _Gh3616 : https://github.com/pydata/pandas/issues/3616
286285
287286pandas 0.11.0
288287=============
0 commit comments