Releases: TuringLang/Bijectors.jl
Releases · TuringLang/Bijectors.jl
v0.6.7
Bijectors v0.6.7
Closed issues:
- Zygote currently not working with inversion (#90)
Merged pull requests:
- Quick-fix for #100 (#101) (@torfjelde)
v0.6.6
v0.6.5
v0.6.4
Bijectors v0.6.4
Closed issues:
- TransformedDistributions should support maximum, minimum (#85)
Merged pull requests:
- ReverseDiff fixes (#96) (@mohamed82008)
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)