Releases: pandas-dev/pandas
Releases · pandas-dev/pandas
v0.14.0 final
Announcing v0.14.0, a major release from 0.13.1. This release includes a small number of API changes, several new features, enhancements, and performance improvements along with a large number of bug fixes.
We recommend that all users upgrade to this version.
Highlights
- Officially support Python 3.4
- SQL interfaces updated to use sqlalchemy
- Display interface changes
- MultiIndexing Using Slicers
- Ability to join a singly-indexed DataFrame with a multi-indexed DataFrame
- More consistency in groupby results and more flexible groupby specifications
- Holiday calendars are now supported in CustomBusinessDay
- Several improvements in plotting functions, including: hexbin, area and pie plots
- Performance doc section on I/O operations
Pandas v0.14rc1
Release Candiate 1
Pandas v0.13.1
Version 0.13.1
Pandas v0.13.0
Includes hotfix for 0.13.0, with setup.py changes from #5844.
Fixing an installation error for users who do not have cython installed.