[Numpy-discussion] ANN: pandas 0.10.1 is released

Ondřej Čertík ondrej.certik at gmail.com
Fri Feb 8 00:26:15 EST 2013


Hi Wes,

On Tue, Jan 22, 2013 at 8:32 AM, Wes McKinney <wesmckinn at gmail.com> wrote:
> hi all,
>
> We've released pandas 0.10.1 which includes many bug fixes from
> 0.10.0 (including a number of issues with the new file parser,
> e.g. reading multiple files in separate threads), various
> performance improvements, and major new PyTables/HDF5-based
> functionality contributed by Jeff Reback. I strongly recommend
> that all users upgrade.
>
> Thanks to all who contributed to this release, especially Chang
> She, Jeff Reback, and Yoval P.
>
> As always source archives and Windows installers are on PyPI.
>
> What's new: http://pandas.pydata.org/pandas-docs/stable/whatsnew.html
> Installers: http://pypi.python.org/pypi/pandas
>
> $ git log v0.10.0..v0.10.1 --pretty=format:%aN | sort | uniq -c | sort -rn
>      66 jreback
>      59 Wes McKinney
>      43 Chang She
>      12 y-p
>       5 Vincent Arel-Bundock
>       4 Damien Garaud
>       3 Christopher Whelan
>       3 Andy Hayden
>       2 Jay Parlar
>       2 Dan Allan
>       1 Thouis (Ray) Jones
>       1 svaksha
>       1 herrfz
>       1 Garrett Drapala
>       1 elpres
>       1 Dieter Vandenbussche
>       1 Anton I. Sipos

In case you were interested, you can get this easily by just:

$ git shortlog -ns v0.10.0..v0.10.1
    66  jreback
    59  Wes McKinney
    43  Chang She
    12  y-p
     5  Vincent Arel-Bundock
     4  Damien Garaud
     3  Andy Hayden
     3  Christopher Whelan
     2  Dan Allan
     2  Jay Parlar
     1  Anton I. Sipos
     1  Dieter Vandenbussche
     1  Garrett Drapala
     1  Thouis (Ray) Jones
     1  elpres
     1  herrfz
     1  svaksha

Ondrej



More information about the NumPy-Discussion mailing list