Skip to content

0.10.0

Compare
Choose a tag to compare
@fehiepsi fehiepsi released this 04 Jul 16:11
· 253 commits to master since this release
e68455f

New Features

Enhancements and Bug Fixes

  • #1401 Fix obs argument is not respected when sample primitive is not executed under any handler (thanks to @gcskoenig)
  • #1412 TraceGraph_ELBO implementation using provenance tracking
  • #1418 Fix SA sampler cannot be run in parallel chains
  • #1419 Fix categorical sampler occasionally generate out-of-support samples
  • #1436 Allow to use potential_fn in BarkerMH
  • #1437 Fix for AutoMultivariateNormal.get_posterior method return incorrect distribution (thanks to @xidulu)
  • #1444 Promote shapes for observed variables inside scan's transition function
  • #1443 Consider the time dimension of markov models with history=0 as plate
  • #1441 More stable check for corr_cholesky constraint
  • #1400 Fix SineBivariateVonMises sampler