ANN: Pandas 1.1.0rc0 released
Hi all, I'm pleased to announce that pandas 1.1.0rc0 is now available for testing. This is the first release candidate for pandas 1.1.0. The release can be installed from conda-forge conda create -n pandas-1.1.0rc0 -c conda-forge/label/pandas_rc -c conda-forge pandas=1.1.0rc0 Or from PyPI python -m pip install --pre pandas==1.1.0rc0 The release notes are available at https://pandas.pydata.org/pandas-docs/version/1.1.0/whatsnew/v1.1.0.html. Please report any issues with the release on the pandas issue tracker https://github.com/pandas-dev/pandas/issues! We plan to release 1.1.0 in the next few weeks. Thanks, Tom
FYI, at least on the archive at https://mail.python.org/pipermail/pandas-dev/2020-July/001267.html, the link to the whatsnew looks broken since the period is included in the link target. The release notes are at https://pandas.pydata.org/pandas-docs/version/1.1.0/whatsnew/v1.1.0.html On Sun, Jul 19, 2020 at 1:50 PM Tom Augspurger <tom.augspurger88@gmail.com> wrote:
Hi all,
I'm pleased to announce that pandas 1.1.0rc0 is now available for testing. This is the first release candidate for pandas 1.1.0.
The release can be installed from conda-forge
conda create -n pandas-1.1.0rc0 -c conda-forge/label/pandas_rc -c conda-forge pandas=1.1.0rc0
Or from PyPI
python -m pip install --pre pandas==1.1.0rc0
The release notes are available at https://pandas.pydata.org/pandas-docs/version/1.1.0/whatsnew/v1.1.0.html.
Please report any issues with the release on the pandas issue tracker https://github.com/pandas-dev/pandas/issues! We plan to release 1.1.0 in the next few weeks.
Thanks,
Tom
participants (1)
-
Tom Augspurger