Skip to content

Releases: pandas-dev/pandas

v0.24.2

12 Mar 22:12
Compare
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
Compare
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
Compare
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.

v0.24.0rc1

11 Jan 15:31
Compare
Choose a tag to compare
v0.24.0rc1 Pre-release
Pre-release

This is the first release candidate for 0.24.0.

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 from from conda-forge

conda install -c conda-forge/label/rc pandas=0.24.0rc1

Or via PyPI

python3 -m pip install --upgrade --pre 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.

v0.23.4

03 Aug 19:41
Compare
Choose a tag to compare

This is a minor bug-fix release in the 0.23.x series and includes some small 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 default channel and conda-forge:

conda install pandas

Or via PyPI:

python -m pip install --upgrade pandas

v0.23.3

07 Jul 16:36
Compare
Choose a tag to compare

This release fixes a build issue with the sdist for Python 3.7.
There are no other changes.

v0.23.2

05 Jul 22:21
Compare
Choose a tag to compare

This is a minor bug-fix release in the 0.23.x series and includes some regression fixes, bug fixes, and performance improvements. 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 default channel and conda-forge::

conda install pandas

Or via PyPI:

python -m pip install --upgrade pandas

v0.23.1

12 Jun 18:37
Compare
Choose a tag to compare

This is a minor bug-fix release in the 0.23.x series and includes some regression fixes, bug fixes, and performance improvements.
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 default channel and conda-forge::

conda install pandas

Or via PyPI:

python -m pip install --upgrade pandas

v0.23.0

15 May 20:23
Compare
Choose a tag to compare

This is a major release from 0.22.0 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 full whatsnew for a list of all the changes.

The release candidate can be installed with conda from from conda-forge (builds for osx-64, linux-64 and win-64 for Python 2.7, Python 3.5, and Python 3.6 are all available):

conda install -c conda-forge pandas=0.23.0

Or via PyPI

python3 -m pip install --upgrade pandas

Updated conda packages will be available in the default channel shortly.

v0.23.0rc2

02 May 14:50
Compare
Choose a tag to compare
v0.23.0rc2 Pre-release
Pre-release

This is the first public release candidate for pandas 0.23.0

This is a major release from 0.23.0 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 full whatsnew for a list of all the changes.

The release candidate can be installed with conda from our development channel (builds for osx-64, linux-64 and win-64 for Python 2.7, Python 3.5, and Python 3.6 are all available):

conda install -c conda-forge --label=rc pandas=0.23.0rc2

Or via PyPI

python3 -m pip install --pre --upgrade pandas==0.23.0rc2