-
Notifications
You must be signed in to change notification settings - Fork 65
post-processing: fix version map, use pre-commit to regenerate it #669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
6b2bdcb
74e126f
fa462c9
0b85f75
1272447
7240013
7a6b120
babe5c0
323de86
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,5 +11,4 @@ files-to-customize.txt | |
| .netlify | ||
| __pycache__/ | ||
| node_modules | ||
| projects-to-versions.json | ||
| rapids-docs-env/ | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,6 +35,28 @@ apis: | |
| legacy: 1 | ||
| stable: 1 | ||
| nightly: 1 | ||
| cugraph: | ||
| name: cuGraph | ||
| path: cugraph | ||
| desc: 'cuGraph is a GPU accelerated graph analytics library, with functionality like NetworkX, which is seamlessly integrated into the RAPIDS data science platform. cuGraph supports GNNs with PyG, DGL packages, cugraph-service for analytics on a remote graph, and WHOLEGRAPH for memory management.' | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Non-blocking: This needs to be updated, the GNN functionality has been split out.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll address this in a follow-up... it does need to be updated (to remove DGL and to mention the specific library names for searchability), but not because the GNN functionality has been split out. The whole family of Instead of uploading from individual projects' CI like the rest of RAPIDS. That is also why you don't see a separate entry for I'll put up a follow-up with a proposal we can discuss. cc @acostadon
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Put up a proposal at #671 |
||
| ghlink: https://github.com/rapidsai/cugraph | ||
| cllink: https://github.com/rapidsai/cugraph/blob/main/CHANGELOG.md | ||
| versions: | ||
| # enable or disable links; 0 = disabled, 1 = enabled | ||
| legacy: 1 | ||
| stable: 1 | ||
| nightly: 1 | ||
| cuxfilter: | ||
| name: cuxfilter | ||
| path: cuxfilter | ||
| desc: 'cuxfilter acts as a connector library, which provides the connections between different visualization libraries and a GPU dataframe without much hassle. This also allows the user to use charts from different libraries in a single dashboard, while also providing the interaction.' | ||
| ghlink: https://github.com/rapidsai/cuxfilter | ||
| cllink: https://github.com/rapidsai/cuxfilter/blob/main/CHANGELOG.md | ||
| versions: | ||
| # enable or disable links; 0 = disabled, 1 = enabled | ||
| legacy: 1 | ||
| stable: 1 | ||
| nightly: 1 | ||
| cudf-java: | ||
| name: 'Java + cuDF' | ||
| path: cudf-java | ||
|
|
@@ -46,6 +68,83 @@ apis: | |
| legacy: 1 | ||
| stable: 1 | ||
| nightly: 0 | ||
| cucim: | ||
| name: cuCIM | ||
| path: cucim | ||
| desc: 'The RAPIDS cuCIM is an extensible toolkit designed to provide GPU accelerated I/O, computer vision & image processing primitives for N-Dimensional images with a focus on biomedical imaging.' | ||
| ghlink: https://github.com/rapidsai/cucim | ||
| cllink: https://github.com/rapidsai/cucim/blob/main/CHANGELOG.md | ||
| versions: | ||
| # enable or disable links; 0 = disabled, 1 = enabled | ||
| legacy: 1 | ||
| stable: 1 | ||
| nightly: 1 | ||
| cuvs: | ||
| name: cuVS | ||
| path: cuvs | ||
| desc: 'cuVS is a library for GPU-accelerated vector search and clustering.' | ||
| ghlink: https://github.com/rapidsai/cuvs | ||
| cllink: https://github.com/rapidsai/cuvs/blob/main/CHANGELOG.md | ||
| versions: | ||
| # enable or disable links; 0 = disabled, 1 = enabled | ||
| legacy: 1 | ||
| stable: 1 | ||
| nightly: 1 | ||
| kvikio: | ||
| name: KvikIO | ||
| path: kvikio | ||
| desc: "KvikIO is a Python and C++ library for high performance file IO using GPUDirect Storage (GDS)." | ||
| ghlink: https://github.com/rapidsai/kvikio | ||
| cllink: https://github.com/rapidsai/kvikio/blob/main/CHANGELOG.md | ||
| versions: | ||
| # enable or disable links; 0 = disabled, 1 = enabled | ||
| legacy: 1 | ||
| stable: 1 | ||
| nightly: 1 | ||
| raft: | ||
| name: RAFT | ||
| path: raft | ||
| desc: "RAFT contains fundamental widely-used algorithms and primitives for vector search, machine learning, and information retrieval." | ||
| ghlink: https://github.com/rapidsai/raft | ||
| cllink: https://github.com/rapidsai/raft/blob/main/CHANGELOG.md | ||
| versions: | ||
| # enable or disable links; 0 = disabled, 1 = enabled | ||
| legacy: 1 | ||
| stable: 1 | ||
| nightly: 1 | ||
| dask-cuda: | ||
| name: Dask-CUDA | ||
| path: dask-cuda | ||
| desc: "Various utilities to improve deployment and management of Dask workers on CUDA-enabled systems." | ||
| ghlink: https://github.com/rapidsai/dask-cuda | ||
| cllink: https://github.com/rapidsai/dask-cuda/blob/main/CHANGELOG.md | ||
| versions: | ||
| # enable or disable links; 0 = disabled, 1 = enabled | ||
| legacy: 1 | ||
| stable: 1 | ||
| nightly: 1 | ||
| rmm: | ||
| name: RMM | ||
| path: rmm | ||
| desc: 'RAPIDS Memory Manager (RMM) is a central place for all device memory allocations in cuDF (C++ and Python) and other RAPIDS libraries. In addition, it is a replacement allocator for CUDA Device Memory (and CUDA Managed Memory) and a pool allocator to make CUDA device memory allocation / deallocation faster and asynchronous.' | ||
| ghlink: https://github.com/rapidsai/rmm | ||
| cllink: https://github.com/rapidsai/rmm/blob/main/CHANGELOG.md | ||
| versions: | ||
| # enable or disable links; 0 = disabled, 1 = enabled | ||
| legacy: 1 | ||
| stable: 1 | ||
| nightly: 1 | ||
| rapidsmpf: | ||
| name: RapidsMPF | ||
| path: rapidsmpf | ||
| desc: 'RAPIDS Multi-Process Foundation (rapidsmpf) is a collection of multi-GPU, distributed memory algorithms written in C++ and exposed to Python.' | ||
| ghlink: https://github.com/rapidsai/rapidsmpf | ||
| versions: | ||
| # enable or disable links; 0 = disabled, 1 = enabled | ||
| legacy: 0 | ||
| stable: 1 | ||
| nightly: 1 | ||
|
|
||
|
|
||
| # RAPIDS "Libs" - lower-level libraries that are building blocks for creating | ||
| # custom tools and integrate with other libraries | ||
|
|
@@ -73,6 +172,28 @@ libs: | |
| legacy: 1 | ||
| stable: 1 | ||
| nightly: 1 | ||
| libcuml: | ||
| name: libcuml | ||
| path: libcuml | ||
| desc: 'libcuml is a C/C++ CUDA library for cuML.' | ||
| ghlink: https://github.com/rapidsai/cuml | ||
| cllink: https://github.com/rapidsai/cuml/blob/main/CHANGELOG.md | ||
| versions: | ||
| # enable or disable links; 0 = disabled, 1 = enabled | ||
| legacy: 1 | ||
| stable: 1 | ||
| nightly: 1 | ||
| libkvikio: | ||
| name: libkvikio | ||
| path: libkvikio | ||
| desc: "libkvikio is a C++ header-only library providing bindings to cuFile, which enables GPUDirect Storage (GDS)." | ||
| ghlink: https://github.com/rapidsai/kvikio | ||
| cllink: https://github.com/rapidsai/kvikio/blob/main/CHANGELOG.md | ||
| versions: | ||
| # enable or disable links; 0 = disabled, 1 = enabled | ||
| legacy: 1 | ||
| stable: 1 | ||
| nightly: 1 | ||
| libucxx: | ||
| name: libucxx | ||
| path: libucxx | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,112 @@ | ||
| { | ||
| "cucim": { | ||
| "legacy": "25.06", | ||
| "nightly": "25.10", | ||
| "stable": "25.08" | ||
| }, | ||
| "cudf": { | ||
| "legacy": "25.06", | ||
| "nightly": "25.10", | ||
| "stable": "25.08" | ||
| }, | ||
| "cudf-java": { | ||
| "legacy": "25.06", | ||
| "stable": "25.08" | ||
| }, | ||
| "cugraph": { | ||
| "legacy": "25.06", | ||
| "nightly": "25.10", | ||
| "stable": "25.08" | ||
| }, | ||
| "cuml": { | ||
| "legacy": "25.06", | ||
| "nightly": "25.10", | ||
| "stable": "25.08" | ||
| }, | ||
| "cuproj": { | ||
| "legacy": "25.02", | ||
| "stable": "25.04" | ||
| }, | ||
| "cusignal": {}, | ||
| "cuspatial": { | ||
| "legacy": "25.02", | ||
| "stable": "25.04" | ||
| }, | ||
| "cuvs": { | ||
| "legacy": "25.06", | ||
| "nightly": "25.10", | ||
| "stable": "25.08" | ||
| }, | ||
| "cuxfilter": { | ||
| "legacy": "25.06", | ||
| "nightly": "25.10", | ||
| "stable": "25.08" | ||
| }, | ||
| "dask-cuda": { | ||
| "legacy": "25.06", | ||
| "nightly": "25.10", | ||
| "stable": "25.08" | ||
| }, | ||
| "dask-cudf": { | ||
| "legacy": "25.06", | ||
| "nightly": "25.10", | ||
| "stable": "25.08" | ||
| }, | ||
| "kvikio": { | ||
| "legacy": "25.06", | ||
| "nightly": "25.10", | ||
| "stable": "25.08" | ||
| }, | ||
| "libcudf": { | ||
| "legacy": "25.06", | ||
| "nightly": "25.10", | ||
| "stable": "25.08" | ||
| }, | ||
| "libcuml": { | ||
| "legacy": "25.06", | ||
| "nightly": "25.10", | ||
| "stable": "25.08" | ||
| }, | ||
| "libcuproj": { | ||
| "legacy": "25.02", | ||
| "stable": "25.04" | ||
| }, | ||
| "libcuspatial": { | ||
| "legacy": "25.02", | ||
| "stable": "25.04" | ||
| }, | ||
| "libkvikio": { | ||
| "legacy": "25.06", | ||
| "nightly": "25.10", | ||
| "stable": "25.08" | ||
| }, | ||
| "librmm": { | ||
| "legacy": "25.06", | ||
| "nightly": "25.10", | ||
| "stable": "25.08" | ||
| }, | ||
| "libucxx": { | ||
| "legacy": "0.44", | ||
| "nightly": "0.46", | ||
| "stable": "0.45" | ||
| }, | ||
| "raft": { | ||
| "legacy": "25.06", | ||
| "nightly": "25.10", | ||
| "stable": "25.08" | ||
| }, | ||
| "rapids-cmake": { | ||
| "legacy": "25.06", | ||
| "nightly": "25.10", | ||
| "stable": "25.08" | ||
| }, | ||
| "rapidsmpf": { | ||
| "nightly": "25.10", | ||
| "stable": "25.08" | ||
| }, | ||
| "rmm": { | ||
| "legacy": "25.06", | ||
| "nightly": "25.10", | ||
| "stable": "25.08" | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was something I hadn't considered when implementing this in a shell script and then introducing a
pre-commithook... forlanguage: systemtypes of hooks, you have to manage your own dependencies (https://pre-commit.com/#system).And on
pre-commit.ci, we don't have any ability (as far as I can tell) to pre-install things beforepre-commitruns.For now, to restore all the API docs, let's just skip this in CI.
I can put up a follow-up switching this to a Python script... that'd be easier to maintain anyway 😁