v0.8.0
v0.8.0 (2019-08-31)
Closed issues:
- Pull binaries from Yggdrasil now that openspecfun is in (#179)
- Cannot use various functions (#168)
- Gamma function does not show up in the documentation (#157)
- lgamma() wrong complex result with real argument (#154)
- Initialization error (#153)
- Package broken on Julia nightly on macOS (#152)
- Is SpecialFunctions.jl compatible with PackegeCompiler.jl? (#150)
- beta(-n,n) gives NaN, when n is an integer (#149)
- digamma(::Complex{BigFloat}) (#147)
- trouble building SpecialFunctions in macOS 10.14 (#141)
- StackOverflowError on lgamma(::Float16) (#131)
- over/underflow in zeta for complex argumetns (#128)
Merged pull requests:
- Use binaries from Yggdrasil (#180) (ararslan)
- regrouped function list accoring to DLMF chapters (#176) (PaulXiCao)
- Add CDF of noncentral beta and F distribution (#172) (Sumegh-git)
- Add Drone CI scripts (#170) (giordano)
- Fix beta for negative args (#169) (Sumeghtech)
- updated deprecated makedocs call: format; clean build dir; aligned code (#167) (PaulXiCao)
- Added inverse of incomplete beta Ix(a,b) and Iy(a,b) (#166) (Sumegh-git)
- Add Incomplete Beta Function ratios Ix(a,b) and Iy(a,b) (#165) (Sumegh-git)
- Add Inverse of Incomplete Gamma Function P(a,x) and Q(a,x) (#164) (Sumegh-git)
- rename lfactorial/lbinomial (#161) (simonbyrne)
- Setup Project.toml files, remove REQUIRE (#158) (simonbyrne)
- Rename lgamma to log(abs)gamma (#156) (Sumegh-git)
- Run Travis and AppVeyor with Julia 1.0 and 1.1 too (#151) (giordano)
- Added incomplete gamma function ratios P(a,x) and Q(a,x) (#146) (Sumegh-git)
- Use CirrusCI.jl to test with Cirrus (#145) (giordano)
- Added Float16 fix in bessel.jl (#144) (Sumegh-git)
- Add a FreeBSD CI step for source building (#140) (ararslan)
- Add FreeBSD CI badge to the README (#139) (ararslan)
- Set up FreeBSD CI using Cirrus (#138) (ararslan)
- Added complete elliptic functions for 1st and 2nd kind (#135) (Sumegh-git)
- Added doc reference for invdigamma, trigamma , polygamma(#25) (#134) (Sumegh-git)
- Define gamma and lgamma for Float16 (#132) (ararslan)