[NIGHTLY] v25.02.00
Pre-release
Pre-release
rapids-bot
released this
26 Nov 20:23
·
36 commits
to branch-25.02
since this release
🔗 Links
🚨 Breaking Changes
- Switch to using separate rapids-logger repo (#1774) @vyasr
- Remove deprecated factory functions from resource adaptors. (#1767) @bdice
- Remove
rmm._lib
(#1765) @Matt711 - Remove memory access flags from cuda_async_memory_resource (#1754) @abellina
- Create logger wrapper around spdlog that can be easily reused in other libraries (#1722) @vyasr
🐛 Bug Fixes
- Add missing array header include (#1771) @robertmaynard
- Remove memory access flags from cuda_async_memory_resource (#1754) @abellina
- Update build.sh (#1749) @vyasr
- Fix some logger issues (#1739) @vyasr
- Use consistent signature for target_link_libraries (#1738) @vyasr
📖 Documentation
🚀 New Features
- Remove deprecated factory functions from resource adaptors. (#1767) @bdice
- Remove
rmm._lib
(#1765) @Matt711 - Reduce dependencies on numba. (#1761) @bdice
- Use ruff, remove isort and black. (#1759) @bdice
- Use bindings layout for all cuda-python imports. (#1756) @bdice
- Add configuration for pre-commit.ci, update pre-commit hooks (#1746) @bdice
- Adds fabric handle and memory protection flags to cuda_async_memory_resource (#1743) @abellina
- Remove upper bounds on cuda-python to allow 12.6.2 and 11.8.5 (#1729) @bdice
🛠️ Improvements
- [pre-commit.ci] pre-commit autoupdate (#1778) @pre-commit-ci[bot]
- Use rapids-cmake for the logger (#1776) @vyasr
- Switch to using separate rapids-logger repo (#1774) @vyasr
- Check if nightlies have succeeded recently enough (#1772) @vyasr
- Fix codespell behavior. (#1769) @bdice
- Remove ignored cuda-python deprecation warning. (#1768) @bdice
- Forward-merge branch-24.12 to branch-25.02 (#1766) @bdice
- Update version references in workflow (#1757) @AyodeAwe
- gate telemetry dispatch calls on TELEMETRY_ENABLED env var (#1752) @msarahan
- Update cuda-python lower bounds to 12.6.2 / 11.8.5 (#1751) @bdice
- remove certs and simplify telemetry summarize (#1750) @msarahan
- stop installing 'wheel' in wheel-building script (#1748) @jameslamb
- Require approval to run CI on draft PRs (#1737) @bdice
- Create logger wrapper around spdlog that can be easily reused in other libraries (#1722) @vyasr
- Add breaking change workflow trigger (#1719) @AyodeAwe