From d38a76de212049048434925ca9582d1139cd3fc5 Mon Sep 17 00:00:00 2001
From: Ray Douglass <3107146+raydouglass@users.noreply.github.com>
Date: Fri, 12 Apr 2024 15:33:24 -0400
Subject: [PATCH] Updates for 24.04 release (#508)
---
_data/docs.yml | 2 +-
_data/previous_releases.json | 39 +++++++++++++++++
_data/releases.json | 85 ++++++++++++++++++------------------
install/install.md | 6 +--
4 files changed, 85 insertions(+), 47 deletions(-)
diff --git a/_data/docs.yml b/_data/docs.yml
index d9975cab43a..eb74f282390 100644
--- a/_data/docs.yml
+++ b/_data/docs.yml
@@ -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
diff --git a/_data/previous_releases.json b/_data/previous_releases.json
index 299cf0d9998..5d75713b6a6 100644
--- a/_data/previous_releases.json
+++ b/_data/previous_releases.json
@@ -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": {
diff --git a/_data/releases.json b/_data/releases.json
index 79a42856c5c..e61b84e3e68 100644
--- a/_data/releases.json
+++ b/_data/releases.json
@@ -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": {
@@ -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"
+ }
}
}
diff --git a/install/install.md b/install/install.md
index bd33ae4b4dc..eadf0cf7068 100644
--- a/install/install.md
+++ b/install/install.md
@@ -86,12 +86,12 @@ pip uninstall cupy-cuda115; pip install cupy-cuda11x
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`