Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-06-23 | 746 Bytes | |
v2.3.0 source code.tar.gz | 2023-06-23 | 156.9 kB | |
v2.3.0 source code.zip | 2023-06-23 | 171.8 kB | |
Totals: 3 Items | 329.5 kB | 1 |
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
for NaN
input (#445) (@ararslan)