Skip to content

Bump rand_distr from 0.2.2 to 0.4.3#43

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/rand_distr-0.4.3
Closed

Bump rand_distr from 0.2.2 to 0.4.3#43
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/rand_distr-0.4.3

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 21, 2025

Bumps rand_distr from 0.2.2 to 0.4.3.

Changelog

Sourced from rand_distr's changelog.

[0.4.3] - 2021-12-30

  • Fix no_std build (#1208)

[0.4.2] - 2021-09-18

  • New Zeta and Zipf distributions (#1136)
  • New SkewNormal distribution (#1149)
  • New Gumbel and Frechet distributions (#1168, #1171)

[0.4.1] - 2021-06-15

  • Empirically test PDF of normal distribution (#1121)
  • Correctly document no_std support (#1100)
  • Add std_math feature to prefer std over libm for floating point math (#1100)
  • Add mean and std_dev accessors to Normal (#1114)
  • Make sure all distributions and their error types implement Error, Display, Clone, Copy, PartialEq and Eq as appropriate (#1126)
  • Port benchmarks to use Criterion crate (#1116)
  • Support serde for distributions (#1141)

[0.4.0] - 2020-12-18

  • Bump rand to v0.8.0
  • New Geometric, StandardGeometric and Hypergeometric distributions (#1062)
  • New Beta sampling algorithm for improved performance and accuracy (#1000)
  • Normal and LogNormal now support from_mean_cv and from_zscore (#1044)
  • Variants of NormalError changed (#1044)

[0.3.0] - 2020-08-25

  • Move alias method for WeightedIndex from rand (#945)
  • Rename WeightedIndex to WeightedAliasIndex (#1008)
  • Replace custom Float trait with num-traits::Float (#987)
  • Enable no_std support via num-traits math functions (#987)
  • Remove Distribution<u64> impl for Poisson (#987)
  • Tweak Dirichlet and alias_method to use boxed slice instead of Vec (#987)
  • Use whitelist for package contents, reducing size by 5kb (#983)
  • Add case lambda = 0 in the parametrization of Exp (#972)
  • Implement inverse Gaussian distribution (#954)
  • Reformatting and use of rustfmt::skip (#926)
  • All error types now implement std::error::Error (#919)
  • Re-exported rand::distributions::BernoulliError (#919)
  • Add value stability tests for distributions (#891)
Commits
  • 379a035 Merge pull request #1208 from newpavlov/rand_distr/fix_no_std
  • 657bd8f update changelog
  • cbba2ff bump rand_distr to v0.4.3
  • 6169a52 rand_distr: fix no_std build
  • 9d1033f Merge pull request #1202 from adamreichold/numpy-compat
  • 3c6c282 Extend generator benchmarks to include the newly added Pcg64Dxsm variant.
  • d154fbd Merge pull request #1197 from vks/clippy
  • ca849c2 Fix clippy warnings
  • 6f701b4 rand_distr: Bump version
  • 4ae4108 Merge pull request #1186 from vks/rand_distr-0.4.2
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [rand_distr](https://github.com/rust-random/rand_distr) from 0.2.2 to 0.4.3.
- [Release notes](https://github.com/rust-random/rand_distr/releases)
- [Changelog](https://github.com/rust-random/rand_distr/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand_distr@0.2.2...0.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 21, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 18, 2025

Superseded by #44.

@dependabot dependabot bot closed this Apr 18, 2025
@dependabot dependabot bot deleted the dependabot/cargo/rand_distr-0.4.3 branch April 18, 2025 04:31
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants