Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Sep 23:01
· 108 commits to master since this release
0c41812

SpecialFunctions v1.7.0

Diff since v1.6.2

Closed issues:

  • Gamma with Complex{BigFloat} throws StackOverflowError: (#233)
  • Chain rules for certain functions does not respect numerical precision (#307)
  • loggamma(::Complex{BigFloat}) causes StackOverflowError (#339)

Merged pull requests:

  • Use IrrationalConstants and LogExpFunctions.log1mexp (#345) (@devmotion)
  • Throw MethodError instead of StackOverflowError for gamma, loggamma, and logabsgamma (#347) (@devmotion)
  • Add more ChainRules derivatives (#348) (@devmotion)