[Pandas-dev] ANN: Pandas 1.0.0rc0 released

Tom Augspurger tom.augspurger88 at gmail.com
Fri Jan 10 10:58:04 EST 2020


Hi all,

I'm pleased to announce that pandas 1.0.0rc0 is now available. 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

   - A new scalar for missing values
   <https://dev.pandas.io/docs/whatsnew/v1.0.0.html#experimental-na-scalar-to-denote-missing-values>
   - Dedicated extension types for string
   <https://dev.pandas.io/docs/whatsnew/v1.0.0.html#dedicated-string-data-type>
   and
   nullable boolean
   <https://dev.pandas.io/docs/whatsnew/v1.0.0.html#boolean-data-type-with-missing-values-support>
   data
   - Using Numba in rolling.apply
   <https://dev.pandas.io/docs/whatsnew/v1.0.0.html#using-numba-in-rolling-apply>
   - A redesigned website and documentation theme
   <https://pandas.pydata.org/pandas-docs/version/1.0.0/>

See the whatsnew <https://dev.pandas.io/docs/whatsnew/v1.0.0.html> 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 create -n pandas=1.0.0rc0 -c conda-forge/label/rc -c
conda-forge pandas==1.0.0rc0

Please report any issues with the release candidate on the pandas
issue tracker <https://github.com/pandas-dev/pandas/issues>.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pandas-dev/attachments/20200110/34543d6c/attachment.html>


More information about the Pandas-dev mailing list