[Pandas-dev] ANN: Pandas 0.25.0rc0 released

Tom Augspurger tom.augspurger88 at gmail.com
Thu Jul 4 13:12:04 EDT 2019


Hi,

I'm pleased to announce the availability of 0.25.0rc0. This is the first
release candidate for 0.25.0. *Please try this RC and report any issues on
the
pandas issue tracker <https://github.com/pandas-dev/pandas/issues>.

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

   - Dropped Python 2 support
   - Groupby aggregation with relabeling
   <https://dev.pandas.io/whatsnew/v0.25.0.html#groupby-aggregation-with-relabeling>
   - Better repr for MultiIndex
   <https://dev.pandas.io/whatsnew/v0.25.0.html#better-repr-for-multiindex>
   - Better truncated repr for Series and DataFrame
   <https://dev.pandas.io/whatsnew/v0.25.0.html#shorter-truncated-repr-for-series-and-dataframe>

See the release notes
<https://pandas.pydata.org/pandas-docs/version/0.25/whatsnew/v0.25.0.html> for
a full list of all the change from 0.24.2.

The release candidate can soon 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 <https://github.com/pandas-dev/pandas/issues>.


Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pandas-dev/attachments/20190704/8f492b0f/attachment.html>


More information about the Pandas-dev mailing list