Releases: JuliaMath/SpecialFunctions.jl
Releases · JuliaMath/SpecialFunctions.jl
v1.8.5
SpecialFunctions v1.8.5
Closed issues:
expint
tests fail onaarch64-apple-darwin
(#359)
Merged pull requests:
- Fix hangs in
beta_inc_inv
(alternative/extension of #396) (#399) (@devmotion) - Backport fix in #399 to 1.8 and release it as 1.8.5 (#400) (@devmotion)
v2.1.5
SpecialFunctions v2.1.5
Closed issues:
expint
tests fail onaarch64-apple-darwin
(#359)
Merged pull requests:
- More bugfixes to backport (#394) (@andreasnoack)
- Fix hangs in
beta_inc_inv
(alternative/extension of #396) (#399) (@devmotion)
v2.1.4
SpecialFunctions v2.1.4
Closed issues:
- incomplete beta (beta_inc) function fails (#334)
Merged pull requests:
- Backport the gamma_inc_inv fixes (#389) (@andreasnoack)
- Fix a bug in coeff2 and add a test (#391) (@andreasnoack)
- Underflow without erroring in beta_inc (#392) (@andreasnoack)
- Avoid NaN in beta_inc_inv when p=q=1. (#393) (@andreasnoack)
v1.8.4
SpecialFunctions v1.8.4
Closed issues:
- incomplete beta (beta_inc) function fails (#334)
Merged pull requests:
- Fix a bug in coeff2 and add a test (#391) (@andreasnoack)
- Underflow without erroring in beta_inc (#392) (@andreasnoack)
- Avoid NaN in beta_inc_inv when p=q=1. (#393) (@andreasnoack)
- More bugfixes to backport (#394) (@andreasnoack)
v2.1.3
SpecialFunctions v2.1.3
Closed issues:
- Spherilcal Bessel and Hankel function (#108)
gamma_inc_inv
throws an DomainError for valid arguments (#385)- Another gamma_inc_inv failure (#387)
Merged pull requests:
- Release 1.8 backports (#383) (@andreasnoack)
- Fix condition in __gamma_inc_inv to ensure that sqrt argument in (#386) (@andreasnoack)
- Avoid negative initial x0 in gamma_inc_inv_qsmall. When the initial (#388) (@andreasnoack)
v1.8.3
SpecialFunctions v1.8.3
Closed issues:
Merged pull requests:
- Fix condition in __gamma_inc_inv to ensure that sqrt argument in (#386) (@andreasnoack)
- Avoid negative initial x0 in gamma_inc_inv_qsmall. When the initial (#388) (@andreasnoack)
- Backport the gamma_inc_inv fixes (#389) (@andreasnoack)
v1.8.2
SpecialFunctions v1.8.2
Closed issues:
- Spherilcal Bessel and Hankel function (#108)
- Unable to use SpecialFunctions under Ubuntu 18 julia-1.0.3 (#143)
- Build issue: Provider BuildProcess failed to satisfy dependency libopenspecfun (#162)
- Find maintainers and reviewers (#213)
- Serving docs from JuliaMath.org domain name (#216)
- julia 1.0.3 [compatibility issue] (#235)
- test failure with ChainRulesTestUtils on Julia 1.3 (#288)
- another gamma_inc endless loop (#341)
- Bump major version in the next release (#360)
- Upgrade guide for SpecialFunctions 2.0 (#364)
- 1476 Broken Chain Rules (#367)
- expint definition in help text is wrong (#368)
- gamma_inc_inv fails for low precision floats (#373)
- beta_inc_inv sometimes not sufficiently accurate (#375)
- gamma_inc doesn't handle NaNs (#379)
Merged pull requests:
- removed factorial (#297) (@PaulXiCao)
- Release SpecialFunctions 2 (#361) (@devmotion)
- Add upgrade guide (#369) (@devmotion)
- Add derivatives for
ellipk
andellipe
(#370) (@devmotion) - Handle the case when Float64(p) + Float64(q) != 1 in gamma_inc_inv (#374) (@andreasnoack)
- Adjust accuracy tolerance in beta_inc_inv to accommodate Float64 (#376) (@andreasnoack)
- Refactor
gamma_inc_inv
(#377) (@devmotion) - Handle NaNs and Infs in gamma_inc (#380) (@andreasnoack)
- Release 1.8 backports (#383) (@andreasnoack)
v2.1.2
SpecialFunctions v2.1.2
Closed issues:
Merged pull requests:
- Refactor
gamma_inc_inv
(#377) (@devmotion) - Handle NaNs and Infs in gamma_inc (#380) (@andreasnoack)
v2.1.1
SpecialFunctions v2.1.1
Closed issues:
- gamma_inc_inv fails for low precision floats (#373)
- beta_inc_inv sometimes not sufficiently accurate (#375)
Merged pull requests:
- Handle the case when Float64(p) + Float64(q) != 1 in gamma_inc_inv (#374) (@andreasnoack)
- Adjust accuracy tolerance in beta_inc_inv to accommodate Float64 (#376) (@andreasnoack)
v2.1.0
SpecialFunctions v2.1.0
Closed issues:
- test failure with ChainRulesTestUtils on Julia 1.3 (#288)
- Upgrade guide for SpecialFunctions 2.0 (#364)
- 1476 Broken Chain Rules (#367)
- expint definition in help text is wrong (#368)
Merged pull requests:
- Add upgrade guide (#369) (@devmotion)
- Add derivatives for
ellipk
andellipe
(#370) (@devmotion)