[NIGHTLY] v25.02.00
Pre-release
Pre-release
rapids-bot
released this
09 Dec 17:04
·
65 commits
to branch-25.02
since this release
🔗 Links
🚨 Breaking Changes
- Remove unnecessary CUDA utilities (#4855) @bdice
- Add
amazon0302.txt.gz
Benchmarking Dataset to Datasets API (#4790) @nv-rliu
🐛 Bug Fixes
- Address Leiden numbering issue (#4845) @jnke2016
- Add cuda-python dependency (#4829) @bdice
- Fix bug in MG Neighborhood sampling (#4827) @jnke2016
- [BUG] Skip WholeGraph Tests if GPU PyTorch Unavailable (#4820) @alexbarghi-nv
📖 Documentation
- added doxygen groups so docs can clean up the API (#4857) @acostadon
- removes docs and fixed build_docs.sh to only build xml for doxygen (#4837) @acostadon
- Changed ci build_docs to just upload the xml so the cugraph-docs can create the docs (#4662) @acostadon
🚀 New Features
- Remove upper bounds on cuda-python to allow 12.6.2 and 11.8.5 (#4798) @bdice
- Add
amazon0302.txt.gz
Benchmarking Dataset to Datasets API (#4790) @nv-rliu
🛠️ Improvements
- Remove unnecessary CUDA utilities (#4855) @bdice
- Support raft's logger targets (#4848) @vyasr
- move wheel installs into per-project test scripts, other packaging changes (#4847) @jameslamb
- Get breathe from conda (#4842) @vyasr
- Check if nightlies have succeeded recently enough (#4840) @vyasr
- Remove sphinx pinning (#4839) @vyasr
- Adds utility scripts and initial docs for managing multi-GPU Dask clusters for cuGraph (#4838) @rlratzel
- Update for raft logger changes (#4835) @vyasr
- update telemetry actions to fluent-bit friendly style (#4834) @msarahan
- Use cuda-python bindings for getting device properties. (#4830) @bdice
- Update version references in workflow (#4824) @AyodeAwe
- gate telemetry dispatch calls on TELEMETRY_ENABLED env var (#4816) @msarahan
- Update cuda-python lower bounds to 12.6.2 / 11.8.5 (#4813) @bdice
- remove 'wget' conda dependency, re-organize dependencies.yaml (#4805) @jameslamb
- PR CI: make cugraph builds depend on pylibcugraph builds (#4801) @jameslamb
- Adapt to rmm logger changes (#4794) @vyasr
- pip devcontainers: use UCX 1.17, prefer system installation (#4792) @jameslamb
- Require approval to run CI on draft PRs (#4789) @bdice
- Forward-merge branch-24.12 to branch-25.02 (#4785) @bdice
- remove all remaining uses of cugraph-ops (#4784) @jameslamb
- Forward-merge branch-24.12 to branch-25.02 (#4780) @bdice
- Avoid private mask cudf API in favor of Column.as_mask (#4758) @mroeschke
- Add breaking change workflow trigger (#4746) @AyodeAwe