Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pandas to v2.2.3 #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pandas (source) ==2.2.2 -> ==2.2.3 age adoption passing confidence

Release Notes

pandas-dev/pandas (pandas)

v2.2.3: Pandas 2.2.3

Compare Source

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:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

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

Thanks to all the contributors who made this release possible.


Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), Automerge - At any time (no schedule defined).

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

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

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


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

This PR was generated by Mend Renovate. View the repository job log.

minoskt and others added 2 commits August 9, 2024 09:54
* Create SECURITY.md

* Update CODEOWNERS

* Create renovate.json

* Delete sftp.json

* Add .vscode related ignores

---------

Co-authored-by: Kleomenis Katevas <[email protected]>
Copy link

github-actions bot commented Oct 2, 2024

[puLL-Merge] - pandas-dev/[email protected]

Description

This PR makes several changes to improve compatibility with Python 3.13, update dependencies, and fix various issues across the pandas codebase. Key changes include:

  1. Adding support for Python 3.13 in CI and wheel building.
  2. Updating numpy and other dependency versions.
  3. Fixing various test failures and warnings.
  4. Improving CSV parsing and other I/O operations.
  5. Enhancing compatibility with newer versions of pyarrow and other libraries.

Possible Issues

  1. Some changes may introduce regressions in edge cases not covered by existing tests.
  2. The updates to dependency versions could potentially cause compatibility issues with other libraries that depend on pandas.

Security Hotspots

No significant security issues are apparent in this change.

Changes

Changes

  1. .circleci/config.yml:

    • Added support for Python 3.13 builds
    • Updated cibuildwheel version
  2. .github/workflows/:

    • Added Python 3.13 to various CI workflows
    • Updated dependency installation commands
  3. ci/deps/:

    • Updated dependency versions in various CI configuration files
  4. doc/source/:

    • Fixed various documentation issues and warnings
  5. pandas/_libs/:

    • Fixed type issues and warnings in C extensions
  6. pandas/core/:

    • Updated various core pandas functions for better compatibility
  7. pandas/tests/:

    • Fixed and updated numerous test cases
  8. pyproject.toml:

    • Updated build system requirements
    • Added configuration for Python 3.13 builds
  9. scripts/:

    • Added new script for cibuildwheel pre-build steps

Overall, this PR represents a significant effort to keep pandas up-to-date with the latest Python versions and dependencies, while fixing various issues throughout the codebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant