Bump pandas from 1.3.5 to 1.4.2
Bumps pandas from 1.3.5 to 1.4.2.
Release notes
Sourced from pandas's releases.
Pandas 1.4.2
This is a patch release in the 1.4.x series and includes some regression 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.
Pandas 1.4.1
This is the first patch release in the 1.4.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.
Pandas 1.4.0
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.
See the full whatsnew for a list of all the changes. pandas 1.4.0 supports Python 3.8 and higher.
The release will be available on the defaults and conda-forge channels:
conda install -c conda-forge pandasOr via PyPI:
python3 -m pip install --upgrade pandasPlease report any issues with the release on the pandas issue tracker.
Pandas 1.4.0rc0
We are pleased to announce a release candidate for pandas 1.4.0. If all goes well, we'll release pandas 1.4.0 in about two weeks.
See the [whatsnew][0] for a list of all the changes. pandas 1.4.0 supports Python 3.8 and higher.
... (truncated)
Commits
-
4bfe3d0RLS: 1.4.2 -
8fab03dBackport PR #46605: DOC: 1.4.2 release date (#46607) -
9c6d84cBackport PR #46567 on branch 1.4.x (BUG: groupby().rolling(freq) with monoton... -
3ff438eBackport PR #46548: REGR: tests + whats new: boolean dtype in styler render (... -
4be9ffdupdate black formatter (#46576) -
89baca7Backport of CI/Build related PRs on 1.4.x (2) (#46572) -
749872fBackport of CI related PRs on 1.4.x (#46559) -
eb27f7bBackport PR #46542: Reorder YAML (#46550) -
ccdb97eBackport PR #46119: REF: isinstance(x, int) -> is_integer(x) (#46501) -
1afa4d5Backport PR #46515: CI/DOC: pin jinja2 to 3.0.3 (#46517) - Additional commits viewable in compare view