Skip to content

[NIGHTLY] v25.02.00

Pre-release
Pre-release
Compare
Choose a tag to compare
@rapids-bot rapids-bot released this 26 Nov 20:23
· 36 commits to branch-25.02 since this release
v25.02.00a
96418d3

🔗 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

📖 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