v2.2.0
SpecialFunctions v2.2.0
Closed issues:
- Vectorization depwarns accidentally export functions (#37)
- factorial(x::Vector{Int64}) StackOverflow (#304)
- Can't install this package (#405)
- 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)
Merged pull requests:
- Backport fix in #404 to SpecialFunctions 1.8 (#406) (@devmotion)
- Pure Julia implementation of OpenLibm's
lgamma
,lgamma_r
(#413) (@andrewjradcliffe) - 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)