We are pleased to announce the release of pandas 2.2.3.
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 2.2.3 supports Python 3.9 and higher.
The release will be available on the defaults and conda-forge channels:
- Include ``tox.toml`` in sdist archives to fix test failures resulting from its lack.
- by :user:`mgorny` (:issue:`3389`)
v4.21.1 (2024-10-02)
Bugfixes - 4.21.1
Fix error when using requires within a TOML configuration file - by :user:gaborbernat. (:issue:3386)
Fix error when using deps within a TOML configuration file - by :user:gaborbernat. (:issue:3387)
Multiple fixes for the TOML configuration by :user:gaborbernat.:
Do not fail when there is an empty command within commands.
Allow references for set_env by accepting list of dictionaries for it.
Do not try to be smart about reference unrolling, instead allow the user to control it via the extend flag,
available both for posargs and ref replacements.
The ref replacements raw key has been renamed to of. (:issue:3388)
v4.21.0 (2024-09-30)
Features - 4.21.0
- Native TOML configuration support - by :user:`gaborbernat`. (:issue:`999`)
Improved Documentation - 4.21.0
Update Loader docs - by :user:ziima (:issue:3352)
v4.20.0 (2024-09-18)
Features - 4.20.0
- Separate the list dependencies functionality to a separate abstract class allowing code reuse in plugins (such as
``tox-uv``) - by :gaborbernat`. (:issue:`3347`)
v4.19.0 (2024-09-17)
Features - 4.19.0
Support pypy-<major>.<minor> environment names for PyPy environments - by :user:gaborbernat. (:issue:3346)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the actions group with 10 updates in the / directory:
2.1.1
2.1.2
2.2.2
2.2.3
6.112.1
6.112.4
3.8.0
4.0.0
1.17.4
1.18.3
0.6.5
0.6.9
2.0.1
2.0.2
4.18.1
4.21.2
9.5.34
9.5.39
8.27.0
8.28.0
Updates
numpy
from 2.1.1 to 2.1.2Release notes
Sourced from numpy's releases.
... (truncated)
Commits
f5afe3d
Merge pull request #27507 from charris/prepare-2.1.26b9ef48
REL: Prepare for the NumPy 2.1.2 release [wheel build]6d85a24
MAINT: Pin setuptools for Python < 3.12 [wheel build]7f327d8
Merge pull request #27506 from charris/backport-2750309e9cd9
BUG: avoid segfault on bad arguments in ndarray.array_function06b4793
Merge pull request #27501 from charris/backport-27495364efb5
MAINT: Bump pypa/cibuildwheel from 2.21.1 to 2.21.2df0e261
Merge pull request #27484 from ngoldbaum/use-weak-defaultfa61bc6
Merge pull request #27481 from charris/backport-27472d6d06ae
Merge pull request #27480 from charris/backport-27475Updates
pandas
from 2.2.2 to 2.2.3Release notes
Sourced from pandas's releases.
Commits
0691c5c
RLS: 2.2.3658dfdd
relax cython bound6891e90
Backport PR #59847: BLD: Build wheels for Python 3.13 on aarch64 as wellf108468
RLS: 2.2.36958738
Backport PR #59840: BLD: Final release prep for 2.2.3 (#59842)0bd98fe
Backport PR #59136 on branch 2.2.x (Upload 3.13 & free-threaded nightly wheel...8d67e77
Backport PR #59836 on branch 2.2.x (BLD: Fix bad Cython annotation) (#59837)f7b6378
Assorted backports for 2.2.x (#59785)2127b42
Backport #59144 on 2.2.x / 2.3.x (remove ops div class to solve #2137) (#59535)4a20adb
Backport PR #59813 on branch 2.2.x (CI: Debug failing ARM builds) (#59828)Updates
hypothesis
from 6.112.1 to 6.112.4Commits
d13235a
Bump hypothesis-python version to 6.112.4 and update changelogb186203
Merge pull request #4126 from Zac-HD/various-cleanupsfa0d507
Improve patches for np.array18cd732
deflake alt-backend test30921f4
Conditionally skip flakey-on-pypy test16821c4
Speed up use_true_random=Truebfc994e
deflake last testsf0385f8
Supportgit apply -p1
by default08378fa
Exclude invalid stateful rules faster09308df
Improve type annotationsUpdates
pre-commit
from 3.8.0 to 4.0.0Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
dbccd57
v4.0.0d07e529
Merge pull request #3320 from pre-commit/remove-python-venv801b956
remove deprecated python_venv aliasa2f7b80
Merge pull request #3315 from pre-commit/warn-deprecated-stage-names-on-initd317223
add warning for deprecates stages for remote repos on init7555e11
Merge pull request #3314 from pre-commit/remove-log-info-mock05e365f
Merge pull request #3313 from pre-commit/default-stages-warning1d2f1c0
replace log_info_mock with pytest's caplog33e020f
add warning for deprecated stages values indefault_stages
e7cfc0d
Merge pull request #3312 from pre-commit/warning-for-old-stage-namesUpdates
basedpyright
from 1.17.4 to 1.18.3Commits
e62bb23
1.18.3de76209
refactor baseline code into a class, move some duplicated logic from both the...16f4a73
Revert "update inline typed dict test due to upstream change that caused more...7d90b87
fix browser-basedpyright dependency versionsf00cfeb
bump vscode-languageserver to fix type errorse0e3c64
update npm lockfilesb71bcfa
fix type errors from merge422ce40
Merge tag '1.1.383' into merge-1.1.3835e57e0a
Published 1.1.383606e12e
Fixed bug that caused type alias toNever
orNoReturn
to lose its type al...Updates
ruff
from 0.6.5 to 0.6.9Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
975be9c
Bump version to 0.6.9 (#13624)99e4566
MarkFURB118
fix as unsafe (#13613)7ad07c2
Addallow-unused-imports
setting forunused-import
rule (F401
) (#13601)4aefe52
Support ruff discovery in pip build environments (#13591)cc1f766
Preserve trivia (i.e. comments) in PLR5501 (#13573)fdd0a22
Move to maintained mirror of prettier (#13592)3728d5b
[pyupgrade
] Fix UP043 to apply tocollections.abc.Generator
and `collecti...7e3894f
Avoid short circuitingB017
for multiple context managers (#13609)c3b40da
Use backticks for code in red-knot messages (#13599)ef45185
Allow users to provide custom diagnostic messages when unwrapping calls (#13597)Updates
tomli
from 2.0.1 to 2.0.2Changelog
Sourced from tomli's changelog.
Commits
3ec6775
Bump version: 2.0.1 → 2.0.21dcd317
Add v2.0.2 changelogc94ee69
Fix GitHub Actions badge4e245a4
tomli.loads
: Raise TypeError not AttributeError. Improve message (#229)facdab0
Update pre-commit. Remove docformattera613867
Use sys.version_info in compatibility layer (#220)39eff9b
Add support for Python 3.12, drop EOL 3.7 (#224)0054e60
[pre-commit.ci] pre-commit autoupdate (#208)1bd3345
Test against Python 3.12-dev5646e69
Type annotate asIO[bytes]
, notBinaryIO
Updates
tox
from 4.18.1 to 4.21.2Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
Commits
c953f4f
release 4.21.23ab1d3e
Update sdist rules to includetox.toml
(#3389) (#3390)172a952
Fix user guide typo434ac18
release 4.21.134d3adc
Fix TOML configuration errors (#3388)719b346
Update installation.rst46bef9e
release 4.21.0cea105b
True TOML config support (#3353)a04b039
[pre-commit.ci] pre-commit autoupdate (#3385)f5eba31
Update Loader docs (#3352)Updates
mkdocs-material
from 9.5.34 to 9.5.39Release notes
Sourced from mkdocs-material's releases.
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
70db88f
Prepare 9.5.39 release187705e
Updated dependencies56fdb28
Adjusted code copy button documentationaeb9492
Fixed stay no page functionality when using mike's canonical versioning (#7559)50a15be
Updated link to step-by-step guide on YouTube117250a
Prepare 9.5.38 release74ca234
Added Albanian translations84ddbba
Prepare 9.5.37 releasefd98413
Documentation (#7557)573d23d
Updated dependenciesUpdates
ipython
from 8.27.0 to 8.28.0Commits
a9c7369
release 8.28.00e62e65
What's new and update release tools (#14530)9b8d0c3
What's new and update release tools0d3a38c
DOC: whatsnew/v8: Update release notes for the Mamba and Micromamba magic com...b912331
Update docs/source/whatsnew/version8.rstd23bee0
Use environment variable to identify conda / mamba (#14515)06f266d
Update docs/source/whatsnew/version8.rste77bdfa
remove json report files (#14529)ea2fce1
[PR]: Make values public (_tb_highlight & _tb_highlight_style) (#14518)ab2053a
remove json report filesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show