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
Copy file name to clipboardExpand all lines: docs/release-notes/0.15.2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
```{rubric} Features
4
4
```
5
-
* Add `ptg.GuideAssignment.assign_mixture_model` for crispat-style Poisson-Gaussian guide assignment. The CUDA/nanobind implementation writes pertpy-compatible labels to `adata.obs` and stores both pertpy-style and crispat-style model readouts in `adata.var` {pr}`637` {smaller}`S Dicks`
* Add pseudobulk based distance metrics to {class}`~rapids_singlecell.ptg.Distance`: ``euclidean``, ``root_mean_squared_error``, ``mse``, ``mean_absolute_error``, ``pearson_distance``, ``cosine_distance``, ``r2_distance``. Matches ``pertpy.tl.Distance`` {pr}`676` {smaller}`S Dicks`
7
7
* Add bootstrap support (``bootstrap=True``) to the pseudobulk distance metrics of {class}`~rapids_singlecell.ptg.Distance` for ``pairwise`` and ``onesided_distances``, plus array-level ``Distance.bootstrap``. Each iteration resamples cells per group on the GPU and recomputes the group-mean distances {pr}`684` {smaller}`S Dicks`
8
8
* Add ``wasserstein`` metric to {class}`~rapids_singlecell.ptg.Distance` {pr}`683` {smaller}`S Dicks`
0 commit comments