Skip to content

v25.02.01

Latest
Compare
Choose a tag to compare
@raydouglass raydouglass released this 03 Mar 21:13
v25.02.01
23773cd

🚨 Breaking Changes

πŸ› Bug Fixes

  • Remove straggling click option (#6381) @dantegd
  • Fix dask logistic regression segfault/hang due to wrongly typed variable (#6281) @dantegd
  • Log UMAP arrays at trace verbosity level. (#6274) @csadorf
  • Ensure all method signatures are sklearn compatible (#6260) @jcrist
  • Fix UMAP transform illegal memory access error when data_on_host=True (#6259) @csadorf
  • Ignore cudf's dataframe deprecation. (#6229) @bdice
  • Fix for porter stemmer for cuDF change and ARIMA pytest adjustments (#6227) @dantegd
  • Avoid duplicate log entries (#6222) @jcrist
  • Further fixes for Scipy 1.15 update for PR and nightly CI (#6213) @dantegd
  • Update setulb call from Scipy for updated signature of 1.15 (#6207) @dantegd
  • Adjust test_kmeans to avoid false positive failures (#6193) @dantegd
  • Adjust margin of logistic regression log_proba pytest to avoid false positive failures (#6188) @dantegd
  • Skip flaky test of kernel_density in nightly job of CUDA 12.0.1 (#6184) @dantegd
  • Try to reduce network usage in cuML tests. (#6174) @bdice
  • cuML dask fixes to unblock CI (#6170) @dantegd
  • Remap BATCH_TREE_REORG to TREE_REORG in FIL (#6161) @wphicks

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements