Releases: pandas-dev/pandas
v0.16.0 Final
This is a major release from 0.15.2 and 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 include:
DataFrame.assignmethod, see hereSeries.to_coo/from_coomethods to interact withscipy.sparse, see here- Backwards incompatible change to
Timedeltato conform the.secondsattribute withdatetime.timedelta, see here - Changes to the
.locslicing API to conform with the behavior of.ixsee here - Changes to the default for ordering in the
Categoricalconstructor, see here - Enhancement to the
.straccessor to make string operations easier, see here - The
pandas.tools.rplot,pandas.sandbox.qtpandasandpandas.rpy
modules are deprecated. We refer users to external packages like
seaborn,
pandas-qt and
rpy2 for similar or equivalent
functionality, see here for more detail.
See the Whatsnew for an extensive list of all API changes, enhancements and bugs that have been fixed in 0.16.0.
v0.16.0rc1
The release candidate for 0.16.0 is now previewing.
This is a major release from 0.15.2 and 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 include:
DataFrame.assignmethodSeries.to_coo/from_coomethods to interact withscipy.sparse- Backwards incompatible change to
Timedeltato conform the .seconds attribute withdatetime.timedelta - Changes to the
.locslicing API to conform with the behavior of.ix - Changes to the default for ordering in the
Categoricalconstructor
See the Whatsnew for much more information. Please report any issues here
v0.15.2 final
v0.15.2pre
windows builds for 0.15.2 pre-release
v0.15.1 final
v0.15.0 final
This is a major release from 0.14.1 and includes a number of API changes, several new features, enhancements, and performance improvements along with a large number of bug fixes.
Highlights include:
- Drop support for numpy < 1.7.0
- The
Categoricaltype was integrated as a first-class pandas type - New scalar type
Timedelta, and a new index typeTimedeltaIndex - New DataFrame default display for
df.info()to include memory usage - New datetimelike properties accessor
.dtfor Series - Split indexing documentation into
Indexing and Selecting DataandMultiIndex / Advanced Indexing - Split out string methods documentation into
Working with Text Data read_csvwill now by default ignore blank lines when parsing- API change in using Indexes in set operations
- Internal refactoring of the
Indexclass to no longer sub-classndarray - dropping support for
PyTablesless than version 3.0.0, andnumexprless than version 2.1
See the Whatsnew for much more information. Please report any issues here
V0.15.0 RC1
The release candidate for 0.15.0 is now previewing.
This is a major release from 0.14.1 and includes a number of API changes, several new features, enhancements, and performance improvements along with a large number of bug fixes.
Highlights include:
- Drop support for numpy < 1.7.0
- The
Categoricaltype was integrated as a first-class pandas type - New scalar type
Timedelta, and a new index typeTimedeltaIndex - New DataFrame default display for
df.info()to include memory usage - New datetimelike properties accessor
.dtfor Series - Split indexing documentation into
Indexing and Selecting DataandMultiIndex / Advanced Indexing - Split out string methods documentation into
Working with Text Data read_csvwill now by default ignore blank lines when parsing- API change in using Indexes in set operations
- Internal refactoring of the
Indexclass to no longer sub-classndarray - dropping support for
PyTablesless than version 3.0.0, andnumexprless than version 2.1
See the Whatsnew for much more information. Please report any issues here
v0.15.0 Pre-release
This hosts windows binaries for the v0.15.0 pre-release.
These are built with numpy 1.7 or greater.
v0.14.1 final
This is a minor release from 0.14.0 and includes a small number of API changes, several new features, enhancements, and
performance improvements along with a large number of bug fixes.
Highlights include:
- New methods
pandas.DataFrame.select_dtypesto select columns
based on the dtype andpandas.Series.semto calculate the
standard error of the mean. - Support for dateutil timezones.
- Support for ignoring full line comments in the
pandas.read_csv
text parser. - New documentation section on `Options and Settings```.
- Lots of bug fixes.
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