fix(deps): update rust crate rv to 0.20.0 - #511
Open
renovate-sh-app[bot] wants to merge 1 commit into
Open
Conversation
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | crate | rv | 0.18.1 | 0.20.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
renovate-sh-app
Bot
force-pushed
the
renovate/rv-0.x
branch
from
August 21, 2026 13:15
3f67a85 to
36a4722
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.18.0→0.20.0Release Notes
promised-ai/rv (rv)
v0.20.1Compare Source
Fixed
StickBreakingDiscrete.StickBreakingDiscretefunctions would extend the weights onetoo many times. This would not cause bugs but it's not efficient either.
v0.20.0Compare Source
Changed
rkyvfeature. Supports most distributions.DataOrSuffStatisCopyDataOrSuffStatis now passed by value toConjugatePriormethodsArc<RwLock<_>>withArcSwap-based data structure. Which makesthe plots of
ln_f/ seconds as a function of number of cores go up andto the right instead of down and to the right. Check
this video out. If
you want to see what I mean, port the
sbd_benchexample over to v0.19.HalfBetainstead ofUnitPowerlLawbecause it aligns better withhow the math in written out.
StickBreakingDiscretenow serializes its underlyingRngto maintainseed control after a write-read.
v0.19.2Compare Source
Changed
lrucrate to 0.16.3 in response to RUSTSEC-2026-0002v0.19.1Compare Source
Added
PartialEqfor NIXPosteriorParametersv0.19.0Compare Source
Added
experimentaloption since their behavior is not certain.)ScaledPriorandShiftedPriorwrappers.Changed
rand,rand_xoshiro, andrand_distrdeps.NormalInvChiSquared,NormalGamma, andNormalInvGammePpCachefor Gaussian conjugate analysis changed.ln_pp_with_cacheis much faster.GammaPpCachefor Poisson conjugate analysis has been optimized.ln_pp_with_cacheis faster.OnceLockremoved on distribution initialization in favor of uniform initialization cost over threads.extract_statinternals.CDVMwas cleaned up, errors expanded, and parameters made more clear.LogSumExpwas fixed when encountering -inf.NormalInvGamma::ln_ppwas sped up.NIXPpCachewas sped up by 20%.NiXPosterior predictive has its speed improved.Configuration
📅 Schedule: (UTC)
🚦 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.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.