Bump pandas from 1.1.3 to 1.1.4
Bumps pandas from 1.1.3 to 1.1.4.
Release notes
Sourced from pandas's releases.
Pandas 1.1.4
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.
Commits
-
67a3d42
RLS: 1.1.4 -
b317a48
Backport PR #37499: REGR: fix isin for large series with nan and mixed object... -
da25ec5
Backport PR #37496: DOC: release date for 1.1.4 (#37500) -
d1f19a4
REGR: inplace Series op not actually operating inplace (#37508) (#37515) -
f10bc49
Backport PR #37473: CI: 32 bit maybe_indices_to_slice (#37503) -
6acf2af
REGR: revert behaviour of getitem with assigning with a Series (#37502) (#37514) -
344fa71
Backport PR #35875 on branch 1.1.x (COMPAT: Ensure rolling indexers return in... -
2cac884
Backport PR #35898 on branch 1.1.x: CI: docker 32-bit linux build (#37466) -
91b7aba
Fix regression in iloc with boolean list (#37432) (#37463) -
dc39ee2
Backport PR #37439: REGR: fix rank algo for read-only data (#37459) - Additional commits viewable in compare view