chore(deps): update rust crate rand_distr to 0.6#289
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #289 +/- ##
==========================================
- Coverage 85.80% 85.79% -0.02%
==========================================
Files 75 75
Lines 20331 20331
Branches 20331 20331
==========================================
- Hits 17446 17443 -3
- Misses 2784 2787 +3
Partials 101 101 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
89362e9 to
f88e7ec
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
Merging this PR will create unknown performance changes
|
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: (UTC)
🚦 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.