Skip to content

Commit c10e7c9

Browse files
committed
more details
Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
1 parent 1fa3f9b commit c10e7c9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

content/blog/2026-rsc-goes-nanobind.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title = "rapids-singlecell 0.15.0: Prebuilt CUDA Wheels and Compiled Kernels"
33
date = 2026-04-30T00:00:05+01:00
44
description = "Why we moved from CuPy RawKernels to nanobind C++ extensions and other release highlights."
5-
author = "Severin Dicks"
5+
author = "Severin Dicks, Lukas Heumos"
66
draft = false
77
+++
88

@@ -196,9 +196,10 @@ Both energy distance and co-occurrence kernels gained multi-GPU support ([#545](
196196

197197
### More highlights
198198

199+
- **RAPIDS 26.04 and Python 3.14 support** across all CI and conda environments.
199200
- **Dask support for `highly_variable_genes`** with the Seurat v3 flavor ([#616](https://github.com/scverse/rapids-singlecell/pull/616)).
200201
- **CUDA kernel error surfacing** — launch errors are now raised instead of silently continuing ([#619](https://github.com/scverse/rapids-singlecell/pull/619)).
201-
- **RAPIDS 26.04 and Python 3.14 support** across all CI and conda environments.
202+
- **Additional tutorials** such as a Pertpy-GPU tutorial ([#645](https://github.com/scverse/rapids-singlecell/pull/645))
202203

203204
A big thank you to everyone who tested the pre-releases and helped surface issues before this release went out.
204205

0 commit comments

Comments
 (0)