Skip to content

Update linfa requirement from 0.7 to 0.8#15

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

Update linfa requirement from 0.7 to 0.8#15
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/linfa-0.8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

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 dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 27, 2026
@dependabot dependabot bot requested a review from madkoding as a code owner February 27, 2026 04:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants