Skip to content

Releases: pyro-ppl/numpyro

0.15.3

17 Sep 23:21
3cde93d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.15.2...0.15.3

0.15.2

30 Jul 23:39
d7a746f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.1...0.15.2

0.15.1

11 Jul 20:40
f6eb6ce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.15.0...0.15.1

0.15.0

13 May 21:04
64fcc1c
Compare
Choose a tag to compare

Breaking change: By default, Predictive will recompute the "deterministic" sites if they are provided by posterior_samples. This brings Predictive to the behavior before the 0.14.0 release. To avoid recomputing deterministic sites like in the 0.14.0 release, set Predictive(..., exclude_deterministic=False).

New modules

What's Changed

New Contributors

Full Changelog: 0.14.0...0.15.0

0.14.0

03 Mar 17:53
7769a32
Compare
Choose a tag to compare

Breaking change: Predictive will try to avoid recomputing "deterministic" sites if it is provided in posterior_samples. Those deterministic sites are excluded in the previous releases.

What's Changed

New Contributors

Full Changelog: 0.13.2...0.14.0

0.13.2

23 Sep 11:42
bcf38d7
Compare
Choose a tag to compare

A minor release to fix numpyro 0.13.1 broken on jax 0.4.14

0.13.1

22 Sep 09:57
6e3f007
Compare
Choose a tag to compare

Enhancements and Bug Fixes

0.13.0

21 Aug 14:58
d8e1156
Compare
Choose a tag to compare

Breaking changes

Drops support for python 3.8 and requires jax version >= 0.4.14

New Features

Enhancements and Bug Fixes

This release is composed of great contributions and feedback from the Pyro community. Thank you!

0.12.1

01 Jun 14:32
5291d06
Compare
Choose a tag to compare

This release includes a fix for jax 0.4.11 (#1595).

0.12.0

31 May 11:16
f981b29
Compare
Choose a tag to compare

New Features

Enhancements and Bug Fixes

  • Make transforms jittable (#1575)
  • Fixed typo in surrogate posterior of beta (#1591)
  • Do not scale mnist label (#1589)
  • Do not mutate shapes of ExpandedDistribution for map-free ops (#1574)
  • Add support for JAX custom PRNG (#1587)
  • Include deterministic variables in AutoDelta's sample_posterior (#1584)
  • Fix forward shape of SimplexToOrderTransform (#1583)
  • Fix inf's in TruncatedNormal log_prob & sample (#1581)
  • Allow users to specify total_count_max in Multinomial (#1557)
  • Allow pickled mcmc object to run post warmup phase (#1558)
  • Add init_params argument to svi.init() and svi.run() (#1561)
  • Support pickling MCMC objects with enumeration (#1577)
  • Raise error when reparameterize lognormal (#1548)
  • Avoid initializing model params when already specified in guide (#1553)
  • Respect init params if provided to mcmc.run (#1547)
  • Fix provenance for jax 0.4.4 (#1543)
  • Use analytic kl divergence in TraceEnum_ELBO (#1533)
  • Properly handle contraction of guide plates in TraceEnum_ELBO (#1537)
  • Raise an error if there is no common scale when model enumerated (#1536)
  • Optimize reduction of enumerated guide sites (#1531)
  • Guess max_plate_nesting in TraceEnum_ELBO (#1528)