Bump pandas from 1.0.1 to 1.1.0
Bumps pandas from 1.0.1 to 1.1.0.
Release notes
Sourced from pandas's releases.
Pandas 1.1.0
This is a minor release which includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.
See the whatsnew for a list of all the changes.
The release can be installed from PyPI
python -m pip install --upgrade pandas==1.1.0
Or from conda-forge
conda install -c conda-forge pandas==1.1.0
Please report any issues with the release candidate on the pandas issue tracker.
Pandas 1.1.0rc0
This is the first release candidate for 1.1.0rc0. If all goes well, we'll release pandas 1.1.0 in about two weeks.
See the whatsnew for a list of all the changes.
The release can be installed from PyPI
python -m pip install --upgrade --pre pandas==1.1.0rc0
Or from conda-forge
conda install -c conda-forge/label/pandas_rc pandas==1.1.0rc0
Please report any issues with the release candidate on the pandas issue tracker.
Pandas 1.0.5
This is a minor bug-fix release in the 1.0.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 will be available on the defaults and conda-forge channels:
conda install pandas
Or via PyPI:
python3 -m pip install --upgrade pandas
Please report any issues with the release on the pandas issue tracker.
... (truncated)
Commits
-
d9fff27
RLS: 1.1.0 -
7f3502d
DOC: 1.1.0 release date (#35435) -
6302f7b
REGR: revert ExtensionBlock.set to be in-place (#35271) -
04e9e0a
DOC: Fixed formatting and errors in whatsnew v1.1.0 (#35398) -
8f54d14
Remove leftover partial-result code (#35397) -
00ea10c
Matplotlib 3.3 compatibility fixups (#35393) -
d3343d9
PKG: Set max pin for Cython (#35396) -
06e2793
Change defaults for rolling/expanding.apply engine kwargs to None (#35374) -
3e88e17
REGR: MultiIndex Indexing (#35353) -
e673b69
CI: pin matplotlib for doc build (#35358) - Additional commits viewable in compare view