Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.8.4 source code.tar.gz | 2023-01-03 | 17.9 MB | |
1.8.4 source code.zip | 2023-01-03 | 18.3 MB | |
README.md | 2023-01-03 | 865 Bytes | |
Totals: 3 Items | 36.2 MB | 0 |
Fixed
- Allow torch>=2 by @fritzo in https://github.com/pyro-ppl/pyro/pull/3164
- fixed NaN with in
log_prob
corr < -1e-8 forSineBivariateVonMises
by @OlaRonning in https://github.com/pyro-ppl/pyro/pull/3165 - Allow registering of custom exception handlers for potential_fn computations by @Balandat in https://github.com/pyro-ppl/pyro/pull/3168
Added
- Allow rendering of semisupervised models by @fritzo in https://github.com/pyro-ppl/pyro/pull/3159
- Add
GroupedNormalNormal
distribution by @martinjankowiak in https://github.com/pyro-ppl/pyro/pull/3163 - Add make tutorial to docs CI workflow by @eb8680 in https://github.com/pyro-ppl/pyro/pull/3012
New Contributors
- @Balandat made their first contribution in https://github.com/pyro-ppl/pyro/pull/3168
Full Changelog: https://github.com/pyro-ppl/pyro/compare/1.8.3...1.8.4