|
| 1 | +# rmm 25.10.00 (8 Oct 2025) |
| 2 | + |
| 3 | +## 🚨 Breaking Changes |
| 4 | + |
| 5 | +- Add option to create non-blocking streams ([#2036](https://github.com/rapidsai/rmm/pull/2036)) [@wence-](https://github.com/wence-) |
| 6 | + |
| 7 | +## 🐛 Bug Fixes |
| 8 | + |
| 9 | +- Fix bug in pinned_memory_resource with CCCL 3.1.x. ([#2058](https://github.com/rapidsai/rmm/pull/2058)) [@bdice](https://github.com/bdice) |
| 10 | +- Always release the GIL before any operation that could acquire locks from the CUDA runtime ([#2028](https://github.com/rapidsai/rmm/pull/2028)) [@vyasr](https://github.com/vyasr) |
| 11 | +- Skip callback memory tests on integrated memory systems, add docs ([#2025](https://github.com/rapidsai/rmm/pull/2025)) [@bdice](https://github.com/bdice) |
| 12 | +- Add numba-cuda to fix errors on driver 580+. ([#2013](https://github.com/rapidsai/rmm/pull/2013)) [@bdice](https://github.com/bdice) |
| 13 | +- Fix aligned resource adaptor bug when alignment is less than 256. ([#2003](https://github.com/rapidsai/rmm/pull/2003)) [@bdice](https://github.com/bdice) |
| 14 | +- Skip test on HMM systems with older CUDA drivers ([#1944](https://github.com/rapidsai/rmm/pull/1944)) [@bdice](https://github.com/bdice) |
| 15 | + |
| 16 | +## 📖 Documentation |
| 17 | + |
| 18 | +- Minor improvements to README ([#2018](https://github.com/rapidsai/rmm/pull/2018)) [@bdice](https://github.com/bdice) |
| 19 | + |
| 20 | +## 🚀 New Features |
| 21 | + |
| 22 | +- Support building with CCCL 3.1.0 ([#2017](https://github.com/rapidsai/rmm/pull/2017)) [@bdice](https://github.com/bdice) |
| 23 | +- Update to use CUDA runtime APIs that work in CUDA 12 and 13 ([#2004](https://github.com/rapidsai/rmm/pull/2004)) [@robertmaynard](https://github.com/robertmaynard) |
| 24 | + |
| 25 | +## 🛠️ Improvements |
| 26 | + |
| 27 | +- Configure repo for automatic release notes generation ([#2037](https://github.com/rapidsai/rmm/pull/2037)) [@AyodeAwe](https://github.com/AyodeAwe) |
| 28 | +- Add option to create non-blocking streams ([#2036](https://github.com/rapidsai/rmm/pull/2036)) [@wence-](https://github.com/wence-) |
| 29 | +- update dependencies: cuda-python (>=12.9.2 / >=13.0.1) ([#2031](https://github.com/rapidsai/rmm/pull/2031)) [@jameslamb](https://github.com/jameslamb) |
| 30 | +- Use branch-25.10 again ([#2030](https://github.com/rapidsai/rmm/pull/2030)) [@jameslamb](https://github.com/jameslamb) |
| 31 | +- Update rapids-dependency-file-generator ([#2027](https://github.com/rapidsai/rmm/pull/2027)) [@KyleFromNVIDIA](https://github.com/KyleFromNVIDIA) |
| 32 | +- Require numba-cuda>=0.19.1 to get fixes for numba==0.60 support ([#2024](https://github.com/rapidsai/rmm/pull/2024)) [@bdice](https://github.com/bdice) |
| 33 | +- Update dependencies to align with other repos adopting CUDA 13 ([#2022](https://github.com/rapidsai/rmm/pull/2022)) [@bdice](https://github.com/bdice) |
| 34 | +- Build and test with CUDA 13.0.0 ([#2021](https://github.com/rapidsai/rmm/pull/2021)) [@jameslamb](https://github.com/jameslamb) |
| 35 | +- Change pylibrmm Stream.view() method to noexcept ([#2020](https://github.com/rapidsai/rmm/pull/2020)) [@davidwendt](https://github.com/davidwendt) |
| 36 | +- Update to numba-cuda >=0.18.0,<0.19.0a0 ([#2019](https://github.com/rapidsai/rmm/pull/2019)) [@bdice](https://github.com/bdice) |
| 37 | +- Use build cluster in devcontainers ([#2016](https://github.com/rapidsai/rmm/pull/2016)) [@trxcllnt](https://github.com/trxcllnt) |
| 38 | +- Refactor device capability checks, fix prefetching bug on WSL ([#2014](https://github.com/rapidsai/rmm/pull/2014)) [@bdice](https://github.com/bdice) |
| 39 | +- Add CUDA 13.0.0 devcontainers ([#2012](https://github.com/rapidsai/rmm/pull/2012)) [@bdice](https://github.com/bdice) |
| 40 | +- Update rapids_config to handle user defined branch name ([#2010](https://github.com/rapidsai/rmm/pull/2010)) [@robertmaynard](https://github.com/robertmaynard) |
| 41 | +- Update rapids-build-backend to 0.4.1 ([#2007](https://github.com/rapidsai/rmm/pull/2007)) [@KyleFromNVIDIA](https://github.com/KyleFromNVIDIA) |
| 42 | +- ci(labeler): update labeler action to [@v5 ([#2006](https://github.com/rapidsai/rmm/pull/2006)) @gforsyth](https://github.com/v5 ([#2006](https://github.com/rapidsai/rmm/pull/2006)) @gforsyth) |
| 43 | +- [StepSecurity] Apply security best practices ([#2000](https://github.com/rapidsai/rmm/pull/2000)) [@stepsecurity-app[bot]](https://github.com/stepsecurity-app[bot]) |
| 44 | +- Use std::for_each instead of std::equal in test ([#1999](https://github.com/rapidsai/rmm/pull/1999)) [@vyasr](https://github.com/vyasr) |
| 45 | +- Allow latest OS in devcontainers ([#1997](https://github.com/rapidsai/rmm/pull/1997)) [@bdice](https://github.com/bdice) |
| 46 | +- Update build infra to support new branching strategy ([#1994](https://github.com/rapidsai/rmm/pull/1994)) [@robertmaynard](https://github.com/robertmaynard) |
| 47 | +- Move more implementations to precompiled shared library (part 2) ([#1983](https://github.com/rapidsai/rmm/pull/1983)) [@bdice](https://github.com/bdice) |
| 48 | +- Use GCC 14 in conda builds. ([#1963](https://github.com/rapidsai/rmm/pull/1963)) [@vyasr](https://github.com/vyasr) |
| 49 | + |
1 | 50 | # rmm 25.08.00 (6 Aug 2025) |
2 | 51 |
|
3 | 52 | ## 🚨 Breaking Changes |
|
0 commit comments