Skip to content

0.5.0

Compare
Choose a tag to compare
@neerajprad neerajprad released this 23 Oct 05:13
· 781 commits to dev since this release

New features

Code changes and bug fixes

  • Moved pyro.generic to a separate pyro-api package.
  • Minor changes to ensure compatibility with pyro-api, a generic modeling and inference API for dispatch to different Pyro backends.
  • Improve numerical stability of MixtureOfDiagonals distribution using logsumexp operation.
  • Improved U-Turn check condition in NUTS for better sampling efficiency.
  • Reorganized constraints and transforms module to match torch.distributions.
  • Fixed AutoGuide intitialization stragtegies, resolving a bug in init_to_median.