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

Various changes for Pandas 2.x compability. #249

Merged
merged 4 commits into from
Aug 29, 2023
Merged

Conversation

frreiss
Copy link
Member

@frreiss frreiss commented Aug 28, 2023

This PR updates the code in the library so that regression tests, notebooks, and tutorial scenarios all work with Pandas 2.0.

I had to disable some tests relating to NumPy universal functions because upstream changes seem to have broken this functionality in a way that defies any kind of easy fix. Moving forward we'll probably want to deprecate the TensorArray class in favor of the new Arrow Tensor type plus Arrow-based arrays.

FYI @BryanCutler

Tests for Python 3.6 no longer function because a number of upstream projects have dropped support. Switching our Python versions used for testing to 3.7-3.9. Also updating Pandas versions to 1.2, 1.3, and current.
Copy link
Member

@BryanCutler BryanCutler left a comment

Choose a reason for hiding this comment

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

LGTM. Glad to see they finally merged in the tensor extension type after only a couple years! ;)

@frreiss frreiss merged commit 058a1e2 into CODAIT:master Aug 29, 2023
7 checks passed
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.

None yet

2 participants