WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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": "25.12",
"ucxx_version": "0.47",
"cudf_dev": {
"start": "Sep 18 2025",
"end": "Nov 12 2025",
"days": "39"
},
"other_dev": {
"start": "Sep 25 2025",
"end": "Nov 19 2025",
"days": "39"
},
"cudf_burndown": {
"start": "Nov 13 2025",
"end": "Nov 19 2025",
"days": "5"
},
"other_burndown": {
"start": "Nov 20 2025",
"end": "Dec 3 2025",
"days": "8"
},
"cudf_codefreeze": {
"start": "Nov 20 2025",
"end": "Dec 9 2025",
"days": "12"
},
"other_codefreeze": {
"start": "Dec 4 2025",
"end": "Dec 9 2025",
"days": "4"
},
"release": {
"start": "Dec 10 2025",
"end": "Dec 11 2025",
"days": "2"
}
},
{
"version": "25.10",
"ucxx_version": "0.46",
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": "25.08",
"ucxx_version": "0.45",
"date": "Aug 7 2025"
},
"stable": {
"version": "25.10",
"ucxx_version": "0.46",
"date": "Oct 9 2025"
},
"nightly": {
"stable": {
"version": "25.12",
"ucxx_version": "0.47",
"cudf_dev": {
"start": "Sep 18 2025",
"end": "Nov 12 2025",
"days": "39"
},
"other_dev": {
"start": "Sep 25 2025",
"end": "Nov 19 2025",
"days": "39"
},
"cudf_burndown": {
"start": "Nov 13 2025",
"end": "Nov 19 2025",
"days": "5"
},
"other_burndown": {
"start": "Nov 20 2025",
"end": "Dec 3 2025",
"days": "8"
},
"cudf_codefreeze": {
"start": "Nov 20 2025",
"end": "Dec 9 2025",
"days": "12"
},
"other_codefreeze": {
"start": "Dec 4 2025",
"end": "Dec 9 2025",
"days": "4"
},
"release": {
"start": "Dec 10 2025",
"end": "Dec 11 2025",
"days": "2"
}
"date": "Dec 10 2025"
},
"next_nightly": {
"nightly": {
"version": "26.02",
"ucxx_version": "0.48",
"cudf_dev": {
Expand Down Expand Up @@ -86,5 +47,44 @@
"end": "Feb 5 2026",
"days": "2"
}
},
"next-nightly": {
"version": "26.04",
"ucxx_version": "0.49",
"cudf_dev": {
"start": "Jan 15 2026",
"end": "Mar 11 2026",
"days": "38"
},
"other_dev": {
"start": "Jan 22 2026",
"end": "Mar 18 2026",
"days": "39"
},
"cudf_burndown": {
"start": "Mar 12 2026",
"end": "Mar 18 2026",
"days": "5"
},
"other_burndown": {
"start": "Mar 19 2026",
"end": "Apr 1 2026",
"days": "8"
},
"cudf_codefreeze": {
"start": "Mar 19 2026",
"end": "Apr 7 2026",
"days": "12"
},
"other_codefreeze": {
"start": "Apr 2 2026",
"end": "Apr 7 2026",
"days": "4"
},
"release": {
"start": "Apr 8 2026",
"end": "Apr 9 2026",
"days": "2"
}
}
}
2 changes: 1 addition & 1 deletion _includes/selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
getCondaVersionSupport(version) {
var cuda_version_info = {
"Stable": {
"12": ["12.0", "12.9"],
"12": ["12.2", "12.9"],
"13": ["13.0"]
},
"Nightly": {
Expand Down
2 changes: 1 addition & 1 deletion _notices/rsn0054.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ notice_id: 54 # should match notice number
notice_pin: true # set to true to pin to notice page
title: "Increasing CUDA minimum requirement from 12.0 to 12.2 in v25.12"
notice_author: RAPIDS Ops
notice_status: "In Progress"
notice_status: "Completed"
notice_status_color: yellow
# 'notice_status' and 'notice_status_color' combinations:
# "Proposal" - "blue"
Expand Down
121 changes: 60 additions & 61 deletions ci/customization/projects-to-versions.json
Original file line number Diff line number Diff line change
@@ -1,106 +1,105 @@
{
"cudf": {
"legacy": "25.08",
"stable": "25.10",
"nightly": "25.12"
"legacy": "25.10",
"stable": "25.12",
"nightly": "26.02"
},
"dask-cudf": {
"legacy": "25.08",
"stable": "25.10",
"nightly": "25.12"
"legacy": "25.10",
"stable": "25.12",
"nightly": "26.02"
},
"cuml": {
"legacy": "25.08",
"stable": "25.10",
"nightly": "25.12"
"legacy": "25.10",
"stable": "25.12",
"nightly": "26.02"
},
"cugraph": {
"legacy": "25.08",
"stable": "25.10",
"nightly": "25.12"
"legacy": "25.10",
"stable": "25.12",
"nightly": "26.02"
},
"cuxfilter": {
"legacy": "25.08",
"stable": "25.10",
"nightly": "25.12"
"legacy": "25.10",
"stable": "25.12",
"nightly": "26.02"
},
"cudf-java": {
"legacy": "25.08",
"stable": "25.10"
"legacy": "25.10"
},
"cucim": {
"legacy": "25.08",
"stable": "25.10",
"nightly": "25.12"
"legacy": "25.10",
"stable": "25.12",
"nightly": "26.02"
},
"cuvs": {
"legacy": "25.08",
"stable": "25.10",
"nightly": "25.12"
"legacy": "25.10",
"stable": "25.12",
"nightly": "26.02"
},
"kvikio": {
"legacy": "25.08",
"stable": "25.10",
"nightly": "25.12"
"legacy": "25.10",
"stable": "25.12",
"nightly": "26.02"
},
"raft": {
"legacy": "25.08",
"stable": "25.10",
"nightly": "25.12"
"legacy": "25.10",
"stable": "25.12",
"nightly": "26.02"
},
"dask-cuda": {
"legacy": "25.08",
"stable": "25.10",
"nightly": "25.12"
"legacy": "25.10",
"stable": "25.12",
"nightly": "26.02"
},
"rmm": {
"legacy": "25.08",
"stable": "25.10",
"nightly": "25.12"
"legacy": "25.10",
"stable": "25.12",
"nightly": "26.02"
},
"rapidsmpf": {
"legacy": "25.08",
"stable": "25.10",
"nightly": "25.12"
"legacy": "25.10",
"stable": "25.12",
"nightly": "26.02"
},
"ucxx": {
"stable": "0.46",
"nightly": "0.47"
"stable": "0.47",
"nightly": "0.48"
},
"librmm": {
"legacy": "25.08",
"stable": "25.10",
"nightly": "25.12"
"legacy": "25.10",
"stable": "25.12",
"nightly": "26.02"
},
"libcudf": {
"legacy": "25.08",
"stable": "25.10",
"nightly": "25.12"
"legacy": "25.10",
"stable": "25.12",
"nightly": "26.02"
},
"libcuml": {
"legacy": "25.08",
"stable": "25.10",
"nightly": "25.12"
"legacy": "25.10",
"stable": "25.12",
"nightly": "26.02"
},
"libkvikio": {
"legacy": "25.08",
"stable": "25.10",
"nightly": "25.12"
"legacy": "25.10",
"stable": "25.12",
"nightly": "26.02"
},
"librapidsmpf": {
"legacy": "25.08",
"stable": "25.10",
"nightly": "25.12"
"legacy": "25.10",
"stable": "25.12",
"nightly": "26.02"
},
"libucxx": {
"legacy": "0.45",
"stable": "0.46",
"nightly": "0.47"
"legacy": "0.46",
"stable": "0.47",
"nightly": "0.48"
},
"rapids-cmake": {
"legacy": "25.08",
"stable": "25.10",
"nightly": "25.12"
"legacy": "25.10",
"stable": "25.12",
"nightly": "26.02"
},
"cuproj": {
"legacy": "25.02",
Expand Down