Skip to content

Commit

Permalink
Updates for 24.10 release (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass authored Oct 10, 2024
1 parent 8ae9dae commit f8563fc
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 46 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.10",
"ucxx_version": "0.40",
"cudf_dev": {
"start": "Jul 18 2024",
"end": "Sep 18 2024",
"days": "42"
},
"other_dev": {
"start": "Jul 25 2024",
"end": "Sep 25 2024",
"days": "42"
},
"cudf_burndown": {
"start": "Sep 19 2024",
"end": "Sep 25 2024",
"days": "5"
},
"other_burndown": {
"start": "Sep 26 2024",
"end": "Oct 2 2024",
"days": "5"
},
"cudf_codefreeze": {
"start": "Sep 26 2024",
"end": "Oct 8 2024",
"days": "9"
},
"other_codefreeze": {
"start": "Oct 3 2024",
"end": "Oct 8 2024",
"days": "4"
},
"release": {
"start": "Oct 9 2024",
"end": "Oct 10 2024",
"days": "2"
}
},
{
"version": "24.08",
"ucxx_version": "0.39",
Expand Down
84 changes: 42 additions & 42 deletions _data/releases.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,15 @@
{
"legacy": {
"version": "24.06",
"ucxx_version": "0.38",
"date": "Jun 6 2024"
},
"stable": {
"version": "24.08",
"ucxx_version": "0.39",
"date": "Aug 8 2024"
},
"nightly": {
"stable": {
"version": "24.10",
"ucxx_version": "0.40",
"cudf_dev": {
"start": "Jul 18 2024",
"end": "Sep 18 2024",
"days": "42"
},
"other_dev": {
"start": "Jul 25 2024",
"end": "Sep 25 2024",
"days": "42"
},
"cudf_burndown": {
"start": "Sep 19 2024",
"end": "Sep 25 2024",
"days": "5"
},
"other_burndown": {
"start": "Sep 26 2024",
"end": "Oct 2 2024",
"days": "5"
},
"cudf_codefreeze": {
"start": "Sep 26 2024",
"end": "Oct 8 2024",
"days": "9"
},
"other_codefreeze": {
"start": "Oct 3 2024",
"end": "Oct 8 2024",
"days": "4"
},
"release": {
"start": "Oct 9 2024",
"end": "Oct 10 2024",
"days": "2"
}
"date": "Oct 10 2024"
},
"next_nightly": {
"nightly": {
"version": "24.12",
"ucxx_version": "0.41",
"cudf_dev": {
Expand Down Expand Up @@ -86,5 +47,44 @@
"end": "Dec 12 2024",
"days": "2"
}
},
"next_nightly": {
"version": "25.02",
"ucxx_version": "0.42",
"cudf_dev": {
"start": "Nov 14 2024",
"end": "Jan 22 2025",
"days": "43"
},
"other_dev": {
"start": "Nov 21 2024",
"end": "Jan 29 2025",
"days": "43"
},
"cudf_burndown": {
"start": "Jan 23 2025",
"end": "Jan 29 2025",
"days": "5"
},
"other_burndown": {
"start": "Jan 30 2025",
"end": "Feb 5 2025",
"days": "5"
},
"cudf_codefreeze": {
"start": "Jan 30 2025",
"end": "Feb 11 2025",
"days": "9"
},
"other_codefreeze": {
"start": "Feb 6 2025",
"end": "Feb 11 2025",
"days": "4"
},
"release": {
"start": "Feb 12 2025",
"end": "Feb 13 2025",
"days": "2"
}
}
}
6 changes: 3 additions & 3 deletions _includes/selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
document.addEventListener('alpine:init', () => {
Alpine.data('rapids_selector', () => ({
// default values
active_python_ver: "3.11",
active_python_ver: "3.12",
active_conda_cuda_ver: "12",
active_pip_cuda_ver: "12",
active_docker_cuda_ver: "12.5",
Expand All @@ -379,8 +379,8 @@
active_additional_packages: [],

// all possible values
python_vers: ["3.9", "3.10", "3.11", "3.12"],
python_vers_stable: ["3.9", "3.10", "3.11"],
python_vers: ["3.10", "3.11", "3.12"],
python_vers_stable: ["3.10", "3.11", "3.12"],
python_vers_nightly: ["3.10", "3.11", "3.12"],
conda_cuda_vers: ["11", "12"],
pip_cuda_vers: ["11.4 - 11.8", "12"],
Expand Down

0 comments on commit f8563fc

Please sign in to comment.