Releases: JuliaStats/LogExpFunctions.jl
Releases · JuliaStats/LogExpFunctions.jl
v0.3.19
LogExpFunctions v0.3.19
Closed issues:
- Issue with
logsumexp
with ForwardDiff (and -Inf values) (#59)
Merged pull requests:
- Update CompatHelper.yml (#58) (@devmotion)
- Fix issues with ForwardDiff 0.10.33 (#60) (@devmotion)
v0.3.18
LogExpFunctions v0.3.18
Merged pull requests:
- Add iszero(x) branches to xlogy and xlog1py (#57) (@simsurace)
v0.3.17
LogExpFunctions v0.3.17
Merged pull requests:
v0.3.16
LogExpFunctions v0.3.16
Merged pull requests:
- CompatHelper: bump compat for "DocStringExtensions" to "0.9" (#53) (@github-actions[bot])
v0.3.15
LogExpFunctions v0.3.15
Closed issues:
logabsgamma
doesn't work with ForwardDiff (#49)
Merged pull requests:
- Fix whitespace in logit docstring (#51) (@jishnub)
- Reuse intermediate result of primal in derivative (#52) (@devmotion)
v0.3.14
LogExpFunctions v0.3.14
Closed issues:
log1pmx
andlogmxp1
cannot be differentiated byForwardDiff
(#44)
Merged pull requests:
- Add fallbacks for
log1pmx
andlogmxp1
(#45) (@simsurace)
v0.3.13
LogExpFunctions v0.3.13
Merged pull requests:
- Add derivatives for log1pmx and logmxp1 (#47) (@devmotion)
v0.3.12
v0.3.11
LogExpFunctions v0.3.11
Merged pull requests:
- Check type stability and return type of
logaddexp
(#42) (@devmotion) - Add threshold for zero results in
log1pexp
(#43) (@devmotion)
v0.3.10
LogExpFunctions v0.3.10
Merged pull requests:
- Fix
logsumexp!
with output arrays of abstracteltype
(#40) (@devmotion)