Skip to content

Releases: pandas-dev/pandas

Pandas 1.1.1

20 Aug 18:23

Choose a tag to compare

This is a minor bug-fix release in the 1.1.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 will be available on 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.

Pandas 1.1.0

28 Jul 13:44

Choose a tag to compare

This is a minor release which includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the whatsnew for a list of all the changes.

The release can be installed from PyPI

python -m pip install --upgrade pandas==1.1.0

Or from conda-forge

conda install -c conda-forge pandas==1.1.0

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

Pandas 1.1.0rc0

17 Jul 19:50

Choose a tag to compare

Pandas 1.1.0rc0 Pre-release
Pre-release

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

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.1.0rc0

Or from conda-forge

conda install -c conda-forge/label/pandas_rc pandas==1.1.0rc0

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

Pandas 1.0.5

17 Jun 15:59

Choose a tag to compare

This is a minor bug-fix release in the 1.0.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 will be available on 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.

Pandas 1.0.4

28 May 18:08

Choose a tag to compare

This is a minor bug-fix release in the 1.0.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 will be available on 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.

Pandas 1.0.3

18 Mar 15:21

Choose a tag to compare

This is a minor bug-fix release in the 1.0.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 will be available on 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.

Pandas 1.0.2

12 Mar 15:41

Choose a tag to compare

This is a minor bug-fix release in the 1.0.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 will be available on 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.

Pandas 1.0.1

05 Feb 17:17

Choose a tag to compare

This is a minor bug-fix release in the 1.0.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 will be available on 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.

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.