Discussion:
[Numpy-discussion] ANN: pandas v0.19.2 released!
Joris Van den Bossche
2016-12-24 22:50:44 UTC
Permalink
Hi all,

Just in time for the holidays, pandas 0.19.2 has been released!
This is a minor bug-fix release in the 0.19.x series and includes some
small regression fixes, bug fixes and performance improvements. We
recommend that all users upgrade to this version.

Highlights include:


- Compatibility with Python 3.6.
- A new Pandas Cheat Sheet
<https://github.com/pandas-dev/pandas/raw/master/doc/cheatsheet/Pandas_Cheat_Sheet.pdf>
thanks to Irv Lustig

Wheels and conda packages for python 3.6 are not yet available for all
platforms, but will shortly be.

See the v0.19.2 Whatsnew page
<http://pandas.pydata.org/pandas-docs/version/0.19.2/whatsnew.html> for an
overview of all bugs that have been fixed in 0.19.2.

Thanks to all contributors!

Joris

---

*How to get it:*

Source tarballs and windows/mac/linux wheels are available on PyPI (thanks
to Christoph Gohlke for the windows wheels, and to Matthew Brett for
setting up the mac/linux wheels).
Conda packages are already available via the conda-forge channel (conda
install pandas -c conda-forge). It will be available on the main channel
shortly.

*Issues:*

Please report any issues on our issue tracker:
https://github.com/pydata/pandas/issues

*Thanks to all the contributors of the 0.19.2 release:*

- Ajay Saxena
- Ben Kandel
- Chris
- Chris Ham
- Christopher C. Aycock
- Daniel Himmelstein
- Dave Willmer
- Dr-Irv
- gfyoung
- hesham shabana
- Jeff Carey
- Jeff Reback
- Joe Jevnik
- Joris Van den Bossche
- Julian Santander
- Kerby Shedden
- Keshav Ramaswamy
- Kevin Sheppard
- Luca Scarabello
- Matti Picus
- Matt Roeschke
- Maximilian Roos
- Mykola Golubyev
- Nate Yoder
- Nicholas Ver Halen
- Pawel Kordek
- Pietro Battiston
- Rodolfo Fernandez
- sinhrks
- Tara Adiseshan
- Tom Augspurger
- wandersoncferreira
- Yaroslav Halchenko

Loading...