Skip to content

deps(deps): bump linfa from 0.7.1 to 0.8.0#15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/linfa-0.8.0
Open

deps(deps): bump linfa from 0.7.1 to 0.8.0#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/linfa-0.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 13, 2025

Copy link
Copy Markdown

Bumps linfa from 0.7.1 to 0.8.0.

Release notes

Sourced from linfa's releases.

Release 0.8.0

What's Changed

Besides Bernouilli naive bayes classifier and bootstrap aggregation ensemble method, most notably Linfa's 0.8.0 release brings support for ndarray 0.16.

New Contributors

(I tried to track all contributors. Please get in touch if anybody is missing, I will update the release notes accordingly)

Full Changelog: rust-ml/linfa@0.7.1...0.8.0

Changelog

Sourced from linfa's changelog.

Version 0.8.0 - 2025-09-30

New Algorithms

  • Bernouilli naive bayes in [linfa-bayes] by [@​wildart]
  • Bootstrap aggregation (aka Bagging) in new ensemble methods crate [linfa-ensemble] by [@​jk1015]

Changes

  • add max_features and tokenizer_function to CountVectorizer in linfa-preprocessing
  • add predict_proba() to Gaussian mixture model in linfa-clustering
  • add predict_proba() and predict_log_proba() to algorithms in linfa-bayes
  • add target names to dataset
  • fix SVR parameterization in linfa-svm
  • fix serde support for algorithms in linfa-pls
  • fix confusion matrix: use predicted and ground thruth labels, make it reproducible
  • fix dataset names after shuffling
  • bump ndarray to 0.16, argmin to 0.11.0, kdtree to 0.7.0, statrs to 0.18, sprs to 0.11
  • bump MSRV to 1.87.0
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [linfa](https://github.com/rust-ml/linfa) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/rust-ml/linfa/releases)
- [Changelog](https://github.com/rust-ml/linfa/blob/master/CHANGELOG.md)
- [Commits](rust-ml/linfa@0.7.1...0.8.0)

---
updated-dependencies:
- dependency-name: linfa
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Oct 13, 2025

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants