[NIGHTLY] v25.02.00
Pre-release
Pre-release
·
77 commits
to branch-25.04
since this release
🔗 Links
🚨 Breaking Changes
- Update pip devcontainers to UCX 1.18 (#2550) @jameslamb
- Switch over to rapids-logger (#2530) @vyasr
- Adapt to rmm logger changes (#2513) @vyasr
🐛 Bug Fixes
- Rename test to tests. (#2546) @bdice
- Fix bit order of RMAT Rectangular Generator to match expectation (#2542) @mfoerste4
- Fix broken link to python doc (#2537) @lowener
- Fix lanczos solver integer overflow (#2536) @viclafargue
- Fix rnd bit generation in rmat_rectangular_kernel (#2524) @tfeher
📖 Documentation
🚀 New Features
- Add cuda 12.8 support (#2551) @robertmaynard
- Add support for different data type of bitset (#2535) @lowener
- [Feat] Support
bitset_to_csr
(#2523) @rhdong - Remove upper bounds on cuda-python to allow 12.6.2 and 11.8.5 (#2517) @bdice
🛠️ Improvements
- Revert CUDA 12.8 shared workflow branch changes (#2560) @vyasr
- Build and test with CUDA 12.8.0 (#2555) @bdice
- Update pip devcontainers to UCX 1.18 (#2550) @jameslamb
- use dynamic CUDA wheels on CUDA 11 (#2548) @jameslamb
- Normalize whitespace (#2547) @bdice
- Use cuda.bindings layout. (#2545) @bdice
- Revert "Introduction of the
raft::device_resources_snmg
type (#2487)" (#2543) @cjnolet - Add missing
#include <cstdint>
(#2540) @jakirkham - Use GCC 13 in CUDA 12 conda builds. (#2539) @bdice
- Use rapids-cmake for the logger (#2534) @vyasr
- Check if nightlies have succeeded recently enough (#2533) @vyasr
- remove unused 'joblib' and 'numba' dependencies, other packaging cleanup (#2532) @jameslamb
- introduce libraft wheels (#2531) @jameslamb
- Switch over to rapids-logger (#2530) @vyasr
- reduce duplication, removed unused things in dependencies.yaml (#2529) @jameslamb
- Update cuda-python lower bounds to 12.6.2 / 11.8.5 (#2522) @bdice
- [Opt] Optimizing the performance of
bitmap_to_csr
(#2516) @rhdong - prefer system install of UCX in devcontainers, update outdated RAPIDS references (#2514) @jameslamb
- Adapt to rmm logger changes (#2513) @vyasr
- Require approval to run CI on draft PRs (#2512) @bdice
- Shrink wheel size limit following removal of vector search APIs. (#2509) @bdice
- Forward-merge branch-24.12 to branch-25.02 (#2508) @bdice
- Introduction of the
raft::device_resources_snmg
type (#2487) @viclafargue - Add breaking change workflow trigger (#2482) @AyodeAwe
- Remove 'sample' parameter from stats::mean API (#2389) @mfoerste4