diff --git a/.github/workflows/test-gpu-dev.yml b/.github/workflows/test-gpu-dev.yml index 2d5cd25f..add1a11d 100644 --- a/.github/workflows/test-gpu-dev.yml +++ b/.github/workflows/test-gpu-dev.yml @@ -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] diff --git a/.github/workflows/test-gpu.yml b/.github/workflows/test-gpu.yml index 40d0c931..1acdda8e 100644 --- a/.github/workflows/test-gpu.yml +++ b/.github/workflows/test-gpu.yml @@ -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 diff --git a/docs/release-notes/0.11.0.md b/docs/release-notes/0.11.0.md index ccdb6e31..0e33df61 100644 --- a/docs/release-notes/0.11.0.md +++ b/docs/release-notes/0.11.0.md @@ -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 ``` @@ -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` diff --git a/docs/release-notes/0.11.1.md b/docs/release-notes/0.11.1.md index 03ff9687..3a17a433 100644 --- a/docs/release-notes/0.11.1.md +++ b/docs/release-notes/0.11.1.md @@ -1,4 +1,4 @@ -### 0.10.11 {small}`2025-01-21` +### 0.11.1 {small}`2025-01-21` ```{rubric} Features ``` @@ -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`