Releases: TuringLang/Bijectors.jl
Releases · TuringLang/Bijectors.jl
v0.8.12
v0.8.11
Bijectors v0.8.11
Merged pull requests:
- Run interface tests, update badges, and fix planar layer (#157) (@devmotion)
v0.8.10
Bijectors v0.8.10
Merged pull requests:
v0.8.9
Bijectors v0.8.9
Closed issues:
- Zygote ad backend for normalizing flows (#154)
Merged pull requests:
- Use NonlinearSolve instead of Roots (#155) (@devmotion)
v0.8.8
v0.8.7
Bijectors v0.8.7
Merged pull requests:
- CompatHelper: bump compat for "MappedArrays" to "0.3" (#141) (@github-actions[bot])
v0.8.6
Bijectors v0.8.6
Merged pull requests:
- LeakyReLU (#81) (@torfjelde)
NamedBijector
: a bijector for working with named tuples (#95) (@torfjelde)
v0.8.5
v0.8.4
Bijectors v0.8.4
Closed issues:
- logabsdetjac with Stacked throws: "ArgumentError: reducing over an empty collection is not allowed" (#138)
Merged pull requests:
- fix logabsdetjac for Stacked{<:Any, 1} (#139) (@vandenman)
v0.8.3
Bijectors v0.8.3
Closed issues:
- Add LKJ Matrix Distribution (#108)
- Unit tests for PlanarLayer failed in Julia 1.5 (#124)
- Readme confusing example (#129)
- rand call to dist of MvTransformed not using rng (#135)
Merged pull requests:
- Relaxes the type-requirement on planar and radial (#123) (@torfjelde)
- Add LKJ bijector (#125) (@yiyuezhuo)
- Simplify inverses of planar and radial layer (#126) (@devmotion)
- Implement
bijector
forAbstractMvNormal
(#127) (@torfjelde) - Replace == with ≈ in README for consistency (#131) (@torfjelde)
- Use separate environment for tests (#133) (@devmotion)
- Fix for #135 (#136) (@torfjelde)