Skip to content

chore(deps): Update linfa requirement from 0.7 to 0.8 in /src/core_rust#31

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/src/core_rust/linfa-0.8
Open

chore(deps): Update linfa requirement from 0.7 to 0.8 in /src/core_rust#31
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/src/core_rust/linfa-0.8

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jan 19, 2026

Updates the requirements on linfa to permit the latest version.

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

Version 0.7.1 - 2025-01-14

New Algorithms

  • Random Projection added to linfa-reduction by [@​GBathie]

Changes

  • add serde support to linfa-clustering
  • add accessors for classes in linfa-logistics
  • add accessors for Pca attributes in linfa-reduction
  • add wasm-bindgenfeature to use linfa in the browser
  • fix covariance update for GaussianMixtureModel in linfa-clustering
  • bump ndarray-linalg to 0.16 and argmin to 0.9.0
  • bump MSRV to 1.71.1

Version 0.7.0 - 2023-10-15

Changes

  • add array_from_gz_csv and array_from_csv in linfa-datasets
  • make Serde support in linfa-linear, linfa-logistic, and linfa-ftrl optional
  • bump argmin to 0.8.1
  • add Serde support to linfa-preprocessing and linfa-bayes
  • make licenses follow SPDX 2.1 license expression standard

Removals

  • Removed Approximate DBSCAN from linfa-clustering due to performance issues. It's now an alias to regular DBSCAN.
  • Removed partitions dependency, which breaks in current versions of Rust.

... (truncated)

Commits

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.

Updates the requirements on [linfa](https://github.com/rust-ml/linfa) to permit the latest version.
- [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.0...0.8.0)

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

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

dependabot Bot commented on behalf of github Jan 19, 2026

Labels

The following labels could not be found: dependencies, rust, security. 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