|
| 1 | +# nx-cugraph 25.04.00 (9 Apr 2025) |
| 2 | + |
| 3 | +## 🚨 Breaking Changes |
| 4 | + |
| 5 | +- Add ForceAtlas2 Support ([#99](https://github.com/rapidsai/nx-cugraph/pull/99)) [@nv-rliu](https://github.com/nv-rliu) |
| 6 | + |
| 7 | +## 🐛 Bug Fixes |
| 8 | + |
| 9 | +- Fix `(Multi)DiGraph.__networkx_cache__` initialization ([#91](https://github.com/rapidsai/nx-cugraph/pull/91)) [@eriknw](https://github.com/eriknw) |
| 10 | + |
| 11 | +## 📖 Documentation |
| 12 | + |
| 13 | +- [DOC] Add a Contributing Guide ([#102](https://github.com/rapidsai/nx-cugraph/pull/102)) [@nv-rliu](https://github.com/nv-rliu) |
| 14 | +- Update README ([#100](https://github.com/rapidsai/nx-cugraph/pull/100)) [@nv-rliu](https://github.com/nv-rliu) |
| 15 | + |
| 16 | +## 🚀 New Features |
| 17 | + |
| 18 | +- Add ForceAtlas2 Support ([#99](https://github.com/rapidsai/nx-cugraph/pull/99)) [@nv-rliu](https://github.com/nv-rliu) |
| 19 | + |
| 20 | +## 🛠️ Improvements |
| 21 | + |
| 22 | +- Update docs for BC ([#107](https://github.com/rapidsai/nx-cugraph/pull/107)) [@eriknw](https://github.com/eriknw) |
| 23 | +- Add Benchmarks for ForceAtlas2 ([#97](https://github.com/rapidsai/nx-cugraph/pull/97)) [@nv-rliu](https://github.com/nv-rliu) |
| 24 | +- Use conda-build instead of conda-mambabuild ([#95](https://github.com/rapidsai/nx-cugraph/pull/95)) [@bdice](https://github.com/bdice) |
| 25 | +- add cugraph-notebook-codeowners to CODEOWNERS ([#94](https://github.com/rapidsai/nx-cugraph/pull/94)) [@AyodeAwe](https://github.com/AyodeAwe) |
| 26 | +- remove docs dependencies ([#93](https://github.com/rapidsai/nx-cugraph/pull/93)) [@jameslamb](https://github.com/jameslamb) |
| 27 | +- Create Conda CI test env in one step ([#90](https://github.com/rapidsai/nx-cugraph/pull/90)) [@KyleFromNVIDIA](https://github.com/KyleFromNVIDIA) |
| 28 | +- Update pre-commit hooks ([#88](https://github.com/rapidsai/nx-cugraph/pull/88)) [@eriknw](https://github.com/eriknw) |
| 29 | +- Use shared-workflows branch-25.04 ([#85](https://github.com/rapidsai/nx-cugraph/pull/85)) [@bdice](https://github.com/bdice) |
| 30 | +- Add `shellcheck` to pre-commit and fix warnings ([#84](https://github.com/rapidsai/nx-cugraph/pull/84)) [@gforsyth](https://github.com/gforsyth) |
| 31 | +- Add build_type input field for `test.yaml` ([#82](https://github.com/rapidsai/nx-cugraph/pull/82)) [@gforsyth](https://github.com/gforsyth) |
| 32 | +- Forward-merge branch-25.02 to branch-25.04 ([#76](https://github.com/rapidsai/nx-cugraph/pull/76)) [@bdice](https://github.com/bdice) |
| 33 | +- include all pyproject dependencies in 'requirements' output ([#75](https://github.com/rapidsai/nx-cugraph/pull/75)) [@jameslamb](https://github.com/jameslamb) |
| 34 | +- Migrate to NVKS for amd64 CI runners ([#72](https://github.com/rapidsai/nx-cugraph/pull/72)) [@bdice](https://github.com/bdice) |
| 35 | + |
1 | 36 | # nx-cugraph 25.02.00 (13 Feb 2025) |
2 | 37 |
|
3 | 38 | ## 🐛 Bug Fixes |
|
0 commit comments