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

[FIX] Adapt to newly released pandas 2.1 #6559

Merged
merged 2 commits into from
Aug 30, 2023

Conversation

PrimozGodec
Copy link
Contributor

Issue

pandas_compat imports SparseDtype from pandas.core.arrays.sparse.dtype, which is no longer valid.

Description of changes

Fix SparseDtype import

Includes
  • Code changes
  • Tests
  • Documentation

@PrimozGodec PrimozGodec changed the title [FIX] pandas_compat - Update SparseDtype import [FIX] Adapt to newly released pandas 2.1 Aug 30, 2023
@PrimozGodec PrimozGodec marked this pull request as ready for review August 30, 2023 16:11
@PrimozGodec
Copy link
Contributor Author

I am merging this because it is better than nothing. I will deal with Python 3.8 tomorrow.

@PrimozGodec PrimozGodec merged commit 823b650 into biolab:master Aug 30, 2023
18 of 21 checks passed
@PrimozGodec PrimozGodec deleted the adapt-to-pandas-2.1 branch August 30, 2023 16:12
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.

1 participant