Update Rust crate rand_distr to 0.5.1 - autoclosed#7684
Closed
oxide-renovate[bot] wants to merge 1 commit intomainfrom
Closed
Update Rust crate rand_distr to 0.5.1 - autoclosed#7684oxide-renovate[bot] wants to merge 1 commit intomainfrom
oxide-renovate[bot] wants to merge 1 commit intomainfrom
Conversation
7da7b26 to
8fc9d7e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.4.3->0.5.1Release Notes
rust-random/rand_distr (rand_distr)
v0.5.1Compare Source
Testing
Fixes
no_stdbuildsv0.5.0Compare Source
Dependencies and features
--ignore-rust-versionrandv0.9.0 (#1558)serde1toserde(#1477)API changes
PartialEq(#1218)Dirichletnow usesconstgenerics, which means that its size is required at compile time (#1292)Dirichlet::new_with_sizeconstructor was removed (#1292)WeightedIndexTree(#1372, #1444)PertBuilderto allow specification ofmeanormode(#1452)Zeta's parameteratos(#1466)WeightError,PoissonError,BinomialErroras#[non_exhaustive](#1480)isizeas aWeightedAliasIndexweight (#1487)Zipf::new:nis now floating-point (#1518)API changes: renames
Slice->slice::Choose,EmptySlice->slice::Empty(#1548)DistString->SampleString(#1548)DistIter->Iter,DistMap->Map(#1548){Weight, WeightError, WeightedIndex}->weighted::{Weight, Error, WeightedIndex}(#1548)weighted_alias::{AliasableWeight, WeightedAliasIndex}->weighted::{..}(#1548)weighted_tree::WeightedTreeIndex->weighted::WeightedTreeIndex(#1548)Testing
Fixes
Poissondoesn't return -1.0 for small lambda (#1284)Poissondistribution instantiation so it return an error if lambda is infinite (#1291)Binomialdistribution (#1325)Pertdistribution wheremodeis close to(min + max) / 2(#1452)Poissonto solve (#1312) (#1498)Hypergeometric, this is a Value-breaking change (#1510)Other changes
Gamma,NormalInverseGaussianandZipfdistributions (#1184)This breaks serialization compatibility with older versions.
rand_distrdistributions to documentation (#1434)sampletonew(#1484)Poisson's rejection method to improve performance and correct sampling inaccuracies for large lambda values, this is a Value-breaking change (#1560)Configuration
📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.