Skip to content

Releases: pandas-dev/pandas

v0.14.0 final

30 May 11:58

Choose a tag to compare

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

16 May 23:58

Choose a tag to compare

Pandas v0.14rc1 Pre-release
Pre-release

Release Candiate 1

Pandas v0.13.1

03 Feb 07:57

Choose a tag to compare

Version 0.13.1

Pandas v0.13.0

16 Jan 11:00

Choose a tag to compare

Includes hotfix for 0.13.0, with setup.py changes from #5844.
Fixing an installation error for users who do not have cython installed.