You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Posteriors saved under sbiv0.17.2 or older can not be loaded under sbi v0.18.0 or newer.
sample_with can no longer be passed to .sample(). Instead, the user has to rerun .build_posterior(sample_with=...). (#573)
the posterior no longer has the the method .sample_conditional(). Using this
feature now requires using the sampler interface (see tutorial here) (#573)
retrain_from_scratch_each_round is now called retrain_from_scratch (#598, thanks to @jnsbck)
API changes that had been introduced in sbi v0.14.0 and v0.15.0 are not enforced. Using the interface prior to
those changes leads to an error (#645)
prior passed to SNPE / SNLE / SNRE must be a PyTorch distribution (#655), see FAQ-7 for how to pass use custom prior.