Releases: JuliaMath/SpecialFunctions.jl
Releases · JuliaMath/SpecialFunctions.jl
v2.0.0
SpecialFunctions v2.0.0
Closed issues:
- 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)
- Bump major version in the next release (#360)
Merged pull requests:
- removed factorial (#297) (@PaulXiCao)
- Release SpecialFunctions 2 (#361) (@devmotion)
v1.8.1
SpecialFunctions v1.8.1
Merged pull requests:
- Make sure to compute 1-x after converting to Float64 in beta_inc (#356) (@andreasnoack)
- Allow failures on nightly (#357) (@andreasnoack)
v1.8.0
SpecialFunctions v1.8.0
Closed issues:
- ForwardDiff.Dual recurses with logabsgamma (#186)
- Confusing MethodError message (#228)
- erf(x::Vec{4,Float64}) infinitely recurses (#352)
Merged pull requests:
- Add derivatives for
besselix
,besseljx
, andbesselyx
(#350) (@devmotion) - Use
mpfr_lngamma
forloggamma(::BigFloat)
(#351) (@devmotion) - Avoid StackOverflowError with erf* functions (#353) (@devmotion)
- Improve
beta_inc
andbeta_inc_inv
(#354) (@devmotion)
v1.7.0
SpecialFunctions v1.7.0
Closed issues:
- Gamma with Complex{BigFloat} throws StackOverflowError: (#233)
- Chain rules for certain functions does not respect numerical precision (#307)
- loggamma(::Complex{BigFloat}) causes StackOverflowError (#339)
Merged pull requests:
- Use IrrationalConstants and LogExpFunctions.log1mexp (#345) (@devmotion)
- Throw MethodError instead of StackOverflowError for
gamma
,loggamma
, andlogabsgamma
(#347) (@devmotion) - Add more ChainRules derivatives (#348) (@devmotion)
v1.6.2
SpecialFunctions v1.6.2
Closed issues:
- SpecialFunctions do not work with CuArray (GPU) (#342)
Merged pull requests:
- Fix link to Github repo (#343) (@devmotion)
- Use OpenLibm_jll instead of Base.libm (#344) (@ararslan)
- Fix docstring of
erfc
(#346) (@devmotion)
v1.6.1
SpecialFunctions v1.6.1
Merged pull requests:
- allow LogExpFunctions 0.3 in compat (#340) (@KristofferC)
v1.6.0
SpecialFunctions v1.6.0
Closed issues:
- Derivatives of exponential integrals (#321)
- Returning a tuple will affect performance (#330)
- logbeta is type-unstable (#331)
Merged pull requests:
- Fix
logabsbeta
for BigFloat (#325) (@devmotion) - Update Drone CI setup (#326) (@giordano)
- Add differentials for exponential integrals (#328) (@devmotion)
- fix type-instability of logabsbeta (#332) (@stevengj)
- Support ChainRulesCore v1 (#335) (@oxinabox)
v1.5.1
SpecialFunctions v1.5.1
Merged pull requests:
- Replace
DoesNotExist
withNoTangent
(#327) (@devmotion)
v1.5.0
v1.4.2
SpecialFunctions v1.4.2
Closed issues:
- logic error in
ncbeta
, (so inncF
too) (#237)
Merged pull requests:
- Generalize three-argument version of
beta_inc
(#318) (@devmotion)