v2.3.0
SpecialFunctions v2.3.0
Closed issues:
- StackOverflowError when applying ForwardDiff.derivative to scaled bessel functions, e.g. besseljx (#412)
- Possible bug in gamma_inc (#418)
- incorrect reference (#438)
Merged pull requests:
- Added faddeeva_w function (#88) (@fp4code)
- Update gamma_inc documentation: Q(x,a) should be Q(a,x) (#414) (@aniolm9)
- fix typos (#430) (@spaette)
- enable dependabot for GitHub actions (#431) (@ranocha)
- Bump actions/cache from 1 to 3 (#432) (@dependabot[bot])
- Use julia-actions/cache and update actions (#435) (@devmotion)
- Avoid an infinite loop in
beta_inc
forNaN
input (#445) (@ararslan)