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
11 changes: 11 additions & 0 deletions _data/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment on lines +165 to +169
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep this is perfect. For now "nightly" is 26.04 and those are the only docs we have.

Could you create issues in the nvforest repo to come back and update this?

  • enable "stable" once 26.06 is released
  • enable "legacy" once 26.08 is released



# RAPIDS "Libs" - lower-level libraries that are building blocks for creating
Expand Down
2 changes: 2 additions & 0 deletions _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
3 changes: 3 additions & 0 deletions ci/customization/projects-to-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
"stable": "0.48",
"nightly": "0.49"
},
"nvforest": {
"nightly": "26.04"
},
"librmm": {
"legacy": "25.12",
"stable": "26.02",
Expand Down