v25.08.00
🚨 Breaking Changes
MatrixLinewiseOpcompile-time-invocation (#2701) @aamijar- Remove CUDA 11 from dependencies.yaml (#2695) @KyleFromNVIDIA
- stop uploading packages to downloads.rapids.ai (#2688) @jameslamb
- Reduce instantiations of
Reductionkernels (#2679) @divyegala
🐛 Bug Fixes
- Fix stream sync for Copy2DAsync test (#2744) @lowener
- Several small fixes to make Raft compile with LLVM. (#2735) @vitor1001
- Add missing header (#2734) @vitor1001
- [REVIEW] Fix static initialization order fiasco in
lanczos.cu(#2733) @legrosbuffle - [REVIEW] Fix assertion in
fill_indices_by_rows_kernel. (#2732) @legrosbuffle - libucx: consider post-releases in wheel builds (#2729) @jameslamb
- Fix laplacian cast (#2725) @aamijar
- Fix excess_subsample (#2723) @mfoerste4
- Fix the constructor for
coordinate_structurefor non-zeronnz. (#2717) @legrosbuffle - [REVIEW] Fix compile error when using
mdbufferwith all-static extents. (#2716) @legrosbuffle - Fix unsafe cast
coo_remove_scalar(#2713) @aamijar - Fix laplacian self-loops (#2712) @aamijar
- [REVIEW] Fix a few memory leaks. (#2710) @legrosbuffle
- Fix MST bug for graph with identical edge weights (#2707) @jnke2016
- Missed update accounting for reduction related APIs (#2704) @divyegala
- Adding GH_TOKEN pass-through to summarize job (#2702) @msarahan
- Work around Cython ctypedef bug (#2686) @vyasr
📖 Documentation
- add docs on CI workflow inputs (#2728) @jameslamb
🛠️ Improvements
- An additional small change to remove cuda 11 stuff (#2763) @cjnolet
- Removing CUDA 11 from docs and code (#2757) @cjnolet
- fix(docker): use versioned
-latesttag for allrapidsaiimages (#2745) @gforsyth - Update protocol name for UCX-Py tests (#2743) @pentschev
- Remove sphinx upper bound (#2742) @bdice
- remove cuspatial references, avoid triggering tests on clang-format config changes (#2740) @jameslamb
- MST Edge Case (#2736) @tarang-jain
- Add missing
#include <cassert>incpp/include/raft/core/math.hpp(#2730) @trxcllnt - Update leftover CUDA 12.8 to 12.9 in docs (#2724) @jakirkham
- Fix docs lanczos solver (#2722) @aamijar
- Use CUDA 12.9 in Conda, Devcontainers, Spark, GHA, etc. (#2721) @jakirkham
- Remove nvidia and dask channels (#2720) @vyasr
- [REVIEW] Fix compile error of
abs_opwhen compiling withclang(#2718) @legrosbuffle - Avoid using internal method std::experimental::details::alignTo(). (#2714) @vitor1001
- refactor(shellcheck): fix all remaining warnings/errors (#2703) @gforsyth
MatrixLinewiseOpcompile-time-invocation (#2701) @aamijar- Remove pytest pin (#2699) @vyasr
- Fix several issues that breaks LLVM (#2698) @vitor1001
- Remove CUDA 11 from dependencies.yaml (#2695) @KyleFromNVIDIA
- Remove CUDA 11 devcontainers and update CI scripts (#2690) @bdice
- refactor(rattler): remove cuda11 options and general cleanup (#2689) @gforsyth
- stop uploading packages to downloads.rapids.ai (#2688) @jameslamb
- fix(devcontainers): typo in container name (#2687) @gforsyth
- Reduce instantiations of
Reductionkernels (#2679) @divyegala - Forward-merge branch-25.06 into branch-25.08 (#2675) @divyegala
- Add support for F16 in linalg::transpose (#2672) @enp1s0
- Forward-merge branch-25.06 into branch-25.08 (#2664) @gforsyth
- Support
coo_matrixincoo_symmetrizeandcoo_remove_scalar(#2662) @aamijar - Lanczos Solver
which=SA,SM,LA,LMargument (#2628) @aamijar