-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
area-deploymentIssues and PRs involving Thicket's packaging and deploymentIssues and PRs involving Thicket's packaging and deploymentarea-externalIssues and PRs related to external libraries used by ThicketIssues and PRs related to external libraries used by Thicketpriority-normalNormal priority issues and PRsNormal priority issues and PRsstatus-work-in-progressPR is currently being worked onPR is currently being worked on
Description
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
Metadata
Metadata
Assignees
Labels
area-deploymentIssues and PRs involving Thicket's packaging and deploymentIssues and PRs involving Thicket's packaging and deploymentarea-externalIssues and PRs related to external libraries used by ThicketIssues and PRs related to external libraries used by Thicketpriority-normalNormal priority issues and PRsNormal priority issues and PRsstatus-work-in-progressPR is currently being worked onPR is currently being worked on