Skip to content

deps: bump statrs from 0.16.1 to 0.18.0#29

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/statrs-0.18
Open

deps: bump statrs from 0.16.1 to 0.18.0#29
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/statrs-0.18

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Copy link
Copy Markdown

Bumps statrs from 0.16.1 to 0.18.0.

Release notes

Sourced from statrs's releases.

v0.17.1

Revival!

A few fixes, some dependency updates, most notably nalgebra. Breaking changes in statrs::StatsError, expect more changes later.

Changelog

Sourced from statrs's changelog.

[0.18.0] - 2024-12-02

✨ Added

  • Added more inverse cumulative distribution functions.
  • Introduced feature flags: rand and nalgebra.
  • Added the std_dev method to the Distribution trait explicitly.
  • Supported sampling integers from discrete distributions.
  • Added support for the Gumbel distribution.

⚠️ Breaking Changes

  • Migrated multivariate distributions to generic dimensions.
  • Replaced StatsError with module-level error types in distribution and its children.
  • Changed checked_logit, checked_multinomial, and similar methods to return Option to handle invalid inputs.
  • Changed Chi distribution to use u64 for degrees of freedom.

🛠️ Changed

  • Upgraded nalgebra to version 0.33.
    • Upgrades MSRV to 1.65+
  • Improved documentation and added examples (e.g., for Hypergeometric distribution).
  • Added MSRV (Minimum Supported Rust Version) metadata to Cargo.toml and documentation.
  • Introduced coverage reporting with llvm-cov.
  • Updated CI to check all feature combinations and ensure MSRV compliance.
  • Added an MSRV badge to crates.io.

✅ Fixed

  • Corrected formatting issues in documentation.
  • Fixed several rustdoc warnings.
  • Expanded test coverage for Dirichlet and Multinomial distributions.
  • Improved ergonomics at cli for tests and ensured compatibility with updated NIST data.

❌ Removed

  • Replaced StatsError with module-level error types.
  • Deprecated the error module and preformatted NIST data.
  • Removed rustfmt.toml as part of CI clean-up.

🎉 New Contributors

0.17.1 - 2024-06-08

Details

Changed

Fixed

... (truncated)

Commits
  • 2f40250 ci: update lockfile to use statrs@0.18.0
  • 5bfd9c2 chore: update changelog and version in manifest for release
  • 650fe7d refactor: impl MeanN over generic dimension
  • ab55c61 Fixed typo in MultivariateNormal PDF equation
  • 748aa55 refactor!: Empirical::new -> Result<_, Infallible>
  • b73f189 refactor: Empirical::add: Use and_modify
  • 6ad4291 refactor: Empirical::remove: Try to modify inplace
  • af648be refactor: Rewrite Empirical::cdf and ::sf
  • 7456947 refactor: Separate Empirical::mean_and_var
  • f685851 refactor: Use u64 to store Empirical::sum
  • Additional commits viewable in compare view

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

@dependabot @github

dependabot Bot commented on behalf of github Mar 23, 2026

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.

@dependabot dependabot Bot requested a review from Ashutosh0x as a code owner March 23, 2026 15:41
@dependabot dependabot Bot changed the title deps: update statrs requirement from 0.16 to 0.18 deps: bump statrs from 0.16.1 to 0.18.0 Apr 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/statrs-0.18 branch from b83cb79 to 9d04387 Compare April 2, 2026 04:48
@dependabot dependabot Bot force-pushed the dependabot/cargo/statrs-0.18 branch 2 times, most recently from a365bbd to 1d6948a Compare April 22, 2026 04:28
Updates the requirements on [statrs](https://github.com/statrs-dev/statrs) to permit the latest version.
- [Release notes](https://github.com/statrs-dev/statrs/releases)
- [Changelog](https://github.com/statrs-dev/statrs/blob/master/CHANGELOG.md)
- [Commits](statrs-dev/statrs@0.16.0...v0.18.0)

---
updated-dependencies:
- dependency-name: statrs
  dependency-version: 0.18.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/statrs-0.18 branch from 1d6948a to 2011963 Compare April 22, 2026 05:42
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