Skip to content

Commit

Permalink
remove references to cugraph-ops (#72)
Browse files Browse the repository at this point in the history
Fixes #55

RAPIDS will stop shipping `cugraph-ops` in 25.02 (ref: rapidsai/cugraph-gnn#99)

This proposes removing all references to it in docs here.

## Notes for Reviewers

In addition to auto-assigned CODEOWNERS, let's please not merge this until @alexbarghi-nv approves.

### How I found these references

```shell
git grep -i cugraphops
git grep -i -E 'cugraph.*ops'
git grep -i ops
```

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Don Acosta (https://github.com/acostadon)
  - Bradley Dice (https://github.com/bdice)
  - Alex Barghi (https://github.com/alexbarghi-nv)

URL: #72
  • Loading branch information
jameslamb authored Jan 9, 2025
1 parent e84de88 commit 076dfe2
Show file tree
Hide file tree
Showing 24 changed files with 4 additions and 447 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2019-2024, NVIDIA CORPORATION.
# Copyright (c) 2019-2025, NVIDIA CORPORATION.

# cugraph build script

Expand Down Expand Up @@ -94,7 +94,7 @@ fi
# Build the docs
# C/C++?CUDA libraries
if hasArg docs || buildDefault; then
PROJ_LIST=("libcugraph libcugraphops libwholegraph")
PROJ_LIST=("libcugraph libwholegraph")
for PROJECT in ${PROJ_LIST}; do
echo "PROJECT IS ${PROJECT}"
XML_DIR="${REPODIR}/docs/cugraph-docs/${PROJECT}"
Expand Down
2 changes: 1 addition & 1 deletion ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export RAPIDS_DOCS_DIR="$(mktemp -d)"

rapids-print-env

PROJ_LIST=("libcugraph libcugraphops libwholegraph")
PROJ_LIST=("libcugraph libwholegraph")

for PROJECT in ${PROJ_LIST}; do
rapids-logger "Download ${PROJECT} xml_tar"
Expand Down
2 changes: 0 additions & 2 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ DEPENDENCIES=(
cugraph-pyg
libcugraph
libcugraph_etl
libcugraphops
nx-cugraph
pylibcugraph
pylibcugraphops
pylibwholegraph
)
for DEP in "${DEPENDENCIES[@]}"; do
Expand Down
1 change: 0 additions & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ dependencies:
- pre-commit
- pydata-sphinx-theme
- pylibcugraph==25.2.*,>=0.0.0a0
- pylibcugraphops==25.2.*,>=0.0.0a0
- pylibwholegraph==25.2.*,>=0.0.0a0
- recommonmark
- sphinx-copybutton
Expand Down
1 change: 0 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,4 @@ dependencies:
- libcugraph==25.2.*,>=0.0.0a0
- libcugraph_etl==25.2.*,>=0.0.0a0
- pylibcugraph==25.2.*,>=0.0.0a0
- pylibcugraphops==25.2.*,>=0.0.0a0
- pylibwholegraph==25.2.*,>=0.0.0a0
2 changes: 0 additions & 2 deletions docs/cugraph-docs/source/api_docs/cugraph-ops/c_cpp/index.old

This file was deleted.

2 changes: 0 additions & 2 deletions docs/cugraph-docs/source/api_docs/cugraph-ops/c_cpp/index.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/cugraph-docs/source/api_docs/cugraph-ops/index.old

This file was deleted.

11 changes: 0 additions & 11 deletions docs/cugraph-docs/source/api_docs/cugraph-ops/index.rst

This file was deleted.

24 changes: 0 additions & 24 deletions docs/cugraph-docs/source/api_docs/cugraph-ops/python/dimenet.old

This file was deleted.

24 changes: 0 additions & 24 deletions docs/cugraph-docs/source/api_docs/cugraph-ops/python/dimenet.rst

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions docs/cugraph-docs/source/api_docs/cugraph-ops/python/index.old

This file was deleted.

13 changes: 0 additions & 13 deletions docs/cugraph-docs/source/api_docs/cugraph-ops/python/index.rst

This file was deleted.

93 changes: 0 additions & 93 deletions docs/cugraph-docs/source/api_docs/cugraph-ops/python/operators.old

This file was deleted.

Loading

0 comments on commit 076dfe2

Please sign in to comment.