Skip to content

Commit

Permalink
Updates for the 25.02 release (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe authored Feb 14, 2025
1 parent 349409a commit 62c9a7f
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 46 deletions.
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": "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"
}
},
{
"version": "24.12",
"ucxx_version": "0.41",
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.10",
"ucxx_version": "0.40",
"date": "Oct 10 2024"
},
"stable": {
"version": "24.12",
"ucxx_version": "0.41",
"date": "Dec 12 2024"
},
"nightly": {
"stable": {
"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"
}
"date": "Feb 14 2025"
},
"next_nightly": {
"nightly": {
"version": "25.04",
"ucxx_version": "0.43",
"cudf_dev": {
Expand Down Expand Up @@ -86,5 +47,44 @@
"end": "Apr 10 2025",
"days": "2"
}
},
"next_nightly": {
"version": "25.06",
"ucxx_version": "0.44",
"cudf_dev": {
"start": "Mar 13 2025",
"end": "May 14 2025",
"days": "43"
},
"other_dev": {
"start": "Mar 20 2025",
"end": "May 21 2025",
"days": "43"
},
"cudf_burndown": {
"start": "May 15 2025",
"end": "May 21 2025",
"days": "5"
},
"other_burndown": {
"start": "May 22 2025",
"end": "May 28 2025",
"days": "4"
},
"cudf_codefreeze": {
"start": "May 22 2025",
"end": "Jun 3 2025",
"days": "8"
},
"other_codefreeze": {
"start": "May 29 2025",
"end": "Jun 3 2025",
"days": "4"
},
"release": {
"start": "Jun 4 2025",
"end": "Jun 5 2025",
"days": "2"
}
}
}
8 changes: 4 additions & 4 deletions _includes/selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
active_python_ver: "3.12",
active_conda_cuda_ver: "12",
active_pip_cuda_ver: "12",
active_docker_cuda_ver: "12.5",
active_docker_cuda_ver: "12.8",
active_method: "Conda",
active_release: "Stable",
active_img_type: "Base",
Expand All @@ -384,8 +384,8 @@
python_vers_nightly: ["3.10", "3.11", "3.12"],
conda_cuda_vers: ["11", "12"],
pip_cuda_vers: ["11.4 - 11.8", "12"],
docker_cuda_vers: ["11.8", "12.0", "12.5", "12.8"],
docker_cuda_vers_stable: ["11.8", "12.0", "12.5"],
docker_cuda_vers: ["11.8", "12.0", "12.8"],
docker_cuda_vers_stable: ["11.8", "12.0", "12.8"],
docker_cuda_vers_nightly: ["11.8", "12.0", "12.8"],
methods: ["Conda", "pip", "Docker"],
releases: ["Stable", "Nightly"],
Expand Down Expand Up @@ -442,7 +442,7 @@
var cuda_version_info = {
"Stable": {
"11": ["11.4", "11.8"],
"12": ["12.0", "12.5"]
"12": ["12.0", "12.8"]
},
"Nightly": {
"11": ["11.4", "11.8"],
Expand Down

0 comments on commit 62c9a7f

Please sign in to comment.