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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
### 0.15.2 {small}`the-future`
1
+
### 0.15.2 {small}`2026-06-03`
2
2
3
3
```{rubric} Features
4
4
```
@@ -16,3 +16,4 @@
16
16
```
17
17
* Fixes per-batch clip threshold in `pp.highly_variable_genes(flavor="pearson_residuals", batch_key=...)`: each batch now uses its own `sqrt(n_cells_in_batch)` instead of silently reusing the first batch's value {pr}`674` {smaller}`A Mikaeili`
18
18
* {class}`~rapids_singlecell.ptg.Distance` drops unused (zero-cell) ``groupby`` categories for all metrics; ``edistance`` previously returned ``NaN`` for empty categories {pr}`683` {smaller}`S Dicks`
19
+
* The ``rapids-singlecell-cu12`` Docker image is pinned back to ``cuda-version=12.8`` so it no longer pulls CUDA 13 RAPIDS binaries (``cuda-bindings`` 13.x) and works on driver 535+ again; the image build now fails fast if CUDA 12/13 packages are mixed {pr}`686` {smaller}`S Dicks`
0 commit comments