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

Pandas 2.0 compatibility #43

Merged
merged 8 commits into from
Jun 1, 2023
Merged

Pandas 2.0 compatibility #43

merged 8 commits into from
Jun 1, 2023

Conversation

gtca
Copy link
Collaborator

@gtca gtca commented May 25, 2023

gtca added 2 commits May 26, 2023 00:29
Use "boolean" dtype instead of bool to deal with nullable bool arrays
@codecov-commenter
Copy link

codecov-commenter commented May 25, 2023

Codecov Report

Merging #43 (c567cb0) into master (baac912) will increase coverage by 0.12%.
The diff coverage is 86.66%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   69.25%   69.38%   +0.12%     
==========================================
  Files          14       14              
  Lines        1633     1653      +20     
==========================================
+ Hits         1131     1147      +16     
- Misses        502      506       +4     
Impacted Files Coverage Δ
mudata/_core/utils.py 85.71% <63.63%> (-14.29%) ⬇️
mudata/_core/mudata.py 63.18% <100.00%> (ø)
tests/test_view_copy.py 100.00% <100.00%> (ø)

@gtca gtca merged commit 845c1e3 into master Jun 1, 2023
@gtca gtca deleted the pandas2.0 branch June 1, 2023 15:33
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.

Cannot create view of view with pandas 2.0
2 participants