Skip to content

Commit

Permalink
Merge branch 'main' into dask_mg_support
Browse files Browse the repository at this point in the history
  • Loading branch information
Intron7 authored Dec 19, 2024
2 parents 859ac24 + 01dd624 commit 689d0b9
Show file tree
Hide file tree
Showing 10 changed files with 600 additions and 403 deletions.
12 changes: 0 additions & 12 deletions docs/release-notes/0.10.12.md

This file was deleted.

8 changes: 6 additions & 2 deletions docs/release-notes/0.11.0.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
### 0.10.11 {small}`the-future`
### 0.10.11 {small}`2024-12-19`

```{rubric} Features
```
* Adds support for Multi-GPU out-of-core support through Dask {pr}`179` {smaller}`S Dicks, I Gold & P Angerer`
* use `cuvs` over `raft` for `pp.neighbors` for `rapids>=24.12`{pr}`304` {smaller}`S Dicks`
* switched to a different implementation of `pp.harmony_integrate` {pr}`308` {smaller}`S Dicks`
```{rubric} Performance
```


```{rubric} Bug fixes
```

```{rubric} Misc
```
* Update `get_random_state` for `scrublet `{pr}`301` {smaller}`S Dicks`


2 changes: 0 additions & 2 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
```

## Version 0.10.0
```{include} /release-notes/0.10.12.md
```
```{include} /release-notes/0.10.11.md
```
```{include} /release-notes/0.10.10.md
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,8 @@ lint.ignore = [
"docs/*" = ["I"]
"tests/*" = ["D"]
"*/__init__.py" = ["F401"]
"src/rapids_singlecell/preprocessing/_harmonypy_gpu.py" = ["PLR0917"]
"src/rapids_singlecell/decoupler_gpu/_method_mlm.py" = ["PLR0917"]
"src/rapids_singlecell/decoupler_gpu/_method_wsum.py" = ["PLR0917"]

[tool.ruff.lint.isort]
known-first-party = ["rapids_singlecell"]
required-imports = ["from __future__ import annotations"]
Expand Down
Loading

0 comments on commit 689d0b9

Please sign in to comment.