Skip to content

Commit 90d2667

Browse files
committed
Updated changelog
1 parent b6bf638 commit 90d2667

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)