Skip to content

Commit

Permalink
fix docs release notes (#320)
Browse files Browse the repository at this point in the history
* fix docs release notes

* update release notes
  • Loading branch information
Intron7 authored Jan 22, 2025
1 parent d9059fd commit 98a1cce
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
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`

0 comments on commit 98a1cce

Please sign in to comment.