Skip to content

Update dependency pandas to v2 - autoclosed

igswsihw-wmadepbot requested to merge renovate/pandas-2.x into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
pandas ==1.5.3 -> ==2.0.0 age adoption passing confidence

Dependency Lookup Warnings

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

pandas-dev/pandas

v2.0.0: Pandas 2.0.0

Compare Source

We are pleased to announce the release of pandas 2.0.0, a major release from the pandas 1 series. This release includes some new features, bug fixes, and performance improvements, as well as possible breaking changes. It is recommended that users with existing code upgrade to pandas 1.5.3 before they upgrade to pandas 2, and make sure their code does not generate FutureWarning or DeprecationWarning messages.

See the whatsnew for a list of all the changes.

The release will be available on conda-forge and PyPI.

The release can be installed from PyPI

python -m pip install --upgrade pandas==2.0.0

Or from conda-forge

mamba install -c conda-forge pandas==2.0.0

Please report any issues with the release candidate on the pandas issue tracker.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by igswsihw-wmadepbot

Merge request reports