v0.5.0
v0.5.0 (2019-12-30)
Merged pull requests:
- Fix test and bijector of MvLogNormal (#61) (devmotion)
- Update dependencies and fix deprecations (#60) (devmotion)
- Do not use
Val
as type parameter (#59) (devmotion) - Fixed a reference in README (#54) (torfjelde)
- Update README to include table of operations (#53) (torfjelde)
- Improvements to
Composed
andTruncatedBijector
fixing #40 (#52) (torfjelde) - Definition and short description of Bijector in README (#45) (torfjelde)
- Making dimensionality part of the Bijector type (#44) (torfjelde)
- Improves type-stability of
bijector\(d::Distribution\)
(#39) (torfjelde) - Updated README with info about new interface (#37) (torfjelde)
Stacked
bijector for stacking together bijectors (#36) (torfjelde)- Dirichlet link and invlink Jacobians (#28) (mohamed82008)