github rapidsai/cuml v25.10.00

12 hours ago

🚨 Breaking Changes

  • Deprecate convert_to_* methods in favor of as_* methods in cuml.ensemble (#7254) @jcrist
  • KernelDensity.score_samples output type & dtype fixes (#7240) @jcrist
  • Remove get_json/get_detailed_text/get_summary_text from ensemble estimators (#7177) @jcrist
  • Deprecate accuracy_metric (#7170) @jcrist
  • Deprecate predict_model in cuml.ensemble/cuml.dask.ensemble (#7155) @jcrist
  • Remove deprecated cuml.accel CLI options (#7110) @jcrist
  • Remove deprecation warnings in 25.10 (#7109) @jcrist
  • Remove deprecation warning and data_on_host option for UMAP (#7099) @jinsolp
  • Fix UMAP graph thresholding (#6595) @viclafargue

🐛 Bug Fixes

  • Set NCCL rpath for cu13 wheels (#7304) @divyegala
  • Add NCCL library path to CMakeLists.txt for libcuml (#7281) @csadorf
  • Ensure finite values passed to SpectralEmbedding (#7280) @jcrist
  • Ensure sklearn roundtrip attribute consistency (#7278) @jcrist
  • Fix SpectralEmbedding precomputed option with 0% sparsity (#7271) @aamijar
  • Fix test reference object in test_onehot_inverse_transform_handle_unknown (#7246) @mroeschke
  • Slightly increase tolerance in ridge regression test. (#7243) @csadorf
  • Increase rtol for float32 in test_complement_partial_fit to reduce intermittent failures (#7237) @csadorf
  • Conditionally xfail test_umap_fit_transform_score for nrows=500. (#7232) @csadorf
  • Fixup StandardScaler.n_samples_seen_ (#7209) @jcrist
  • Validate sample_weight in KernelDensity.fit (#7208) @jcrist
  • Support non-contiguous input in input_to_host_array (#7207) @jcrist
  • Set correct min_samples for HDBSCAN single_linkage (#7195) @tarang-jain
  • Raise Proper Exception when HDBSCAN min_samples > number of samples (#7193) @tarang-jain
  • Remove docs/handling of solver="cd" in Ridge (#7190) @jcrist
  • Error nicely in KMeans if n_samples < n_clusters (#7189) @jcrist
  • Further increase tolerance in test_random_seed_consistency. (#7180) @csadorf
  • Use custom plugin to download test data early (#7169) @betatim
  • Fix UMAP outlier issue by checking for outliers and shuffling (#7131) @jinsolp
  • Note non-determinism in random projection transforms (#7129) @jcrist
  • Rewrite random projection estimators (#7119) @jcrist
  • Prevent CUDA issues when running UMAP with scikit-learn compatibility test suite (#7107) @viclafargue
  • Fix accel profiler 2x count of some fallback methods (#7101) @jcrist
  • Don't call to_output on a cupy array (#7044) @Matt711
  • Add fix for devices that do not have memory resources (#6823) @viclafargue
  • Fix UMAP graph thresholding (#6595) @viclafargue

📖 Documentation

🚀 New Features

🛠️ Improvements

Don't miss a new cuml release

NewReleases is sending notifications on new releases.