Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/blog/2025-core-expansion.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ draft = false

# Four new core packages in scverse

We're happy to announce that four new packages have joined the scverse core ecosystem: [SnapATAC2](https://github.com/scverse/snapatac2), [rapids-singlecell](https://github.com/scverse/rapids_singlecell), [pertpy](https://github.com/scverse/pertpy), and [decoupler](https://github.com/scverse/decoupler).
We're happy to announce that four new packages have joined the scverse core ecosystem: [SnapATAC2](https://github.com/scverse/snapatac2), [rapids-singlecell](https://github.com/scverse/rapids-singlecell), [pertpy](https://github.com/scverse/pertpy), and [decoupler](https://github.com/scverse/decoupler).
This broadens the scope of scverse beyond our so far supported modalities and brings in new functionality for epigenomics, perturbation screens, GPU acceleration, and functional inference.

Single-cell analysis is evolving rapidly, with new experimental modalities and larger datasets becoming the norm.
Expand All @@ -30,7 +30,7 @@ All outputs are stored in AnnData and integrate seamlessly with scanpy and other

## rapids-singlecell

[rapids-singlecell](https://github.com/scverse/rapids_singlecell) accelerates the full single-cell analysis pipeline through GPU acceleration with CuPy and NVIDIA RAPIDS.
[rapids-singlecell](https://github.com/scverse/rapids-singlecell) accelerates the full single-cell analysis pipeline through GPU acceleration with CuPy and NVIDIA RAPIDS.
Core steps—including PCA, neighborhood graph construction, and clustering—are executed on GPU using cuML, cuGraph, and custom CUDA/CuPy kernels for peak performance.

RSC integrates directly with AnnData and offers near drop-in replacements not only for scanpy, but also for selected functions from decoupler and squidpy.
Expand Down
2 changes: 1 addition & 1 deletion content/blog/2026-rsc-goes-nanobind.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Both energy distance and co-occurrence kernels gained multi-GPU support ([#545](

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

For questions and bug reports, visit the [GitHub issue tracker](https://github.com/scverse/rapids_singlecell/issues).
For questions and bug reports, visit the [GitHub issue tracker](https://github.com/scverse/rapids-singlecell/issues).

---

Expand Down
2 changes: 1 addition & 1 deletion content/packages/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ aliases = ["/projects/"]
details = "rapids-singlecell is a GPU-accelerated single-cell analysis library that serves as a drop-in replacement for scanpy, squidpy, and decoupler."
[[packages.links]]
text = "GitHub"
url = "https://github.com/scverse/rapids_singlecell"
url = "https://github.com/scverse/rapids-singlecell"
[[packages.links]]
text = "Documentation and tutorials"
url = "https://rapids-singlecell.readthedocs.io/en/latest/"
Expand Down
Loading