Releases: JuliaStats/LogExpFunctions.jl
Releases · JuliaStats/LogExpFunctions.jl
v0.3.9
LogExpFunctions v0.3.9
Closed issues:
- Add
logsumexp!(r, X)(which behaves like sum!) (#14)
Merged pull requests:
- Add
logsumexp!(#39) (@devmotion)
v0.3.8
v0.3.7
v0.3.6
LogExpFunctions v0.3.6
Closed issues:
- logcosh (#31)
Merged pull requests:
- Add
logcosh(#32) (@devmotion)
v0.3.5
LogExpFunctions v0.3.5
Merged pull requests:
- Define inverse functions with InverseFunctions.jl (#29) (@devmotion)
- Add support for ChangesOfVariables.with_logabsdet_jacobian (#30) (@oschulz)
v0.3.3
LogExpFunctions v0.3.3
Merged pull requests:
- Add
dimskeyword argument tosoftmaxandsoftmax!(#28) (@devmotion)
v0.3.2
v0.3.1
LogExpFunctions v0.3.1
Merged pull requests:
- Add ChainRules definitions (#25) (@devmotion)
- Use ternary operator instead of ifelse (#26) (@devmotion)
v0.3.0
LogExpFunctions v0.3.0
Merged pull requests:
- Use IrrationalConstants and do not export logarithmic constants (#22) (@devmotion)
v0.2.5
LogExpFunctions v0.2.5
Merged pull requests:
- CompatHelper: bump compat for "Documenter" to "0.27" for package docs (#20) (@github-actions[bot])
- Fix
logsubexp(-Inf, -Inf)(#21) (@devmotion)