Skip to content

Commit d0f2fe1

Browse files
authored
Merge pull request rapidsai#153 from rapidsai/branch-25.06
Forward-merge branch-25.06 into branch-25.08
2 parents a8c5bf8 + edb9099 commit d0f2fe1

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# nx-cugraph 25.06.00 (5 Jun 2025)
2+
3+
## 🐛 Bug Fixes
4+
5+
- Fix update-version.sh ([#124](https://github.com/rapidsai/nx-cugraph/pull/124)) [@raydouglass](https://github.com/raydouglass)
6+
- Fix edgecase when converting to networkx w/o fallback ([#118](https://github.com/rapidsai/nx-cugraph/pull/118)) [@eriknw](https://github.com/eriknw)
7+
8+
## 📖 Documentation
9+
10+
- Fix Typo in Contributing Guide ([#111](https://github.com/rapidsai/nx-cugraph/pull/111)) [@nv-rliu](https://github.com/nv-rliu)
11+
12+
## 🛠️ Improvements
13+
14+
- use 'rapids-init-pip' in wheel CI, other CI changes ([#141](https://github.com/rapidsai/nx-cugraph/pull/141)) [@jameslamb](https://github.com/jameslamb)
15+
- Finish CUDA 12.9 migration and use branch-25.06 workflows ([#138](https://github.com/rapidsai/nx-cugraph/pull/138)) [@bdice](https://github.com/bdice)
16+
- Quote head_rev in conda recipes ([#137](https://github.com/rapidsai/nx-cugraph/pull/137)) [@bdice](https://github.com/bdice)
17+
- Build and test with CUDA 12.9.0 ([#135](https://github.com/rapidsai/nx-cugraph/pull/135)) [@bdice](https://github.com/bdice)
18+
- Add support for Python 3.13 ([#132](https://github.com/rapidsai/nx-cugraph/pull/132)) [@gforsyth](https://github.com/gforsyth)
19+
- Branch 25.06 merge 25.04 ([#130](https://github.com/rapidsai/nx-cugraph/pull/130)) [@nv-rliu](https://github.com/nv-rliu)
20+
- Branch 25.06 merge 25.04 (Trying Again) ([#128](https://github.com/rapidsai/nx-cugraph/pull/128)) [@nv-rliu](https://github.com/nv-rliu)
21+
- Dispatching `to_numpy_array` ([#127](https://github.com/rapidsai/nx-cugraph/pull/127)) [@nv-rliu](https://github.com/nv-rliu)
22+
- Download build artifacts from Github for CI ([#122](https://github.com/rapidsai/nx-cugraph/pull/122)) [@VenkateshJaya](https://github.com/VenkateshJaya)
23+
- feat(rattler): port conda build recipe to rattler build ([#121](https://github.com/rapidsai/nx-cugraph/pull/121)) [@gforsyth](https://github.com/gforsyth)
24+
- Add `to_scipy_sparse_array` ([#120](https://github.com/rapidsai/nx-cugraph/pull/120)) [@eriknw](https://github.com/eriknw)
25+
- Add ARM conda environments ([#119](https://github.com/rapidsai/nx-cugraph/pull/119)) [@bdice](https://github.com/bdice)
26+
- Branch 25.06 merge 25.04 ([#108](https://github.com/rapidsai/nx-cugraph/pull/108)) [@rlratzel](https://github.com/rlratzel)
27+
- Forward-merge branch-25.04 into branch-25.06 ([#105](https://github.com/rapidsai/nx-cugraph/pull/105)) [@nv-rliu](https://github.com/nv-rliu)
28+
- Moving wheel builds to specified location and uploading build artifacts to Github ([#104](https://github.com/rapidsai/nx-cugraph/pull/104)) [@VenkateshJaya](https://github.com/VenkateshJaya)
29+
130
# nx-cugraph 25.04.00 (9 Apr 2025)
231

332
## 🚨 Breaking Changes

0 commit comments

Comments
 (0)