From e92d3d47fe15a6c9649161b14e59dc45d28bf84d Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Mon, 9 Mar 2026 13:15:45 -0700 Subject: [PATCH 1/7] Index nvforest doc --- _data/docs.yml | 22 ++++++++++++++++++++++ ci/customization/projects-to-versions.json | 6 ++++++ 2 files changed, 28 insertions(+) diff --git a/_data/docs.yml b/_data/docs.yml index 1c038d466a7..1c517619621 100644 --- a/_data/docs.yml +++ b/_data/docs.yml @@ -316,3 +316,25 @@ inactive-projects: version-overrides: legacy: "25.02" stable: "25.04" + nvforest: + name: nvforest + path: nvforest + desc: 'nvForest is a highly-optimized and lightweight RAPIDS library that enables fast inference for decision tree models on NVIDIA GPUs and CPUs.' + ghlink: https://github.com/rapidsai/nvforest + cllink: https://github.com/rapidsai/nvforest/blob/main/CHANGELOG.md + versions: + # enable or disable links; 0 = disabled, 1 = enabled + legacy: 0 + stable: 0 + nightly: 1 + libnvforest: + name: libnvforest + path: libnvforest + desc: 'libnvforest is a C++ library for nvForest' + ghlink: https://github.com/rapidsai/nvforest + cllink: https://github.com/rapidsai/nvforest/blob/main/CHANGELOG.md + versions: + # enable or disable links; 0 = disabled, 1 = enabled + legacy: 0 + stable: 0 + nightly: 1 diff --git a/ci/customization/projects-to-versions.json b/ci/customization/projects-to-versions.json index 3b61d1cb40c..b063a64d6af 100644 --- a/ci/customization/projects-to-versions.json +++ b/ci/customization/projects-to-versions.json @@ -118,5 +118,11 @@ "libcuspatial": { "legacy": "25.02", "stable": "25.04" + }, + "nvforest": { + "nightly": "26.04" + }, + "libnvforest": { + "nightly": "26.04" } } From d30ef9f974c3647500c33279d50e382f42ff23d1 Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Mon, 9 Mar 2026 13:33:23 -0700 Subject: [PATCH 2/7] Set up redirects --- _redirects | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_redirects b/_redirects index 4555d025ed5..4a1616b38b3 100644 --- a/_redirects +++ b/_redirects @@ -20,6 +20,8 @@ /api/dask-cudf/ /api/dask-cudf/stable/ /api/kvikio /api/kvikio/stable/ /api/kvikio/ /api/kvikio/stable/ +/api/nvforest /api/nvforest/stable/ +/api/nvforest/ /api/nvforest/stable/ /api/libcudf /api/libcudf/stable/ /api/libcudf/ /api/libcudf/stable/ /api/libcugraph /api/libcugraph/stable/ From 252ae1640fd796d589ee1e4e551955afd4fdbe1e Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Mon, 9 Mar 2026 13:33:56 -0700 Subject: [PATCH 3/7] Remove libnvforest --- _data/docs.yml | 11 ----------- ci/customization/projects-to-versions.json | 3 --- 2 files changed, 14 deletions(-) diff --git a/_data/docs.yml b/_data/docs.yml index 1c517619621..adcf5bbf2ea 100644 --- a/_data/docs.yml +++ b/_data/docs.yml @@ -327,14 +327,3 @@ inactive-projects: legacy: 0 stable: 0 nightly: 1 - libnvforest: - name: libnvforest - path: libnvforest - desc: 'libnvforest is a C++ library for nvForest' - ghlink: https://github.com/rapidsai/nvforest - cllink: https://github.com/rapidsai/nvforest/blob/main/CHANGELOG.md - versions: - # enable or disable links; 0 = disabled, 1 = enabled - legacy: 0 - stable: 0 - nightly: 1 diff --git a/ci/customization/projects-to-versions.json b/ci/customization/projects-to-versions.json index b063a64d6af..fec16522b97 100644 --- a/ci/customization/projects-to-versions.json +++ b/ci/customization/projects-to-versions.json @@ -122,7 +122,4 @@ "nvforest": { "nightly": "26.04" }, - "libnvforest": { - "nightly": "26.04" - } } From 05467bc1505805692432420f9f6a32d381fb0d6e Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Mon, 9 Mar 2026 13:36:35 -0700 Subject: [PATCH 4/7] Fix formatting --- ci/customization/projects-to-versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/customization/projects-to-versions.json b/ci/customization/projects-to-versions.json index fec16522b97..5edcf88ccb6 100644 --- a/ci/customization/projects-to-versions.json +++ b/ci/customization/projects-to-versions.json @@ -121,5 +121,5 @@ }, "nvforest": { "nightly": "26.04" - }, + } } From 4a898ffd558ca74a6d381058b853423f3a721718 Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Mon, 9 Mar 2026 13:43:28 -0700 Subject: [PATCH 5/7] Move nvForest to active projects --- _data/docs.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/_data/docs.yml b/_data/docs.yml index adcf5bbf2ea..6460d6de08f 100644 --- a/_data/docs.yml +++ b/_data/docs.yml @@ -156,6 +156,17 @@ apis: legacy: 0 stable: 1 nightly: 1 + nvforest: + name: nvforest + path: nvforest + desc: 'nvForest is a highly-optimized and lightweight RAPIDS library that enables fast inference for decision tree models on NVIDIA GPUs and CPUs.' + ghlink: https://github.com/rapidsai/nvforest + cllink: https://github.com/rapidsai/nvforest/blob/main/CHANGELOG.md + versions: + # enable or disable links; 0 = disabled, 1 = enabled + legacy: 0 + stable: 0 + nightly: 1 # RAPIDS "Libs" - lower-level libraries that are building blocks for creating @@ -316,14 +327,3 @@ inactive-projects: version-overrides: legacy: "25.02" stable: "25.04" - nvforest: - name: nvforest - path: nvforest - desc: 'nvForest is a highly-optimized and lightweight RAPIDS library that enables fast inference for decision tree models on NVIDIA GPUs and CPUs.' - ghlink: https://github.com/rapidsai/nvforest - cllink: https://github.com/rapidsai/nvforest/blob/main/CHANGELOG.md - versions: - # enable or disable links; 0 = disabled, 1 = enabled - legacy: 0 - stable: 0 - nightly: 1 From 324e3ff5d4cd4474e1f134be9820ca9ba7c14a92 Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Mon, 9 Mar 2026 13:45:38 -0700 Subject: [PATCH 6/7] Fix formatting --- ci/customization/projects-to-versions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/customization/projects-to-versions.json b/ci/customization/projects-to-versions.json index 5edcf88ccb6..e8d3ce0618d 100644 --- a/ci/customization/projects-to-versions.json +++ b/ci/customization/projects-to-versions.json @@ -67,6 +67,9 @@ "stable": "0.48", "nightly": "0.49" }, + "nvforest": { + "nightly": "26.04" + }, "librmm": { "legacy": "25.12", "stable": "26.02", @@ -118,8 +121,5 @@ "libcuspatial": { "legacy": "25.02", "stable": "25.04" - }, - "nvforest": { - "nightly": "26.04" } } From 4c3c6cc2df0f06847605c2f0a2d437106bf09134 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 10 Mar 2026 14:31:16 -0500 Subject: [PATCH 7/7] Update _data/docs.yml --- _data/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/docs.yml b/_data/docs.yml index 6460d6de08f..c1f39186855 100644 --- a/_data/docs.yml +++ b/_data/docs.yml @@ -157,7 +157,7 @@ apis: stable: 1 nightly: 1 nvforest: - name: nvforest + name: nvForest path: nvforest desc: 'nvForest is a highly-optimized and lightweight RAPIDS library that enables fast inference for decision tree models on NVIDIA GPUs and CPUs.' ghlink: https://github.com/rapidsai/nvforest