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

Remove version check from workaround for Pandas #42430 #236

Merged
merged 1 commit into from
Jul 28, 2021

Conversation

frreiss
Copy link
Member

@frreiss frreiss commented Jul 26, 2021

The discussion around pandas-dev/pandas#42430 is taking longer than expected. Pandas has released a 1.3.1 release without a fix for this issue. From the direction the discussion is taking, it looks like further performance related changes are likely to introduce similar breakage in the future, even after this issue is patched.

This PR removes the Pandas version check from the workaround from this issue. That way we won't be broken if Pandas decides to put the offending performance code into another future release. Due to the other checks that are still done, the workaround is still only activated in a narrow set of circumstances even after this change.

@frreiss frreiss requested a review from BryanCutler July 26, 2021 21:02
@frreiss
Copy link
Member Author

frreiss commented Jul 28, 2021

Merging this PR, as this issue is blocking our CI.

@frreiss frreiss merged commit 435ab0f into CODAIT:master Jul 28, 2021
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

1 participant