You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`decoupler._download._download` now returns bytes instead of a dataframe. To transform to `pandas.DataFrame` use `decoupler._download._bytes_to_pandas`
17
+
- Enrichment methods and pseudobulking now work with backed AnnData objects, useful when working with big datasets and memory is limited
18
+
19
+
### Bugfixes
20
+
- Fixed error in `pl.obsm` where default value of `cmap_obs` was not properly set.
21
+
22
+
## 2.0.7
23
+
24
+
### Changes
25
+
- Added `pre-commit` functionality to the repository
26
+
27
+
## 2.0.6
28
+
29
+
### Changes
30
+
- Modified links and paths to follow scverse's repository
31
+
32
+
## 2.0.5
33
+
34
+
### Bugfixes
35
+
- Fixed error message when extra dependencies where not installed
36
+
37
+
## 2.0.4
38
+
39
+
### Bugfixes
40
+
- Fixed `dcor` import bug as an external dependency
41
+
42
+
## 2.0.3
43
+
44
+
### Bugfixes
45
+
- Fixed error in `pp.pseudobulk` when obs columns were not categorical
46
+
47
+
## 2.0.2
48
+
49
+
### Changes
50
+
- Allowed ordering functions (`pp.bin_order`, `pl.order` and `pl.order_targets`) not to be bound between 0 and 1
51
+
- Added ipywidgets as dependency
52
+
- Silenced xgboost warnings
53
+
54
+
### Bugfixes
55
+
- Handled corner case in `bm.metric.auc` when scores are all 0
56
+
- Fixed error in `bm.metric.hmean` when metrics were str instead of list
57
+
- Fixed error when `obs` column is a list in `pp.pseudobulk`
58
+
59
+
## 2.0.1
60
+
61
+
### Bugfixes
62
+
- Fixed an error in `pp.pseudobulk` when handling empty samples or features
63
+
64
+
## 2.0.0
12
65
13
66
Major update to accomodate the scverse template {cite}`scverse`.
0 commit comments