Skip to content

Update linfa-datasets requirement from 0.7.0 to 0.8.0 in the dependencies group - #2

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/dependencies-288bc870cc
Closed

Update linfa-datasets requirement from 0.7.0 to 0.8.0 in the dependencies group#2
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/dependencies-288bc870cc

Conversation

@dependabot

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

Copy link
Copy Markdown

Updates the requirements on linfa-datasets to permit the latest version.
Updates linfa-datasets to 0.8.0

Release notes

Sourced from linfa-datasets'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-datasets'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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [linfa-datasets](https://github.com/rust-ml/linfa) to permit the latest version.

Updates `linfa-datasets` 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.0...0.8.0)

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

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 Oct 1, 2025
@dependabot @github

dependabot Bot commented on behalf of github Dec 1, 2025

Copy link
Copy Markdown
Author

Looks like linfa-datasets is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Dec 1, 2025
@dependabot
dependabot Bot deleted the dependabot/cargo/dependencies-288bc870cc branch December 1, 2025 13:41
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