Releases: pyro-ppl/funsor
Releases · pyro-ppl/funsor
0.4.6
What's Changed
- Rerun new version of black on the repo by @ordabayevy in #605
- Scale factors across plate dims in
partial_sum_product
by @ordabayevy in #606 - Bump to version 0.4.6 by @ordabayevy in #608
Full Changelog: 0.4.5...0.4.6
0.4.5
0.4.4
0.4.3
What's Changed
- Update black by @fritzo in #583
- Extend partial_sum_product() to cases tractable for Gaussians by @fritzo in #584
- update classifiers by @anukaal in #586
- Fix provenance tensor to work with PyTorch 1.11 by @fritzo in #588
- Update to PyTorch 1.11.0 by @fritzo in #589
- Bump to version 0.4.3 by @fritzo in #590
New Contributors
Full Changelog: 0.4.2...0.4.3
0.4.2
Enhancements
- #543 Added
ProvenanceTensor
for torch backend - #543 Added
Constant
funsor - #549 Added
funsor.recipes.forward_fiter_backward_rsample()
- #553 Added a
Precondition
interpretation for Gaussians, plusfunsor.recipes.forward_fiter_backward_precondition()
- #572 Support Funsors in
pprint.pprint()
and pdb
Breaking changes
- #568 Switch to
sqrt(precision)
representation forGaussian
0.4.1
0.4.0
- Added new sum product algorithms (contributed by @ordabayevy)
- Added many new conjugacy patterns
- Automated op registration and made adding new ops easier
- #419 Support
ExtendedDistribution
- #432 Support
IndependentConstraint
- #397 Allow
.reduce(op, vars_not_in_inputs)
- #430 Add
Tuple
Funsor - #409 Change
sarkka_bilmes_product
interface