Skip to content

0.7.1

Compare
Choose a tag to compare
@flying-sheep flying-sheep released this 25 Aug 08:00
· 668 commits to main since this release
Fix unnecessary copy in strings_to_categoricals (#298)

Removed an explicit `init_as_actual` in `strings_to_categoricals` in favour the implicit one from modifying the dataframe.

Split the raw r/w test into two (actualized AnnData and view), and check if the warning still occurs in the view one.

Co-authored-by: Philipp A. <[email protected]>