Skip to content

Commit 1e35acc

Browse files
committed
added release note
1 parent 9667f01 commit 1e35acc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/release-notes/0.15.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### 0.15.0 {small}`the-future`
22

3+
```{rubric} Features
4+
```
5+
* Allow multiple control groups in ``onesided_distances`` for computing energy distances against several references in a single kernel launch {pr}`601` {smaller}`S Dicks`
6+
37
```{rubric} Bug fixes
48
```
59
* Fix multi-GPU ``cudaErrorLaunchFailure`` during cross-device result aggregation when using RMM without pool allocation for very large datasets {pr}`594` {smaller}`S Dicks`

src/rapids_singlecell/pertpy_gpu/_distance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def onesided_distances(
232232
self,
233233
adata: AnnData,
234234
groupby: str,
235-
selected_group: str,
235+
selected_group: Sequence[str] | str,
236236
*,
237237
groups: Sequence[str] | None = None,
238238
bootstrap: bool = False,

0 commit comments

Comments
 (0)