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

Skip pandas release causing infinite recursion #1211

Merged
merged 2 commits into from Oct 30, 2023
Merged

Conversation

flying-sheep
Copy link
Member

@flying-sheep flying-sheep commented Oct 30, 2023

@flying-sheep flying-sheep added this to the 0.10.3 milestone Oct 30, 2023
@flying-sheep flying-sheep changed the title Fix infinite recursion in pandas Skip pandas release causing infinite recursion when setting a slice of a categorical column Oct 30, 2023
@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

Merging #1211 (03d0d1d) into main (aeb17bc) will decrease coverage by 2.19%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1211      +/-   ##
==========================================
- Coverage   84.85%   82.67%   -2.19%     
==========================================
  Files          36       36              
  Lines        5407     5407              
==========================================
- Hits         4588     4470     -118     
- Misses        819      937     +118     
Flag Coverage Δ
gpu-tests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

see 7 files with indirect coverage changes

@flying-sheep flying-sheep changed the title Skip pandas release causing infinite recursion when setting a slice of a categorical column Skip pandas release causing infinite recursion Oct 30, 2023
@flying-sheep flying-sheep merged commit 12d0f41 into main Oct 30, 2023
17 of 18 checks passed
@flying-sheep flying-sheep deleted the fix-recursion branch October 30, 2023 11:04
meeseeksmachine pushed a commit to meeseeksmachine/anndata that referenced this pull request Oct 30, 2023
flying-sheep added a commit that referenced this pull request Oct 30, 2023
…ite recursion) (#1212)

Co-authored-by: Philipp A <flying-sheep@web.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataFrameView in pandas 2.1.2 changed behavior, breaking AnnData in several ways
1 participant