Skip to content

v21.06.00

Compare
Choose a tag to compare
@GPUtester GPUtester released this 09 Jun 21:01
· 1320 commits to main since this release

🚨 Breaking Changes

  • Remove Base.enable_rmm_pool method as it is no longer needed (#3875) @teju85
  • RF: Make experimental-backend default for regression tasks and deprecate old-backend. (#3872) @venkywonka
  • Deterministic UMAP with floating point rounding. (#3848) @trivialfis
  • Fix RF regression performance (#3845) @RAMitchell
  • Add feature to print forest shape in FIL upon importing (#3763) @levsnv
  • Remove 'seed' and 'output_type' deprecated features (#3739) @lowener

πŸ› Bug Fixes

  • Disable UMAP deterministic test on CTK11.2 (#3942) @trivialfis
  • Revert #3869 (#3933) @hcho3
  • RF: fix the bug in pdf_to_cdf device function that causes hang when n_bins > TPB && n_bins % TPB != 0 (#3921) @venkywonka
  • Fix number of permutations in pytest and getting handle for cuml models (#3920) @dantegd
  • Fix typo in umap target_weight parameter (#3914) @lowener
  • correct compliation of cuml c library (#3908) @robertmaynard
  • Correct install path for include folder to avoid double nesting (#3901) @dantegd
  • Add type check for y in train_test_split (#3886) @Nanthini10
  • Fix for MNMG test_rf_classification_dask_fil_predict_proba (#3831) @lowener
  • Fix MNMG test test_rf_regression_dask_fil (#3830) @hcho3
  • AgglomerativeClustering support single cluster and ignore only zero distances from self-loops (#3824) @cjnolet

πŸ“– Documentation

  • Small doc fixes for 21.06 release (#3936) @dantegd
  • Document ability to export cuML RF to predict on other machines (#3890) @hcho3

πŸš€ New Features

πŸ› οΈ Improvements