[Numpy-discussion] ANN: pandas 0.10.1 is released

Wes McKinney wesmckinn at gmail.com
Tue Jan 22 11:32:03 EST 2013


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

Happy data hacking!

- Wes

What is it
==========
pandas is a Python package providing fast, flexible, and
expressive data structures designed to make working with
relational, time series, or any other kind of labeled data both
easy and intuitive. It aims to be the fundamental high-level
building block for doing practical, real world data analysis in
Python.

Links
=====
Release Notes: http://github.com/pydata/pandas/blob/master/RELEASE.rst
Documentation: http://pandas.pydata.org
Installers: http://pypi.python.org/pypi/pandas
Code Repository: http://github.com/pydata/pandas
Mailing List: http://groups.google.com/group/pydata



More information about the NumPy-Discussion mailing list