chore(deps): update rust crate rand_distr to 0.6#289
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update rust crate rand_distr to 0.6#289renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #289 +/- ##
==========================================
+ Coverage 94.88% 94.91% +0.03%
==========================================
Files 54 54
Lines 5705 5705
Branches 5705 5705
==========================================
+ Hits 5413 5415 +2
+ Misses 274 272 -2
Partials 18 18 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.5→0.6Release Notes
rust-random/rand_distr (rand_distr)
v0.6.0Compare Source
rand([#28])randto version 0.10.0 ([#31], [#48])Additions
MultiDistributiontrait to sample more efficiently from multi-dimensional distributions ([#18])WeightedAliasIndex::weights()to reconstruct the original weights in O(n) ([#25])ConstMultiDistributiontrait as support for fixed-dimension distributions ([#29])Changes
Dirichletinto the newmultimodule and implementMultiDistributionfor it ([#18])Dirichletno longer usesconstgenerics, which means that its size is not required at compile time. Essentially a revert of [rand#1292]. ([#30])Fixes
Geometric::newfor smallp > 0where1 - prounds to 1 ([#36])direct-minimal-versions([#38])FisherF::newon almost zero parameters ([#39])NormalInverseGaussian::newwith very largealpha; this is a Value-breaking change ([#40])Zipf::newon invalid parameters ([#41])Binomial::samplewithn ≥ 2^63; this is a Value-breaking change ([#43])-infoutput forExpwhenlambdais-0.0([#44])Gamma::sample; this is a Value-breaking change and also affectsChiSquaredandDirichlet([#46])Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.