Releases: TuringLang/Bijectors.jl
Releases · TuringLang/Bijectors.jl
v0.15.2
Bijectors v0.15.2
Merged pull requests:
- Fix infinite recursion in CorrBijector/VecCorrBijector (#355) (@penelopeysm)
Closed issues:
- StackOverflow on calling inverse VecCorrBijector with a multidimensional array (#320)
v0.15.1
Bijectors v0.15.1
Merged pull requests:
- Fix for some type instabilities (#354) (@torfjelde)
Closed issues:
TruncatedBijectors
not defined inDistributions
extension (#298)
v0.15.0
Bijectors v0.15.0
Merged pull requests:
- Explicit Enzyme rules on Enzyme 0.13 (#350) (@devmotion)
- Bump actions/checkout from 2 to 4 (#352) (@dependabot[bot])
- Bump minor version to 0.15 (#353) (@mhauru)
Closed issues:
v0.14.2
Bijectors v0.14.2
v0.14.1
Bijectors v0.14.1
Merged pull requests:
- Bump Julia compat entry to 1.10 (#342) (@penelopeysm)
- Use ITP as root-finding algorithm in planar layer (#343) (@devmotion)
- CompatHelper: bump compat for Functors to 0.5 for package test, (keep existing compat) (#345) (@github-actions[bot])
v0.14.0
Bijectors v0.14.0
- Disable BijectorsEnzymeExt on Julia 1.11. This means Bijectors and Enzyme can't be used together on 1.11. (Note that as of the time of writing, Enzyme is not working on 1.11 anyway)
- Replace Tapir with Mooncake.
Merged pull requests:
- Fixed bug in docs as reported in #329 (#330) (@torfjelde)
- Fix link in docs main page (#331) (@penelopeysm)
- Remove BijectorsEnzymeExt on 1.11.1 (#337) (@penelopeysm)
- Tapir -> Mooncake (#338) (@penelopeysm)
Closed issues:
v0.13.18
Bijectors v0.13.18
Merged pull requests:
v0.13.17
Bijectors v0.13.17
Merged pull requests:
- Test against Enzyme (#318) (@mhauru)
- Update DocNav.yml (#321) (@shravanngoswamii)
- Fix for product of
Dirichlet
(#322) (@torfjelde) - Work around eachslice limitation on Julia <v1.9 (#323) (@mhauru)
- Drop the version number 0.13.18 -> 0.13.17 (#324) (@mhauru)
v0.13.16
v0.13.15
Bijectors v0.13.15
Merged pull requests:
- Add support for distributions with monotonically increasing
bijector
(#297) (@torfjelde)