We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b444a0 commit b81b75cCopy full SHA for b81b75c
1 file changed
CHANGELOG.md
@@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning][].
8
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
9
[semantic versioning]: https://semver.org/spec/v2.0.0.html
10
11
+## 2.1.1
12
+
13
+### Added
14
+- mypy checks in CI
15
+- notebook checks in CI
16
17
+### Bugfixes
18
+- Fixed error in `decoupler.pp.pseudobulk` when `adata.obs_names` were not unique, now throws verbose error
19
+- Fixed corner case in `decoupler.mt.gsea` when p-values were infitite and could not be corrected
20
21
## 2.1.0
22
23
### Changes
0 commit comments