Skip to content

v25.02.00

Latest
Compare
Choose a tag to compare
@AyodeAwe AyodeAwe released this 24 Mar 12:17
· 58 commits to branch-25.06 since this release
39b4ccd

🚨 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

  • Make the stream module a part of the public API (#1775) @Matt711
  • 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