Bump pandas from 1.2.4 to 1.3.2
Bumps pandas from 1.2.4 to 1.3.2.
Release notes
Sourced from pandas's releases.
Pandas 1.3.2
This is a patch release in the 1.3.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.3.1
This is the first patch release in the 1.3.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.3.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.
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.3.0rc1
We are pleased to announce a release candidate for pandas 1.3.0. If all goes well, we'll release pandas 1.3.0 in about two weeks.
See the [whatsnew][0] for a list of all the changes.
... (truncated)
Commits
-
5f648bf
RLS: 1.3.2 -
a3d0be1
1.3.2 release date (#43045) (#43049) -
e596ded
Backport PR #42999: TST: Fix test related to reverting fastparquet nullable s... -
3608e3a
Backport PR #43005: CI: Run python dev with numpy python 3.10 wheels (#43007) -
255b796
Backport fastparquet 0.7 compat (PR #42954 and #42919) (#42987) -
0130d77
Backport PR #42983: DOC/CLN: 1.3.2 release notes (#42985) -
9549595
Backport PR #42823: BUG: Pass copy argument to expanddim constructor in conca... -
b2e5186
Backport PR #42838 on branch 1.3.x (REGR: Series.nlargest with masked arrays)... -
8a19457
Backport PR #42936: BUG:Can't calculate quantiles from Int64Dtype Series when... -
3e887a9
Backport PR #42962: CI: Pin dateutil (#42969) - Additional commits viewable in compare view