Bump pandas from 1.3.5 to 1.4.1
Bumps pandas from 1.3.5 to 1.4.1.
Release notes
Sourced from pandas's releases.
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 for a list of all the changes. pandas 1.4.0 supports Python 3.8 and higher.
The release will be available on conda-forge and PyPI.
The release can be installed from PyPI
python -m pip install --upgrade --pre pandas==1.4.0rc0Or from conda-forge
conda install -c conda-forge/label/pandas_rc pandas==1.4.0rc0Please report any issues with the release candidate on the pandas issue tracker.
Commits
-
06d2301RLS: 1.4.1 -
47e3b40Backport PR #45587: DOC: append deprecation (#45942) -
f61dfdeBackport PR #45936: DOC: 1.4.1 release date (#45941) -
28f5e90Backport PR #45925: BUG: rolling(axis=1).apply() raising ValueError (#45939) -
0fc655fBackport PR #45920: DOC: fix URLs, formatting and typos (#45930) -
1418835Backport PR #45633: DOC: Fix typo in nth docstring (#45924) -
f035290Backport PR #45853: Fixing documentation format in read_csv (#45922) -
ebf024eBackport PR #45923: DOC: add Python 3.10 to doc (#45927) -
deea056Backport PR #45910: TST/CI: Set hypothesis deadline to None to avoid flaky fa... -
58aebf1Backport PR #45909: BUG: DateOffset(n) not defaulting to days (#45918) - Additional commits viewable in compare view