Skip to content

v23.04.00

Compare
Choose a tag to compare
@raydouglass raydouglass released this 12 Apr 21:34
· 455 commits to main since this release
4a62e3c

๐Ÿšจ Breaking Changes

๐Ÿ› Bug Fixes

  • Skip pickle notebook during nbsphinx (#5342) @dantegd
  • Avoid race condition in FIL predict_per_tree (#5334) @wphicks
  • Ensure experimental FIL shmem usage is below device limits (#5326) @wphicks
  • Update cuda architectures for threads per sm restriction (#5323) @wphicks
  • Run experimental FIL tests in CI (#5316) @wphicks
  • Run memory leak pytests without parallelism to avoid sporadic test failures (#5313) @dantegd
  • Update cupy version for pip wheels (#5311) @dantegd
  • Fix for raising attributeerors erroneously for ipython methods (#5299) @dantegd
  • Fix cuml local cpp docs build (#5297) @galipremsagar
  • Don't run dask tests twice when testing wheels (#5279) @benfred
  • Remove MANIFEST.in use auto-generated one for sdists and package_data for wheels (#5278) @vyasr
  • Removing remaining include of raft/distance/distance_type.hpp (#5264) @cjnolet
  • Enable hypothesis testing for nightly test runs. (#5244) @csadorf
  • Support numeric, boolean, and string keyword arguments to class methods during CPU dispatching (#5236) @beckernick
  • Allowing large data in kmeans (#5228) @cjnolet

๐Ÿ“– Documentation

๐Ÿš€ New Features

๐Ÿ› ๏ธ Improvements