v1.7.0
SpecialFunctions v1.7.0
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
, andlogabsgamma
(#347) (@devmotion) - Add more ChainRules derivatives (#348) (@devmotion)