github rapidsai/cuml v26.02.00

9 hours ago

What's Changed

🚨 Breaking Changes

  • Simplify type reflection implementation by @jcrist in #7539
  • Deprecate TotalIters for SVC/SVR by @jcrist in #7612
  • Deprecate handle from public APIs by @jcrist in #7628
  • Don't coerce output_type=None to global output_type in __init__ by @jcrist in #7649
  • Remove unused QR decomposition MG code by @JohnZed in #7687
  • Use train_test_split from scikit-learn by @betatim in #7667

🐛 Bug Fixes

  • Don't link to cumlprims_mg when MG is turned off by @robertmaynard in #7583
  • UMAP fix int32 overflow causing illegal mem access by @aamijar in #7587
  • Explicitly initialize uninitialized SvmParameter fields in SVC constructor by @dantegd in #7604
  • Use a generated dataset in place of the actual Covertype dataset. by @csadorf in #7634
  • Remove reliance on remote datasets in tests by @csadorf in #7637
  • Use synthetic dataset in BERTopic wheel integration tests. by @csadorf in #7644
  • Refactor pointer comparison in check_ptr function for input validation by @csadorf in #7636
  • Add XGBoost back to tests by @dantegd in #7653
  • xfail check_estimators spectral embedding tests by @aamijar in #7677
  • Update RMM memory resource APIs to use ref-based equivalents by @bdice in #7668
  • Xfail test 'test_tsne_distance_metrics_on_sparse_input' by @csadorf in #7681
  • Use NCCL for Dask kNN and DBSCAN by @viclafargue in #7574
  • Mark some SpectralEmbedding() common test_estimators tests as flaky. by @csadorf in #7686
  • Handle new sklearn LARS error message in test_typeerror_input by @csadorf in #7694
  • Build.sh now support custom LIBCUML_BUILD_DIR value by @robertmaynard in #7582
  • Fix UMAP outliers when random_state is given by @jinsolp in #7597
  • Work-around sentence-transformer regression in BERTopic integration tests and do not fail test runs on integration tests by @csadorf in #7715
  • classlabels utils refactor by @viclafargue in #7691

📖 Documentation

  • DOC Rework LinearRegression documentation by @virchan in #7218
  • k-means++ documented as a init option by @aamijar in #7615
  • Add general XGBoost demo notebook by @dantegd in #7601
  • Add security warnings to model serialization/deserialization notebook. by @csadorf in #7661

🚀 New Features

🛠️ Improvements

New Contributors

Full Changelog: v26.02.00a...v26.02.00

Don't miss a new cuml release

NewReleases is sending notifications on new releases.