Bump pandas from 1.1.1 to 1.1.2
Bumps pandas from 1.1.1 to 1.1.2.
Release notes
Sourced from pandas's releases.
Pandas 1.1.2
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 pandasOr via PyPI:
python3 -m pip install --upgrade pandasPlease report any issues with the release on the pandas issue tracker.
Commits
-
2a7d332RLS: 1.1.2 -
ee6e91cBackport PR #36141: BUG: copying series into empty dataframe does not preserv... -
2afdb3dTST: skip test_groupby_rolling_index_changed on 32bit (#36220) -
e6fd1b6Backport PR #36182: DOC: release date for 1.1.2 (#36217) -
d8da320Backport PR #36205: DOC: doc fix (#36215) -
9bb2034Backport PR #36208: BUG: GroupbyRolling with an empty frame (#36213) -
c899247Backport PR #36152: Fix compressed multiindex for output of groupby.rolling (... -
bb5cf8eBUG: shows correct package name when import_optional_dependency is ca… (#3613... -
89057f4Backport PR #36191: TST: update test_series_factorize_na_sentinel_none for 32... -
a715964Backport PR #35882: BUG: item_cache invalidation in get_numeric_data (#36188) - Additional commits viewable in compare view