Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix docs release notes #320

Merged
merged 5 commits into from
Jan 22, 2025
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
5 changes: 5 additions & 0 deletions .github/workflows/test-gpu-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
with:
cache-dependency-path: pyproject.toml

- name: Set UV Timeout
env:
UV_HTTP_TIMEOUT: 120
run: echo "UV_HTTP_TIMEOUT is set to $UV_HTTP_TIMEOUT"

- name: Install rapids-singlecell
run: >-
uv pip install --system -e .[test,rapids12]
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
with:
cache-dependency-path: pyproject.toml

- name: Set UV Timeout
env:
UV_HTTP_TIMEOUT: 120
run: echo "UV_HTTP_TIMEOUT is set to $UV_HTTP_TIMEOUT"

- name: Install rapids-singlecell
run: uv pip install --system -e .[test,rapids12] --extra-index-url=https://pypi.nvidia.com --index-strategy=unsafe-best-match

Expand Down
6 changes: 3 additions & 3 deletions docs/release-notes/0.11.0.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### 0.10.11 {small}`2024-12-19`
### 0.11.0 {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`
* 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
```
Expand All @@ -13,4 +13,4 @@

```{rubric} Misc
```
* Update `get_random_state` for `scrublet `{pr}`301` {smaller}`S Dicks`
* Update `get_random_state` for `scrublet` {pr}`301` {smaller}`S Dicks`
6 changes: 3 additions & 3 deletions docs/release-notes/0.11.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 0.10.11 {small}`2025-01-21`
### 0.11.1 {small}`2025-01-21`

```{rubric} Features
```
Expand All @@ -10,5 +10,5 @@

```{rubric} Misc
```
* Pin `numba<0.61.0`{pr}`319` {smaller}`S Dicks`
* Update Docker to `rapids-24.12` and `python-3.12`{pr}`318` {smaller}`S Dicks`
* Pin `numba<0.61.0` {pr}`319` {smaller}`S Dicks`
* Update Docker to `rapids-24.12` and `python-3.12` {pr}`318` {smaller}`S Dicks`
Loading