Skip to content

Releases: JuliaStats/LogExpFunctions.jl

v0.3.19

22 Nov 09:22
59b8c09
Compare
Choose a tag to compare

LogExpFunctions v0.3.19

Diff since v0.3.18

Closed issues:

  • Issue with logsumexp with ForwardDiff (and -Inf values) (#59)

Merged pull requests:

v0.3.18

23 Aug 08:43
39cf2da
Compare
Choose a tag to compare

LogExpFunctions v0.3.18

Diff since v0.3.17

Merged pull requests:

v0.3.17

29 Jul 16:05
153b54e
Compare
Choose a tag to compare

LogExpFunctions v0.3.17

Diff since v0.3.16

Merged pull requests:

  • Add log(-log(1 - x)) and 1 - exp(-exp(x)) (#56) (@ararslan)

v0.3.16

22 Jul 06:55
5c8a025
Compare
Choose a tag to compare

LogExpFunctions v0.3.16

Diff since v0.3.15

Merged pull requests:

  • CompatHelper: bump compat for "DocStringExtensions" to "0.9" (#53) (@github-actions[bot])

v0.3.15

11 May 09:09
18a0b43
Compare
Choose a tag to compare

LogExpFunctions v0.3.15

Diff since v0.3.14

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

02 May 13:52
da7c9c5
Compare
Choose a tag to compare

LogExpFunctions v0.3.14

Diff since v0.3.13

Closed issues:

  • log1pmx and logmxp1 cannot be differentiated by ForwardDiff (#44)

Merged pull requests:

v0.3.13

28 Apr 07:52
ca7806c
Compare
Choose a tag to compare

LogExpFunctions v0.3.13

Diff since v0.3.12

Merged pull requests:

v0.3.12

12 Apr 12:31
31dbd7e
Compare
Choose a tag to compare

LogExpFunctions v0.3.12

Diff since v0.3.11

Merged pull requests:

v0.3.11

11 Apr 00:05
6709eda
Compare
Choose a tag to compare

LogExpFunctions v0.3.11

Diff since v0.3.10

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

14 Mar 12:44
d9dc1c9
Compare
Choose a tag to compare

LogExpFunctions v0.3.10

Diff since v0.3.9

Merged pull requests:

  • Fix logsumexp! with output arrays of abstract eltype (#40) (@devmotion)