Releases: TuringLang/Bijectors.jl
Releases · TuringLang/Bijectors.jl
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)
Register with the new package manager
Merge pull request #25 from TuringLang/mt/update_manifest Update Manifest file
Fixed an ForwardDiff issue.
More performance improvements
This release has some performance improvements, especially for Simplex
and unconstrained Multivariate
distributions.
Improving performance
Changes:
- Make debug statements optional.
- Use
@inbounds
and@simd
in more places.
Numerical fixes.
Merge pull request #16 from TuringLang/hg/numerical-fix Improve clamp function for extreme cases.
Numerical fixes.
Merge pull request #14 from TuringLang/mt/fix_12 Fix numerical error in #12
Numerical fixes
This release handles numerical edge cases in link
and invlink
and fixes broken tests.
Initial release.
v0.1.0 Update REQUIRE