Skip to content

v2.1.0

Compare
Choose a tag to compare
@PauBadiaM PauBadiaM released this 09 Jul 06:57
· 25 commits to main since this release
38b50dc

Changes

  • Updated logo
  • decoupler._download._download now returns bytes instead of a dataframe. To transform to pandas.DataFrame use decoupler._download._bytes_to_pandas
  • Enrichment methods and pseudobulking now work with backed AnnData objects, useful when working with big datasets and memory is limited

Bugfixes

  • Fixed error in pl.obsm where default value of cmap_obs was not properly set.