Skip to content

v22.06.00

Compare
Choose a tag to compare
@GPUtester GPUtester released this 07 Jun 15:35
· 470 commits to main since this release

πŸ› Bug Fixes

πŸ“– Documentation

  • Clarify using RMM with other Python libraries (#1034) @jrhemstad
  • Replace to_device with DeviceBuffer.to_device (#1033) @wence-
  • Documentation Fix: Replace cudf::logic_error with rmm::logic_error (#1021) @codereport

πŸš€ New Features

πŸ› οΈ Improvements

  • Fix conda recipes for conda compilers (#1043) @Ethyling
  • Use new rapids-cython component of rapids-cmake to simplify builds (#1031) @vyasr
  • Merge branch-22.04 to branch-22.06 (#1028) @jakirkham
  • Update CMake pinning to just avoid 3.23.0. (#1023) @vyasr
  • Build python using conda in GPU jobs (#1017) @Ethyling
  • Remove pip requirements file. (#1015) @bdice
  • Clean up Thrust includes. (#1011) @bdice
  • Update black version (#1010) @vyasr
  • Update cmake-format version for pre-commit and environments. (#995) @vyasr
  • Use conda compilers (#977) @Ethyling
  • Build conda packages using mambabuild (#900) @Ethyling