Skip to content

v24.10.00

Latest
Compare
Choose a tag to compare
@raydouglass raydouglass released this 09 Oct 14:34
v24.10.00
3223f84

🚨 Breaking Changes

  • Inline functions that return static references must have default visibility (#1653) @wence-
  • Hide visibility of non-public symbols (#1644) @jameslamb
  • Deprecate adaptor factories. (#1626) @bdice

🐛 Bug Fixes

📖 Documentation

  • Recommend miniforge for conda install. (#1681) @bdice
  • Fix docs cross reference in DeviceBuffer.prefetch (#1636) @bdice

🚀 New Features

  • [FEA] Allow setting *_pool_size with human-readable string (#1670) @Matt711
  • Update RMM adaptors, containers and tests to use get/set_current_device_resource_ref() (#1661) @harrism
  • Deprecate adaptor factories. (#1626) @bdice
  • Allow testing of earliest/latest dependencies (#1613) @seberg
  • Add resource_ref versions of get/set_current_device_resource (#1598) @harrism

🛠️ Improvements