Skip to content

Releases: rapidsai/cuml

v24.04.00

10 Apr 20:54
v24.04.00
e7bc674
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Update pre-commit-hooks to v0.0.3 (#5816) @KyleFromNVIDIA
  • Correct and adjust tolerances of mnmg logreg pytests (#5812) @dantegd
  • Remove use of cudf.core.column.full. (#5794) @bdice
  • Suppress all HealthChecks on test_split_datasets. (#5791) @bdice
  • Suppress a hypothesis HealthCheck on test_split_datasets that fails in nightly CI. (#5790) @bdice
  • [BUG] Fix MAX_THREADS_PER_SM on sm 89. (#5785) @trivialfis
  • fix device to host copy not sync stream in logistic regression mg (#5766) @lijinf2
  • Use cudf.Index instead of cudf.GenericIndex. (#5738) @bdice
  • update RAPIDS dependencies to 24.4, refactor dependencies.yaml (#5726) @jameslamb

πŸš€ New Features

πŸ› οΈ Improvements

[NIGHTLY] v24.06.00

10 Apr 14:11
v24.06.00a
c19a2ab
Compare
Choose a tag to compare
[NIGHTLY] v24.06.00 Pre-release
Pre-release

πŸ”— Links

πŸ› Bug Fixes

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements

v24.02.00

13 Feb 16:00
v24.02.00
eb50e48
Compare
Choose a tag to compare

🚨 Breaking Changes

πŸ› Bug Fixes

πŸ› οΈ Improvements

v23.12.00

06 Dec 19:20
v23.12.00
ad2bd2b
Compare
Choose a tag to compare

🚨 Breaking Changes

πŸ› Bug Fixes

  • Update actions/labeler to v4 (#5686) @raydouglass
  • updated docs around make_column_transformer change from .preprocessing to .compose (#5680) @taureandyernv
  • Skip dask pytest NN hang in CUDA 11.4 CI (#5665) @dantegd
  • Avoid hard import of sklearn in base module. (#5663) @csadorf
  • CI: Pin clang-tidy to 15.0.7. (#5661) @csadorf
  • Adjust assumption regarding valid cudf.Series dimensional input. (#5654) @csadorf
  • Flatten cupy array before feeding to cudf.Series (#5651) @vyasr
  • CI: Fix expected ValueError and dask-glm incompatibility (#5644) @csadorf
  • Use drop_duplicates instead of unique for cudf's pandas compatibility mode (#5639) @vyasr
  • Temporarily avoid pydata-sphinx-theme version 0.14.2. (#5629) @csadorf
  • Fix type hint in split function. (#5625) @trivialfis
  • Fix trying to get pointer to None in svm/linear.pyx (#5615) @yosider
  • Reduce parallelism to avoid OOMs in wheel tests (#5611) @vyasr

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements

  • Build concurrency for nightly and merge triggers (#5658) @bdice
  • [LogisticRegressionMG][FEA] Support training when dataset contains only one class (#5655) @lijinf2
  • Use new rapids-dask-dependency metapackage for managing dask versions (#5649) @galipremsagar
  • Simplify some logic in LabelEncoder (#5648) @vyasr
  • Increase Nanny close timeout in LocalCUDACluster tests (#5636) @pentschev
  • [LogisticRegressionMG] Support sparse vectors (#5632) @lijinf2
  • Add rich HTML representation to estimators (#5630) @betatim
  • Unpin dask and distributed for 23.12 development (#5627) @galipremsagar
  • Update shared-action-workflows references (#5621) @AyodeAwe
  • Use branch-23.12 workflows. (#5618) @bdice
  • Update rapids-cmake functions to non-deprecated signatures (#5616) @robertmaynard
  • Allow nightly dependencies and set up consistent nightly versions for conda and pip packages (#5607) @vyasr
  • Forward-merge branch-23.10 to branch-23.12 (#5596) @bdice
  • Build CUDA 12.0 ARM conda packages. (#5595) @bdice
  • Enable multiclass svm for sparse input (#5588) @mfoerste4

v23.10.00

11 Oct 18:02
v23.10.00
6239960
Compare
Choose a tag to compare

🚨 Breaking Changes

πŸ› Bug Fixes

πŸš€ New Features

πŸ› οΈ Improvements

v23.08.00

09 Aug 21:09
d7162cd
Compare
Choose a tag to compare

🚨 Breaking Changes

πŸ› Bug Fixes

πŸš€ New Features

πŸ› οΈ Improvements

v23.06.00

07 Jun 21:03
a381e03
Compare
Choose a tag to compare

🚨 Breaking Changes

πŸ› Bug Fixes

πŸ“– Documentation

πŸš€ New Features

  • Provide method for auto-optimization of FIL parameters (#5368) @wphicks

πŸ› οΈ Improvements

v23.04.00

12 Apr 21:34
4a62e3c
Compare
Choose a tag to compare

🚨 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

v23.02.00

09 Feb 19:44
Compare
Choose a tag to compare

🚨 Breaking Changes

πŸ› Bug Fixes

πŸ“– Documentation

  • Adding benchmark notebook for hdbscan soft clustering (#5103) @cjnolet
  • Fix doc for solver in LogisticRegression (#5097) @viclafargue
  • Fix docstring of HashingVectorizer (#5041) @lowener
  • expose text, text.{CountVectorizer,HashingVectorizer,Tfidf{Transformer,Vectorizer}} from feature_extraction's public api (#5028) @mattf
  • Add Dask LabelEncoder to the documentation (#5023) @beckernick

πŸš€ New Features

πŸ› οΈ Improvements

v22.12.00

08 Dec 17:08
Compare
Choose a tag to compare

🚨 Breaking Changes

πŸ› Bug Fixes

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements