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

Get Thicket ready for breaking changes in Pandas 3.0 #221

Open
ilumsden opened this issue Nov 4, 2024 · 0 comments
Open

Get Thicket ready for breaking changes in Pandas 3.0 #221

ilumsden opened this issue Nov 4, 2024 · 0 comments
Labels
area-deployment Issues and PRs involving Thicket's packaging and deployment area-external Issues and PRs related to external libraries used by Thicket priority-normal Normal priority issues and PRs status-work-in-progress PR is currently being worked on

Comments

@ilumsden
Copy link
Collaborator

ilumsden commented Nov 4, 2024

Pandas 3.0 adds several breaking changes that will almost certainly cause issues for Thicket. In particular, Pandas 3.0 removes the eager execution mode that has existed since the first release of Pandas. Instead, Pandas 3.0 will use the lazy execution mode (named "Copy-on-Write") that was introduced in version 1.5 and completed in version 2.1. For a (sort-of) full list of changes, see the in-progress changelog: https://pandas.pydata.org/pandas-docs/dev/whatsnew/v3.0.0.html

This PR is for tracking progress on supporting Pandas 3.0

@ilumsden ilumsden added area-deployment Issues and PRs involving Thicket's packaging and deployment area-external Issues and PRs related to external libraries used by Thicket priority-normal Normal priority issues and PRs status-work-in-progress PR is currently being worked on labels Nov 4, 2024
ilumsden added a commit to TauferLab/thicket that referenced this issue Nov 4, 2024
ilumsden added a commit to TauferLab/thicket that referenced this issue Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-deployment Issues and PRs involving Thicket's packaging and deployment area-external Issues and PRs related to external libraries used by Thicket priority-normal Normal priority issues and PRs status-work-in-progress PR is currently being worked on
Projects
None yet
Development

No branches or pull requests

1 participant