Releases: TuringLang/Bijectors.jl
Releases · TuringLang/Bijectors.jl
v0.10.8
Bijectors v0.10.8
Merged pull requests:
- CompatHelper: bump compat for IrrationalConstants to 0.2, (keep existing compat) (#247) (@github-actions[bot])
- Fix deprecations (#249) (@devmotion)
- Support IrrationalConstants 0.2 in 0.10 (#250) (@devmotion)
v0.12.3
v0.12.2
Bijectors v0.12.2
Closed issues:
- Remove heavy usage of
@generated
(#243)
Merged pull requests:
- CompatHelper: bump compat for IrrationalConstants to 0.2, (keep existing compat) (#247) (@github-actions[bot])
- Use
default_rng
(#248) (@devmotion)
v0.10.7
Bijectors v0.10.7
Merged pull requests:
- Widening the scope of the package and dropping support for batching (#214) (@torfjelde)
- CompatHelper: bump compat for Functors to 0.4, (keep existing compat) (#235) (@github-actions[bot])
- CompatHelper: bump compat for Functors to 0.4 for package test, (keep existing compat) (#236) (@github-actions[bot])
- Throw error if
ordered
unsafe to use (#241) (@sethaxen) - Remove ADBackend and ADBijector (#242) (@torfjelde)
- Missing impl of
with_logabsdet_jacobian
forPDBijector
(#245) (@torfjelde) - Use
default_rng
(#248) (@devmotion)
v0.12.1
Bijectors v0.12.1
Merged pull requests:
- Missing impl of
with_logabsdet_jacobian
forPDBijector
(#245) (@torfjelde)
v0.12.0
Bijectors v0.12.0
Merged pull requests:
- CompatHelper: bump compat for Functors to 0.4, (keep existing compat) (#235) (@github-actions[bot])
- CompatHelper: bump compat for Functors to 0.4 for package test, (keep existing compat) (#236) (@github-actions[bot])
- Throw error if
ordered
unsafe to use (#241) (@sethaxen) - Remove ADBackend and ADBijector (#242) (@torfjelde)
v0.11.0
Bijectors v0.11.0
Merged pull requests:
- Widening the scope of the package and dropping support for batching (#214) (@torfjelde)
v0.10.6
Bijectors v0.10.6
Merged pull requests:
- Fix for bug in
forward
ofStacked
(#192) (@torfjelde) - Update Github actions to run tests on Julia 1.6 (#229) (@torfjelde)
v0.10.5
Bijectors v0.10.5
Merged pull requests:
- Replace
Zygote.@nograd
withCRC.@non_differentiable
(#230) (@devmotion)