π¨ Breaking Changes
π Bug Fixes
- Fix bug in pinned_memory_resource with CCCL 3.1.x. (#2058) @bdice
- Always release the GIL before any operation that could acquire locks from the CUDA runtime (#2028) @vyasr
- Skip callback memory tests on integrated memory systems, add docs (#2025) @bdice
- Add numba-cuda to fix errors on driver 580+. (#2013) @bdice
- Fix aligned resource adaptor bug when alignment is less than 256. (#2003) @bdice
- Skip test on HMM systems with older CUDA drivers (#1944) @bdice
π Documentation
π New Features
- Support building with CCCL 3.1.0 (#2017) @bdice
- Update to use CUDA runtime APIs that work in CUDA 12 and 13 (#2004) @robertmaynard
π οΈ Improvements
- Configure repo for automatic release notes generation (#2037) @AyodeAwe
- Add option to create non-blocking streams (#2036) @wence-
- update dependencies: cuda-python (>=12.9.2 / >=13.0.1) (#2031) @jameslamb
- Use branch-25.10 again (#2030) @jameslamb
- Update rapids-dependency-file-generator (#2027) @KyleFromNVIDIA
- Require numba-cuda>=0.19.1 to get fixes for numba==0.60 support (#2024) @bdice
- Update dependencies to align with other repos adopting CUDA 13 (#2022) @bdice
- Build and test with CUDA 13.0.0 (#2021) @jameslamb
- Change pylibrmm Stream.view() method to noexcept (#2020) @davidwendt
- Update to numba-cuda >=0.18.0,<0.19.0a0 (#2019) @bdice
- Use build cluster in devcontainers (#2016) @trxcllnt
- Refactor device capability checks, fix prefetching bug on WSL (#2014) @bdice
- Add CUDA 13.0.0 devcontainers (#2012) @bdice
- Update rapids_config to handle user defined branch name (#2010) @robertmaynard
- Update rapids-build-backend to 0.4.1 (#2007) @KyleFromNVIDIA
- ci(labeler): update labeler action to @v5 (#2006) @gforsyth
- [StepSecurity] Apply security best practices (#2000) @stepsecurity-app[bot]
- Use std::for_each instead of std::equal in test (#1999) @vyasr
- Allow latest OS in devcontainers (#1997) @bdice
- Update build infra to support new branching strategy (#1994) @robertmaynard
- Move more implementations to precompiled shared library (part 2) (#1983) @bdice
- Use GCC 14 in conda builds. (#1963) @vyasr