v25.02.01
๐จ Breaking Changes
๐ Bug Fixes
- Sanitize patch input to protect against CMake Language limitations (#773) @robertmaynard
- Backport cccl PR 3578 to v2.7 to unblock CUDA 12.8 builds (#756) @robertmaynard
- Use sysroot 2.17 on CUDA < 11.8. (#745) @bdice
- rapids_cpm_cccl use proper CCCL version value to compute install rules (#742) @robertmaynard
- Correct nvbench + conda test to explicitly pull spdlog (#733) @robertmaynard
๐ Documentation
- fix signature in rapids_export() docs (#732) @jameslamb
๐ New Features
- Update to nvcomp 4.2 which offers full blackwell support (#780) @robertmaynard
- Add support for new architectures in CUDA 12.8 (#746) @robertmaynard
- Update logger hash (#738) @vyasr
- Add rapids-logger (#737) @vyasr
- Fea/support embedded patch content (#728) @robertmaynard
- Update to CCCL 2.7.0-rc2. (#710) @bdice
๐ ๏ธ Improvements
- Revert CUDA 12.8 shared workflow branch changes (#759) @vyasr
- Build and test with CUDA 12.8.0 (#754) @bdice
- Allow sysroot 2.28 in CUDA 11 jobs. (#749) @bdice
- Fetch cuco filter alignment fix to unblock RAPIDS CI (#744) @PointKernel
- Use CCCL v2.7.0 final tag. (#743) @bdice
- Use GCC 13 in CUDA 12 conda builds. (#741) @bdice
- Add new global targets for rmm (#739) @vyasr
- remove setup.cfg, use pyproject.toml (#736) @jameslamb
- Bump cuco by one commit to include
cuco::arrow_filter_policy
updates (#735) @mhaseeb123 - Require Cython to be found (#734) @vyasr
- Update version references in workflow (#729) @AyodeAwe
- Bump cuco version to fetch various fixes and new features (#723) @PointKernel
- Add breaking change workflow trigger (#719) @AyodeAwe