v0.2.2
What's Changed
- Raise ValueError on sparse array by @marcovarrone in #44
- Complete rewrite of the pl.enrichment and adding the permutation-based computation of gr.enrichment to estimate pvalues by @marcovarrone in #47
- Removed dependency of pl.enrichment with scanpy's dotplot.
- p-values are shown by color (parameter pvalues)
- Possibility to select a significance threshold (parameter significance )
- Show also depleted label-group pairs (parameter enriched_only)
- Show only significant pairs based on the significance threshold (parameter significant_only)
- Fix issue with diff_nhood_enrichment when more than two conditions are present by @grst in #45
Full Changelog: v0.2.1...v0.2.2