|
1 | 1 | .. _whatsnew_0130:
|
2 | 2 |
|
3 |
| -v0.13.0 (December ??, 2013) |
| 3 | +v0.13.0 (January 1, 2014) |
4 | 4 | ---------------------------
|
5 | 5 |
|
6 | 6 | This is a major release from 0.12.0 and includes a number of API changes, several new features and
|
7 | 7 | enhancements along with a large number of bug fixes.
|
8 | 8 |
|
9 |
| -Highlights include support for a new index type ``Float64Index``, support for new methods of interpolation, updated ``timedelta`` operations, and a new string manipulation method ``extract``. |
10 |
| -Several experimental features are added, including new ``eval/query`` methods for expression evaluation, support for ``msgpack`` serialization, |
11 |
| -and an io interface to Google's ``BigQuery``. |
| 9 | +Highlights include: |
12 | 10 |
|
13 |
| -The docs also received a new section, :ref:`Comparison with SQL<compare_with_sql>`, which should |
14 |
| -be useful for those familiar with SQL but still learning pandas. |
| 11 | +- support for a new index type ``Float64Index``, and other Indexing enhancements |
| 12 | +- ``HDFStore`` has a new string based syntax for query specification |
| 13 | +- support for new methods of interpolation |
| 14 | +- updated ``timedelta`` operations |
| 15 | +- a new string manipulation method ``extract`` |
| 16 | +- Nanosecond support for Offsets |
| 17 | +- ``isin`` for DataFrames |
| 18 | + |
| 19 | +Several experimental features are added, including: |
| 20 | + |
| 21 | +- new ``eval/query`` methods for expression evaluation |
| 22 | +- support for ``msgpack`` serialization |
| 23 | +- an i/o interface to Google's ``BigQuery`` |
| 24 | + |
| 25 | +Their are several new or updated docs sections including: |
| 26 | + |
| 27 | +- :ref:`Comparison with SQL<compare_with_sql>`, which should be useful for those familiar with SQL but still learning pandas. |
| 28 | +- :ref:`Comparison with R<compare_with_r>`, idiom translations from R to pandas. |
| 29 | +- :ref:`Enhancing Performance<enhancingperf>`, ways to enhance pandas performance with ``eval/query``. |
15 | 30 |
|
16 | 31 | .. warning::
|
17 | 32 |
|
|
0 commit comments