Skip to content

Releases: pyro-ppl/numpyro

0.16.1

05 Dec 00:04
608a2c3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.16.0...0.16.1

0.16.0

28 Nov 20:50
07d5f2e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.15.3...0.16.0

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!