Skip to content

Commit 4c203b2

Browse files
committed
Update Changelog [skip ci]
1 parent 2d545b9 commit 4c203b2

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
# cugraph-gnn 25.04.00 (9 Apr 2025)
2+
3+
## 🚨 Breaking Changes
4+
5+
- Update PyTorch to use CUDA 12.6 ([#155](https://github.com/rapidsai/cugraph-gnn/pull/155)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
6+
- Deprecate Unbuffered Sampling in cuGraph-PyG ([#151](https://github.com/rapidsai/cugraph-gnn/pull/151)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
7+
- Update DGL Packages to PyTorch 2.4 ([#148](https://github.com/rapidsai/cugraph-gnn/pull/148)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
8+
- Update CuPy Version to 13.2 ([#132](https://github.com/rapidsai/cugraph-gnn/pull/132)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
9+
- [FEA] Support Link Prediction and Negative Sampling in cuGraph-DGL ([#50](https://github.com/rapidsai/cugraph-gnn/pull/50)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
10+
11+
## 🐛 Bug Fixes
12+
13+
- [FIX] Add mkl version, limit tensordict to 0.6.2 ([#161](https://github.com/rapidsai/cugraph-gnn/pull/161)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
14+
- Fix update version ([#157](https://github.com/rapidsai/cugraph-gnn/pull/157)) [@raydouglass](https://github.com/raydouglass)
15+
- Drop PyTorch Constraint for OGB ([#153](https://github.com/rapidsai/cugraph-gnn/pull/153)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
16+
- Update DGL Packages to PyTorch 2.4 ([#148](https://github.com/rapidsai/cugraph-gnn/pull/148)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
17+
- [BUG] Fix bug with drop_last when mod is 0 ([#136](https://github.com/rapidsai/cugraph-gnn/pull/136)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
18+
- Update CuPy Version to 13.2 ([#132](https://github.com/rapidsai/cugraph-gnn/pull/132)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
19+
20+
## 🚀 New Features
21+
22+
- [FEA] New MovieLens Example, Add Timing to Taobao Example ([#141](https://github.com/rapidsai/cugraph-gnn/pull/141)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
23+
- [FEA] Support Link Prediction and Negative Sampling in cuGraph-DGL ([#50](https://github.com/rapidsai/cugraph-gnn/pull/50)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
24+
25+
## 🛠️ Improvements
26+
27+
- Deprecate TensorDictFeatureStore in cuGraph-PyG ([#160](https://github.com/rapidsai/cugraph-gnn/pull/160)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
28+
- Update PyTorch to use CUDA 12.6 ([#155](https://github.com/rapidsai/cugraph-gnn/pull/155)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
29+
- Deprecate Unbuffered Sampling in cuGraph-PyG ([#151](https://github.com/rapidsai/cugraph-gnn/pull/151)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
30+
- Use conda-build instead of conda-mambabuild ([#150](https://github.com/rapidsai/cugraph-gnn/pull/150)) [@bdice](https://github.com/bdice)
31+
- add cugraph-notebook-codeowners to CODEOWNERS ([#149](https://github.com/rapidsai/cugraph-gnn/pull/149)) [@AyodeAwe](https://github.com/AyodeAwe)
32+
- Require CMake 3.30.4 ([#147](https://github.com/rapidsai/cugraph-gnn/pull/147)) [@robertmaynard](https://github.com/robertmaynard)
33+
- Create Conda CI test env in one step ([#144](https://github.com/rapidsai/cugraph-gnn/pull/144)) [@KyleFromNVIDIA](https://github.com/KyleFromNVIDIA)
34+
- Add build_type input to `test.yaml` ([#143](https://github.com/rapidsai/cugraph-gnn/pull/143)) [@gforsyth](https://github.com/gforsyth)
35+
- Use shared-workflows branch-25.04 ([#138](https://github.com/rapidsai/cugraph-gnn/pull/138)) [@bdice](https://github.com/bdice)
36+
- disallow fallback to Make in Python builds ([#123](https://github.com/rapidsai/cugraph-gnn/pull/123)) [@jameslamb](https://github.com/jameslamb)
37+
- Forward-merge branch-25.02 to branch-25.04 ([#122](https://github.com/rapidsai/cugraph-gnn/pull/122)) [@bdice](https://github.com/bdice)
38+
- Migrate to NVKS for amd64 CI runners ([#119](https://github.com/rapidsai/cugraph-gnn/pull/119)) [@bdice](https://github.com/bdice)
39+
140
# cugraph-gnn 25.02.00 (13 Feb 2025)
241

342
## 🚨 Breaking Changes

0 commit comments

Comments
 (0)