Skip to content

Releases: pandas-dev/pandas

Pandas 1.0.3

18 Mar 15:21
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.