Skip to content

Adapt to pandas 3.0#558

Merged
tramora merged 2 commits intomainfrom
536-adapt-to-pandas3
Feb 27, 2026
Merged

Adapt to pandas 3.0#558
tramora merged 2 commits intomainfrom
536-adapt-to-pandas3

Conversation

@tramora
Copy link
Collaborator

@tramora tramora commented Feb 20, 2026

  • For python 3.10, 2.3.3 is still used but with the new pandas StringDtype enabled
  • For python 3.11+, the later 3.0.0+ versions are used

Fixes #536


TODO Before Asking for a Review

  • Rebase your branch to the latest version of main (or main-v10)
  • Make sure all CI workflows are green
  • When adding a public feature/fix: Update the Unreleased section of CHANGELOG.md (no date)
  • Self-Review: Review "Files Changed" tab and fix any problems you find
  • API Docs (only if there are changes in docstrings, rst files or samples):
    • Check the docs build without warning: see the log of the API Docs workflow
    • Check that your changes render well in HTML: download the API Docs artifact and open index.html
    • If there are any problems it is faster to iterate by building locally the API Docs

@tramora tramora force-pushed the 536-adapt-to-pandas3 branch 7 times, most recently from 326a9e5 to 0162ef9 Compare February 23, 2026 11:07
@tramora tramora force-pushed the 536-adapt-to-pandas3 branch from 0162ef9 to 97de414 Compare February 25, 2026 10:56
Copy link
Collaborator

@popescu-v popescu-v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the remaining comments.

@tramora tramora force-pushed the 536-adapt-to-pandas3 branch 3 times, most recently from fe55f7f to f94e426 Compare February 25, 2026 17:41
Copy link
Member

@folmos-at-orange folmos-at-orange left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

I would change the README for the minimum versions though (or eliminate that section).

@tramora tramora force-pushed the 536-adapt-to-pandas3 branch from f94e426 to 6fc418d Compare February 26, 2026 11:38
@tramora tramora requested a review from popescu-v February 26, 2026 11:42
Copy link
Collaborator

@popescu-v popescu-v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One single remaining pending change (see the comment).

Thierry RAMORASOAVINA added 2 commits February 26, 2026 20:23
- For python 3.10, 2.3.3 is still used but with the new pandas StringDtype enabled
- For python 3.11+, the later 3.0.0+ versions are used
@tramora tramora force-pushed the 536-adapt-to-pandas3 branch from 6fc418d to d044263 Compare February 26, 2026 19:25
@tramora tramora requested a review from popescu-v February 26, 2026 19:26
@tramora tramora merged commit 465566c into main Feb 27, 2026
87 checks passed
@tramora tramora deleted the 536-adapt-to-pandas3 branch February 27, 2026 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adapt to Pandas 3.0.0+

3 participants