v1.8.8
SpecialFunctions v1.8.8
Closed issues:
- Vectorization depwarns accidentally export functions (#37)
- factorial(x::Vector{Int64}) StackOverflow (#304)
- Add Laguerre and Hermite polynomials (#408)
- zeta(s) flips signs in some regions (#420)
- SpecialFunctions do not compile on an Apple M2 (but on an Apple M1)? (#427)
- TagBot trigger issue (#429)
Merged pull requests:
- Pure Julia implementation of OpenLibm's
lgamma
,lgamma_r
(#413) (@andrewjradcliffe) - Update gamma_inc documentation: Q(x,a) should be Q(a,x) (#414) (@aniolm9)
- Small typo on gamma_inc_temme_1 fixed (#419) (@astrozot)
- make ChainRulesCore dependency into an extension (#421) (@KristofferC)
- Fix zeta sign flipping in some input regions (#420) (#422) (@quytelda)
- Backport fixes in #419 and #422 to SpecialFunctions 1.8 branch (#423) (@devmotion)
- Add prefix to extension (#424) (@devmotion)
- Support IrrationalConstants 0.2 (#425) (@devmotion)