File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,12 +11,13 @@ and this project adheres to [Semantic Versioning][].
1111## 2.1.2
1212
1313### Added
14- - ` pp.query_set ` to test overlap between a given feature set against a database of sets.
14+ - ` pp.query_set ` to test overlap between a given feature set against a database of sets
1515
1616### Changes
1717
18- - ` tl.rankby_obsm ` now accepts ` AnnData.obs ` column names specified in the ` obs_keys ` argument.
19- - ` pl.source_targets ` now accepts extra arguments through ` kw_scatter ` and its ` top ` can be ` None ` , not displaying any label.
18+ - ` tl.rankby_obsm ` now accepts ` AnnData.obs ` column names specified in the ` obs_keys ` argument
19+ - ` pl.source_targets ` now accepts extra arguments through ` kw_scatter ` and its ` top ` can be ` None ` , not displaying any label
20+ - p-values now are corrected using a custom numba-optimized version of ` scipy.stats.false_discovery_control ` called ` _fdr_bh_axis1_numba `
2021
2122## 2.1.1
2223
You can’t perform that action at this time.
0 commit comments