Skip to content

0.7.0

Compare
Choose a tag to compare
@fehiepsi fehiepsi released this 11 Jul 02:07
· 425 commits to master since this release
e398f19

Since this release, NumPyro can be installed along with the latest jax and jaxlib releases (their version restrictions have been relaxed). In addition, NumPyro will use the default JAX platform so if you installed JAX with GPU/TPU support, their devices will be used by default.

New Features

Enhancements and Bug Fixes

  • Documentation and examples are greatly enhanced to make features more accessible
  • Fix chain detection for various CPU device strings #1077
  • Fix AutoNormal's quantiles method for models with non-scalar latent sites #1066
  • Fix LocScaleReparam with center=1 #1059
  • Enhance auto guides to support models with deterministic sites #1022
  • Support for mutable states in Flax and Haiku modules #1016
  • Fix a bug in auto guides that happens when using the guide in Predictive #1013
  • Support decorator syntax for effect handlers #1009
  • Implement sparse Poisson log probability #1003
  • Support total_count=0 in Multinomial distribution #1000
  • Add a flag to control regularize mass matrix behavior in mass matrix adaptation #998
  • Add experimental Dockerfiles #996
  • Allow setting max tree depth of NUTS sampler during warmup phase #984
  • Fix dimensions mixed up in ExpandedDistribution.sample method #972
  • MCMC objects can be pickled now #968

This release is made of great contributions and feedbacks from the Pyro community: @ahoho, @kpj, @gustavehug, @AndrewCSQ, @jatentaki, @tcbegley, @dominikstrb, @justinrporter, @dirmeier, @irustandi, @MarcoGorelli, @lumip, and many others. Thank you!