Skip to content

v0.8

Compare
Choose a tag to compare
@peterhurford peterhurford released this 10 Oct 20:27
· 280 commits to main since this release

v0.8

Non-visible backend changes

  • Distributions are now implemented as classes (rather than lists).

Bayesian library updates

  • [Breaking change] bayes.update now updates normal distributions from the distribution rather than from samples.
  • [Breaking change] bayes.update no longer takes a type parameter but can now infer the type from the passed distribution.
  • [Breaking change] Corrected a bug in how bayes.update implemented evidence_weight when updating normal distributions.