Skip to content

Commit 3682c92

Browse files
authored
Merge branch 'main' into wilcoxon-refactor
2 parents 2e36351 + 42b6ea1 commit 3682c92

35 files changed

Lines changed: 293 additions & 158 deletions

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
docs/references.bib|
3838
)
3939
- repo: https://github.com/pre-commit/mirrors-clang-format
40-
rev: v22.1.4
40+
rev: v22.1.5
4141
hooks:
4242
- id: clang-format
4343
args: [--style=file, -i]

docs/basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ If you use rapids-singlecell, please cite:
6262
6363
## News
6464

65+
* 30.04.26 [**v0.15.0 released!**](https://scverse.org/blog/2026-rsc-goes-nanobind/) This release ships precompiled CUDA kernels via [nanobind](https://github.com/wjakob/nanobind) — no CUDA toolkit needed at install time. Prebuilt wheels for x86_64 and aarch64 support CUDA 12 and 13, covering Turing through Blackwell GPUs. Install with `pip install rapids-singlecell-cu13` (or `-cu12`). See the [installation guide](installation.md) for details.
6566
* 04.03.26 **rapids-singlecell is now on arXiv!** Check out our preprint: [GPU-accelerated single-cell analysis at scale with rapids-singlecell](https://doi.org/10.48550/arXiv.2603.02402)
66-
* 19.02.26 **v0.15.0 pre-release available!** This release ships precompiled CUDA kernels via [nanobind](https://github.com/wjakob/nanobind) — no CUDA toolkit needed at install time. Prebuilt wheels for x86_64 and aarch64 support CUDA 12 and 13, covering Turing through Blackwell GPUs. Install with `pip install --pre rapids-singlecell-cu13` (or `-cu12`) and help us test! See the [installation guide](installation.md) for details.
6767
* 01.07.25 *rapids-singlecell* is now an [scverse® core package](https://scverse.org/blog/2025-core-expansion/)
6868
* 12.06.25 *rapids-singlecell* was highlighted in an other NVIDIA [technical blog post](https://developer.nvidia.com/blog/driving-toward-billion-cell-analysis-and-biological-breakthroughs-with-rapids-singlecell/)
6969
* 07.08.23 *rapids-singlecell* is now part of scverse® ecosystem.

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
"repository_branch": os.environ.get("READTHEDOCS_GIT_IDENTIFIER", "main"),
150150
"use_repository_button": True,
151151
"navigation_with_keys": False,
152+
"show_toc_level": 2,
152153
}
153154
html_show_sphinx = False
154155
html_logo = "_static/logo_RTD.svg"

docs/installation.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,8 @@ mamba env create -f conda/rsc_rapids_26.04_cuda12.yml
2626
RAPIDS currently doesn't support `channel_priority: strict`; use `channel_priority: flexible` instead
2727
```
2828

29-
```{warning}
30-
The conda environment files on the `main` branch reference the new `rapids-singlecell-cu12`/`-cu13` wheel names, which are currently only available as pre-release.
31-
Until 0.15.0 is released, use the environment files from the [v0.14.1 tag](https://github.com/scverse/rapids_singlecell/tree/v0.14.1/conda) instead, or add `--pre` to the pip line manually.
32-
```
33-
3429
## PyPI
3530

36-
```{note}
37-
**Pre-release testing:** Version 0.15.0 is currently in pre-release. We'd love for you to test it
38-
and report any issues! Install the latest release candidate with:
39-
40-
pip install --pre rapids-singlecell-cu13 # or rapids-singlecell-cu12
41-
42-
Please report any problems on [GitHub Issues](https://github.com/scverse/rapids_singlecell/issues).
43-
```
44-
4531
Starting with version 0.15.0, *rapids-singlecell* ships precompiled CUDA kernels via nanobind.
4632
Prebuilt wheels are available for **x86_64** and **aarch64** Linux for both CUDA 12 and CUDA 13.
4733

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../notebooks/01_basic_workflow.ipynb

docs/notebooks/01_demo_gpu.ipynb

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/notebooks/02_decoupler.ipynb

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../notebooks/02_pearson_residuals.ipynb

docs/notebooks/03_decoupler.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../notebooks/03_decoupler.ipynb

docs/notebooks/03_demo_gpu-PR.ipynb

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)