cugraph
cugraph copied to clipboard
[DOC]: refresh notebooks (newer Python, updated copyright, etc.)
How would you describe the priority of this documentation request
Low (would be nice)
Please provide a link or source to the relevant docs
(multiple)
Describe the problems in the documentation
Follow-up from https://github.com/rapidsai/cugraph/pull/4637#pullrequestreview-2267469801
There are several Jupyter notebooks in this repo which were generated with Python 3.9, which cugraph stopped supporting in the 24.10 release (#4637).
You can see them at https://github.com/search?q=repo%3Arapidsai%2Fcugraph+%223.9%22&type=code&p=2.
It may be useful to:
- test and regenerate them with the latest Python version RAPIDS supports (3.11 as of this writing, but 3.12 soon per https://github.com/rapidsai/build-planning/issues/40)
- update their copyright dates
- update any other details like:
- range of supported CUDA versions
- removing language about driver versions (https://github.com/rapidsai/cugraph/pull/4637#discussion_r1736940082)
(Optional) Propose a correction
No response
Code of Conduct
- [x] I agree to follow cuGraph's Code of Conduct
- [x] I have searched the open documentation issues and have found no duplicates for this bug report