Releases: rapidsai/cugraph-gnn
Releases · rapidsai/cugraph-gnn
[NIGHTLY] v25.04.00
🔗 Links
🚨 Breaking Changes
- Update PyTorch to use CUDA 12.6 (#155) @alexbarghi-nv
- Deprecate Unbuffered Sampling in cuGraph-PyG (#151) @alexbarghi-nv
- Update DGL Packages to PyTorch 2.4 (#148) @alexbarghi-nv
- Update CuPy Version to 13.2 (#132) @alexbarghi-nv
- [FEA] Support Link Prediction and Negative Sampling in cuGraph-DGL (#50) @alexbarghi-nv
🐛 Bug Fixes
- Fix update version (#157) @raydouglass
- Drop PyTorch Constraint for OGB (#153) @alexbarghi-nv
- Update DGL Packages to PyTorch 2.4 (#148) @alexbarghi-nv
- [BUG] Fix bug with drop_last when mod is 0 (#136) @alexbarghi-nv
- Update CuPy Version to 13.2 (#132) @alexbarghi-nv
🚀 New Features
- [FEA] New MovieLens Example, Add Timing to Taobao Example (#141) @alexbarghi-nv
- [FEA] Support Link Prediction and Negative Sampling in cuGraph-DGL (#50) @alexbarghi-nv
🛠️ Improvements
- Update PyTorch to use CUDA 12.6 (#155) @alexbarghi-nv
- Deprecate Unbuffered Sampling in cuGraph-PyG (#151) @alexbarghi-nv
- Use conda-build instead of conda-mambabuild (#150) @bdice
- add cugraph-notebook-codeowners to CODEOWNERS (#149) @AyodeAwe
- Require CMake 3.30.4 (#147) @robertmaynard
- Create Conda CI test env in one step (#144) @KyleFromNVIDIA
- Add build_type input to
test.yaml
(#143) @gforsyth - Use shared-workflows branch-25.04 (#138) @bdice
- disallow fallback to Make in Python builds (#123) @jameslamb
- Forward-merge branch-25.02 to branch-25.04 (#122) @bdice
- Migrate to NVKS for amd64 CI runners (#119) @bdice
v24.12.00
🚨 Breaking Changes
- Disable RockyLinux Tests for DGL, Disable CUDA All 11.4 Tests (#89) @alexbarghi-nv
🐛 Bug Fixes
- Disable RockyLinux Tests for DGL, Disable CUDA All 11.4 Tests (#89) @alexbarghi-nv
- [Bugfix] Add stream synchronization before the scatter operation (#73) @chang-l
- [Bugfix] Dynamic load NVML symbols for better compatibility (#72) @chang-l
🚀 New Features
- [Feature] Add gather/scatter support 1D tensor (#74) @chang-l
- update wholegraph (#65) @zhuofan1123
🛠️ Improvements
- skip CUDA 11.4 conda-python-tests jobs (#91) @jameslamb
- Relax PyTorch upper bound (allowing 2.4) (#75) @jakirkham
- remove versioning workaround for nightlies (#69) @jameslamb
- fix devcontainer builds (#68) @jameslamb
- enforce wheel size limits, README formatting in CI (#67) @jameslamb
- start publishing packages (#66) @jameslamb
- add notebook tests, build.sh args (#62) @jameslamb
- add nightly builds/tests, remove some cugraph references (#61) @jameslamb
- remove docs support in build.sh, remove test_wheel.sh, other small cleanup (#60) @jameslamb
- add PR CI for cugraph-pyg and cugraph-dgl (#59) @jameslamb
- add full CI for wholegraph (#58) @jameslamb
- add alpha specs, pre-commit hook to enforce them (#57) @jameslamb
- introduce minimal CI for PRs (#56) @jameslamb
- Add Copy PR Bot (#55) @alexbarghi-nv
[NIGHTLY] v25.02.00
🔗 Links
🚨 Breaking Changes
- update pip devcontainers to UCX 1.18 (#112) @jameslamb
- remove dependency on cugraph-ops (#99) @tingyu66
- [FEA] Support Heterogeneous Sampling in cuGraph-PyG (#82) @alexbarghi-nv
🐛 Bug Fixes
- Remove Build Directory (#107) @alexbarghi-nv
- Fix inputs for the workflow (#106) @vyasr
- Remove invalid conditional (#105) @vyasr
📖 Documentation
- build libwholegraph docs in CI (#96) @jameslamb
🚀 New Features
- Fix of create_node_classification_datasets (#128) @linhu-nv
- [FEA] Knowledge Graph/Graph Database Renumbering (#101) @alexbarghi-nv
- [FEA] Support Heterogeneous Sampling in cuGraph-PyG (#82) @alexbarghi-nv
🛠️ Improvements
- Use
rapids-pip-retry
in CI jobs that might need retries (#133) @gforsyth - Revert CUDA 12.8 shared workflow branch changes (#121) @vyasr
- Deprecate the Dask API in cuGraph-PyG (#118) @alexbarghi-nv
- Build and test with CUDA 12.8.0 (#115) @bdice
- Support PyG 2.6 in cuGraph-PyG (#114) @alexbarghi-nv
- update pip devcontainers to UCX 1.18 (#112) @jameslamb
- enforce
cmake-format
andcmake-lint
, other small packaging changes (#111) @jameslamb - wholegraph: remove debugging details from CMake (#109) @jameslamb
- Use GCC 13 in CUDA 12 conda builds. (#108) @bdice
- Heterogeneous Link Prediction Example for cuGraph-PyG (#104) @alexbarghi-nv
- remove flake8, clang tools from wholegraph CMake (#103) @jameslamb
- simplify wholegraph CMake, other small building and testing changes (#102) @jameslamb
- Check if nightlies have succeeded recently enough (#100) @vyasr
- remove dependency on cugraph-ops (#99) @tingyu66
- remove unused dependencies.yaml entries, other small cleanup (#98) @jameslamb
- fix nightly docs workflow dependencies (#97) @jameslamb
- merge branch-24.12 into branch-25.02 (#95) @jameslamb
- Update version references in workflow (#93) @AyodeAwe
- Require approval to run CI on draft PRs (#80) @bdice
- add devcontainers (#79) @jameslamb
- skip conda-python-tests on arm64 (#70) @jameslamb
- Add breaking change workflow trigger (#64) @AyodeAwe