1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
.. _whatsnew:
.. currentmodule:: pandas
.. ipython:: python
:suppress:
import numpy as np
from pandas import *
import pandas as pd
randn = np.random.randn
np.set_printoptions(precision=4, suppress=True)
options.display.max_rows = 15
**********
What's New
**********
These are new features and improvements of note in each release.
.. include:: whatsnew/v0.19.2.txt
.. include:: whatsnew/v0.19.1.txt
.. include:: whatsnew/v0.19.0.txt
.. include:: whatsnew/v0.18.1.txt
.. include:: whatsnew/v0.18.0.txt
.. include:: whatsnew/v0.17.1.txt
.. include:: whatsnew/v0.17.0.txt
.. include:: whatsnew/v0.16.2.txt
.. include:: whatsnew/v0.16.1.txt
.. include:: whatsnew/v0.16.0.txt
.. include:: whatsnew/v0.15.2.txt
.. include:: whatsnew/v0.15.1.txt
.. include:: whatsnew/v0.15.0.txt
.. include:: whatsnew/v0.14.1.txt
.. include:: whatsnew/v0.14.0.txt
.. include:: whatsnew/v0.13.1.txt
.. include:: whatsnew/v0.13.0.txt
.. include:: whatsnew/v0.12.0.txt
.. include:: whatsnew/v0.11.0.txt
.. include:: whatsnew/v0.10.1.txt
.. include:: whatsnew/v0.10.0.txt
.. include:: whatsnew/v0.9.1.txt
.. include:: whatsnew/v0.9.0.txt
.. include:: whatsnew/v0.8.1.txt
.. include:: whatsnew/v0.8.0.txt
.. include:: whatsnew/v0.7.3.txt
.. include:: whatsnew/v0.7.2.txt
.. include:: whatsnew/v0.7.1.txt
.. include:: whatsnew/v0.7.0.txt
.. include:: whatsnew/v0.6.1.txt
.. include:: whatsnew/v0.6.0.txt
.. include:: whatsnew/v0.5.0.txt
.. include:: whatsnew/v0.4.x.txt
|