Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.8.6 source code.tar.gz | 2023-07-29 | 17.9 MB | |
1.8.6 source code.zip | 2023-07-29 | 18.4 MB | |
README.md | 2023-07-29 | 1.7 kB | |
Totals: 3 Items | 36.3 MB | 0 |
Summary
- Reenable support for PyTorch 1.11 (after Pyro's 1.8.5 release had narrowly required torch>=2.0)
- Improve docstrings of Pyro's distribution wrappers around torch distributions [#3246]
What's Changed
- Refactor
ProvenanceTensor
to usepytree
by @ordabayevy in https://github.com/pyro-ppl/pyro/pull/3223 - Create FUNDING.yml by @fritzo in https://github.com/pyro-ppl/pyro/pull/3224
- Remove DataParallel container in SS-VAE model by @martinrohbeck in https://github.com/pyro-ppl/pyro/pull/3227
- Fix jit ELBO sign error by @fritzo in https://github.com/pyro-ppl/pyro/pull/3229
- Replace flake8+isort with ruff by @fritzo in https://github.com/pyro-ppl/pyro/pull/3231
- fix _loc_scale method in AutoMultivariateNormal by @martinjankowiak in https://github.com/pyro-ppl/pyro/pull/3233
- Revert to support
torch>=1.11.0
by @francois-rozet in https://github.com/pyro-ppl/pyro/pull/3242 - Concatenate torch docstrings at end of distribution wrappers by @fritzo in https://github.com/pyro-ppl/pyro/pull/3246
- Disable pdf builds on readthedocs by @fritzo in https://github.com/pyro-ppl/pyro/pull/3250
- Disable pdf and epub build on readthedocs by @fehiepsi in https://github.com/pyro-ppl/pyro/pull/3251
- Fix [#3245] bug in poutine.trace(graph_type="dense") by @fritzo in https://github.com/pyro-ppl/pyro/pull/3247
- Bump version to to 1.8.6 by @fritzo in https://github.com/pyro-ppl/pyro/pull/3252
New Contributors
- @francois-rozet made their first contribution in https://github.com/pyro-ppl/pyro/pull/3242
- @rtviii collaborated with @fritzo in https://github.com/pyro-ppl/pyro/pull/3246
Full Changelog: https://github.com/pyro-ppl/pyro/compare/1.8.5...1.8.6