Skip to content

Commit

Permalink
updates for the 25.02 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Feb 14, 2025
1 parent 349409a commit ef20582
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 42 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"
}
}
}

0 comments on commit ef20582

Please sign in to comment.