Skip to content

Releases: pandas-dev/pandas

Pandas 1.0.0

29 Jan 22:10

Choose a tag to compare

This is a major release from 0.25.3, and includes a number of API changes, new
features, enhancements, and performance improvements along with a large number
of bug fixes.

Highlights include

See the whatsnew for a list of all the
changes.

The release can be installed from PyPI

python -m pip install --upgrade pandas

Or with conda from the defaults or conda-forge channels.

conda install pandas

Please report any issues with the release candidate on the pandas
issue tracker.

v1.0.0rc0

09 Jan 22:06

Choose a tag to compare

v1.0.0rc0 Pre-release
Pre-release

This is the first release candidate for 1.0.0. If all goes well, we'll release pandas 1.0.0 in about two weeks.

Highlights include

See the whatsnew for a list of all the
changes.

The release can be installed from PyPI

python -m pip install --upgrade --pre pandas==1.0.0rc0

Or from conda-forge

conda install -c conda-forge/label/rc pandas==1.0.0rc0

Please report any issues with the release candidate on the pandas
issue tracker.

v0.25.3

31 Oct 22:03

Choose a tag to compare

This is a minor bug-fix release in the 0.25.x series and includes some regression fixes
and bug fixes. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release can be installed with conda from the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

v0.25.2

18 Oct 18:40

Choose a tag to compare

This is a minor bug-fix release in the 0.25.x series and includes some regression fixes
and bug fixes. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release can be installed with conda from the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

v0.25.1

22 Aug 15:22

Choose a tag to compare

This is a minor bug-fix release in the 0.25.x series and includes some regression fixes
and bug fixes. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release can be installed with conda from the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python -m pip install --upgrade pandas

Pandas 0.25.0

18 Jul 18:49

Choose a tag to compare

This is a major release from 0.24.2 and includes a number of API changes, new
features, enhancements, and performance improvements along with a large number
of bug fixes.

Highlights include

See the release notes for a full list of all the changes from 0.24.2.

The release can be installed with conda using the defaults or conda-forge channels

conda install pandas

Or via PyPI

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

v0.25.0rc0

04 Jul 04:49

Choose a tag to compare

v0.25.0rc0 Pre-release
Pre-release

This is a major release from 0.24.2 and includes a number of API changes, new
features, enhancements, and performance improvements along with a large number
of bug fixes.

Highlights include

See the release notes for a full list of all the change from 0.24.2.

The release candidate can be installed with conda using the conda-forge channel

conda install -c conda-forge/label/rc pandas=0.25.0rc0

Or via PyPI

python3 -m pip install --upgrade --pre pandas

Please report any issues with the release candidate on the pandas issue tracker.

v0.24.2

12 Mar 22:12

Choose a tag to compare

This is a minor bug-fix release in the 0.24.x series and includes some regression fixes
and bug fixes. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release can be installed with conda from the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python -m pip install --upgrade pandas

v0.24.1

03 Feb 21:23

Choose a tag to compare

This is a minor bug-fix release in the 0.24.x series and includes some regression fixes
and bug fixes. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release can be installed with conda from the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python -m pip install --upgrade pandas

Pandas 0.24.0

25 Jan 16:28

Choose a tag to compare

This is a major release from 0.23.4 and includes a number of API changes, new
features, enhancements, and performance improvements along with a large number
of bug fixes.

Highlights include:

See the release notes for a full list of all the change from 0.23.4

The release candidate can be installed with conda using the defaults or conda-forge channels

conda install pandas

Or via PyPI

python3 -m pip install --upgrade pandas

Note that 0.24.x is the last series of releases to support Python 2.

Please report any issues with the release candidate on the pandas issue tracker.