Releases: TuringLang/Bijectors.jl
Releases · TuringLang/Bijectors.jl
v0.6.3
Bijectors v0.6.3
Closed issues:
- Tests using Flux.Tracker (#21)
Merged pull requests:
- Addressing #85 (#86) (@torfjelde)
- ReverseDiff support (#91) (@mohamed82008)
v0.6.2
v0.6.1
Bijectors v0.6.1
Merged pull requests:
- CompatHelper: bump compat for "Roots" to "1.0" (#84) (@github-actions[bot])
- Fixed forward pass of Truncated for vector input (#87) (@torfjelde)
v0.6.0
Bijectors v0.6.0
Closed issues:
Bijector
support for batch computation (#35)- Type-stability of
bijector(d::Distribution)
not complete (#40) Composed
improvements (#46)- For inversion,
Scale
should use\
instead of explicitly inverting matrix (#55)
Merged pull requests:
- Bijector for performing permutations (#49) (@torfjelde)
- Addresses #55 and replaces softplus from StatsFuns with NNlib for GPU compat (#57) (@torfjelde)
- Remove duplicates in SimplexBijector and SimplexDistribution (#65) (@devmotion)
- Add CompatHelper (#68) (@devmotion)
- Test Julia 1.2 and 1.3 on Travis (#69) (@devmotion)
- CompatHelper: add new compat entry for "NNlib" at version "0.6" (#75) (@github-actions[bot])
- Port batch norm (#76) (@xukai92)
- Taking bijectors autodiff seriously (#77) (@mohamed82008)
- Install TagBot as a GitHub Action (#78) (@JuliaTagBot)
- Making SimplexBijector compatible with Tracker.jl (#82) (@torfjelde)
- CompatHelper: bump compat for "ArgCheck" to "2.0" (#83) (@github-actions[bot])
v0.5.2
v0.5.2 (2020-01-15)
Merged pull requests:
- Zygote support - workaround debug issues (#73) (mohamed82008)
v0.5.1
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)
v0.4.0
v0.3.2
v0.3.2 (2019-08-04)
Closed issues:
- New releases (#31)
Merged pull requests:
- Wishart perf and stability (#33) (mohamed82008)
- Wct/tidy up pdmatdistribution (#32) (willtebbutt)
v0.3.1
v0.3.1 (2019-07-21)
Closed issues:
- Register using the new package system (#24)
Merged pull requests:
- Register v0.3.1 (#30) (mohamed82008)
- broadcast -> map (#29) (mohamed82008)