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.0Or from conda-forge
conda install -c conda-forge pandas==1.1.0Please 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.0rc0Or from conda-forge
conda install -c conda-forge/label/pandas_rc pandas==1.1.0rc0Please 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 pandasOr via PyPI:
python3 -m pip install --upgrade pandasPlease report any issues with the release on the pandas issue tracker.
... (truncated)
Commits
-
d9fff27RLS: 1.1.0 -
7f3502dDOC: 1.1.0 release date (#35435) -
6302f7bREGR: revert ExtensionBlock.set to be in-place (#35271) -
04e9e0aDOC: Fixed formatting and errors in whatsnew v1.1.0 (#35398) -
8f54d14Remove leftover partial-result code (#35397) -
00ea10cMatplotlib 3.3 compatibility fixups (#35393) -
d3343d9PKG: Set max pin for Cython (#35396) -
06e2793Change defaults for rolling/expanding.apply engine kwargs to None (#35374) -
3e88e17REGR: MultiIndex Indexing (#35353) -
e673b69CI: pin matplotlib for doc build (#35358) - Additional commits viewable in compare view