Skip to content

v0.20.1 Final

Compare
Choose a tag to compare
@TomAugspurger TomAugspurger released this 05 May 17:16
· 21056 commits to main since this release

This is a minor release from 0.20.0 and includes a single change for backwards-compatibility with downstream projects using pandas' utils routines. See here.

See the Whatsnew file for more information. Please report any issues here.

The release can be installed with conda from the conda-forge 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 pandas

Or via PyPI:

pip install --upgrade pip setuptools
pip install --pre --upgrade --upgrade-strategy=only-if-needed pandas