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 pandas
Or via PyPI:
python3 -m pip install --upgrade pandas
Please 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 pandas
Or via PyPI:
python3 -m pip install --upgrade pandas
Please 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.0rc0
Or from conda-forge
conda install -c conda-forge/label/pandas_rc pandas==1.4.0rc0
Please report any issues with the release candidate on the pandas issue tracker.
Commits
-
06d2301
RLS: 1.4.1 -
47e3b40
Backport PR #45587: DOC: append deprecation (#45942) -
f61dfde
Backport PR #45936: DOC: 1.4.1 release date (#45941) -
28f5e90
Backport PR #45925: BUG: rolling(axis=1).apply() raising ValueError (#45939) -
0fc655f
Backport PR #45920: DOC: fix URLs, formatting and typos (#45930) -
1418835
Backport PR #45633: DOC: Fix typo in nth docstring (#45924) -
f035290
Backport PR #45853: Fixing documentation format in read_csv (#45922) -
ebf024e
Backport PR #45923: DOC: add Python 3.10 to doc (#45927) -
deea056
Backport PR #45910: TST/CI: Set hypothesis deadline to None to avoid flaky fa... -
58aebf1
Backport PR #45909: BUG: DateOffset(n) not defaulting to days (#45918) - Additional commits viewable in compare view