Skip to content

Commit

Permalink
Updates for 24.04 release (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass authored Apr 12, 2024
1 parent d4a1360 commit d38a76d
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 47 deletions.
2 changes: 1 addition & 1 deletion _data/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ apis:
versions:
# enable or disable links; 0 = disabled, 1 = enabled
legacy: 1
stable: 1
stable: 0
nightly: 0
cucim:
name: cuCIM
Expand Down
39 changes: 39 additions & 0 deletions _data/previous_releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,43 @@
[
{
"version": "24.04",
"ucxx_version": "0.37",
"cudf_dev": {
"start": "Jan 18 2024",
"end": "Mar 13 2024",
"days": "39"
},
"other_dev": {
"start": "Jan 25 2024",
"end": "Mar 20 2024",
"days": "39"
},
"cudf_burndown": {
"start": "Mar 14 2024",
"end": "Mar 20 2024",
"days": "5"
},
"other_burndown": {
"start": "Mar 21 2024",
"end": "Apr 3 2024",
"days": "8"
},
"cudf_codefreeze": {
"start": "Mar 21 2024",
"end": "Apr 9 2024",
"days": "12"
},
"other_codefreeze": {
"start": "Apr 4 2024",
"end": "Apr 9 2024",
"days": "4"
},
"release": {
"start": "Apr 10 2024",
"end": "Apr 11 2024",
"days": "2"
}
},
{
"version": "24.02",
"cudf_dev": {
Expand Down
85 changes: 42 additions & 43 deletions _data/releases.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,15 @@
{
"legacy": {
"version": "23.12",
"date": "Dec 7 2023",
"ucxx_version": "0.35"
},
"stable": {
"version": "24.02",
"date": "Feb 13 2024",
"ucxx_version": "0.36"
},
"nightly": {
"stable": {
"version": "24.04",
"ucxx_version": "0.37",
"cudf_dev": {
"start": "Jan 18 2024",
"end": "Mar 13 2024",
"days": "39"
},
"other_dev": {
"start": "Jan 25 2024",
"end": "Mar 20 2024",
"days": "39"
},
"cudf_burndown": {
"start": "Mar 14 2024",
"end": "Mar 20 2024",
"days": "5"
},
"other_burndown": {
"start": "Mar 21 2024",
"end": "Apr 3 2024",
"days": "8"
},
"cudf_codefreeze": {
"start": "Mar 21 2024",
"end": "Apr 9 2024",
"days": "12"
},
"other_codefreeze": {
"start": "Apr 4 2024",
"end": "Apr 9 2024",
"days": "4"
},
"release": {
"start": "Apr 10 2024",
"end": "Apr 11 2024",
"days": "2"
}
"date": "Apr 11 2024",
"ucxx_version": "0.37"
},
"next_nightly": {
"nightly": {
"version": "24.06",
"ucxx_version": "0.38",
"cudf_dev": {
Expand Down Expand Up @@ -86,5 +47,43 @@
"end": "Jun 6 2024",
"days": "2"
}
},
"next_nightly": {
"version": "24.08",
"cudf_dev": {
"start": "May 16 2024",
"end": "Jul 17 2024",
"days": "40"
},
"other_dev": {
"start": "May 23 2024",
"end": "Jul 24 2024",
"days": "40"
},
"cudf_burndown": {
"start": "Jul 18 2024",
"end": "Jul 24 2024",
"days": "5"
},
"other_burndown": {
"start": "Jul 25 2024",
"end": "Jul 31 2024",
"days": "5"
},
"cudf_codefreeze": {
"start": "Jul 25 2024",
"end": "Aug 6 2024",
"days": "9"
},
"other_codefreeze": {
"start": "Aug 1 2024",
"end": "Aug 6 2024",
"days": "4"
},
"release": {
"start": "Aug 7 2024",
"end": "Aug 8 2024",
"days": "2"
}
}
}
6 changes: 3 additions & 3 deletions install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ pip uninstall cupy-cuda115; pip install cupy-cuda11x

<i class="fas fa-info-circle"></i> The following error message indicates a problem with your environment:
```
ERROR: Could not find a version that satisfies the requirement cudf-cu11 (from versions: 0.0.1, {{ site.data.releases.stable.version }})
ERROR: No matching distribution found for cudf-cu11
ERROR: Could not find a version that satisfies the requirement cudf-cu12 (from versions: 0.0.1, {{ site.data.releases.stable.version }})
ERROR: No matching distribution found for cudf-cu12
```
Check the suggestions below for possible resolutions:
- The pip index has moved from the initial experimental release! Ensure the correct `--extra-index-url=https://pypi.nvidia.com`
- Only Python versions 3.9 and 3.10 are supported
- Only Python versions 3.9, 3.10, and 3.11 are supported
- RAPIDS pip packages require a recent version of pip that [supports PEP600](https://peps.python.org/pep-0600/){: target="_blank"}. Some users may need to update pip: `pip install -U pip`

<br/>
Expand Down

0 comments on commit d38a76d

Please sign in to comment.