Bump pandas from 1.0.1 to 1.1.1
Bumps pandas from 1.0.1 to 1.1.1.
Release notes
Sourced from pandas's releases.
Pandas 1.1.1
This is a minor bug-fix release in the 1.1.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.
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.
... (truncated)
Commits
-
f2ca0a2
RLS: 1.1.1 -
665e61b
Backport PR #35801: DOC: another pass of v1.1.1 release notes (#35822) -
311fcde
CI: test_chunks_have_consistent_numerical_type periodically fails on 1.1.x (#... -
6d44a73
Backport PR #35809: CI: more xfail failing 32-bit tests (#35821) -
827e606
Backport PR #35776: Changed 'int' type to 'integer' in to_numeric docstring (... -
92a6c3a
Backport PR #35787: DOC: clean v1.1.1 release notes (#35800) -
4fc0330
Backport PR #35774: REGR: follow-up to return copy with df.interpolate on emp... -
7a5d186
Backport PR #35543: REGR: Fix interpolation on empty dataframe (#35764) -
56e95ad
Backport PR #35750: Pass check_dtype to assert_extension_array_equal (#35773) -
66d08dc
Backport PR #35519: REF: StringArray._from_sequence, use less memory (#35770) - Additional commits viewable in compare view