Releases: JuliaMath/SpecialFunctions.jl
Releases · JuliaMath/SpecialFunctions.jl
v0.10.1
SpecialFunctions v0.10.1
Closed issues:
- Connection timeout on v0.7 (#86)
- Is this a home for special function implementations in Julia? (#112)
- build no longer works on OS X (#123)
- wrong package name in rebuild message (#130)
- problems building on Win (#155)
- Error: Error building
SpecialFunctions
(#173) - SpecialFunctions with Multiple Versions of Julia (#174)
- 0.8 update and loggamma (#182)
- FAiling to build on Windows (#189)
- SpecialFunctions 0.8.0 Build freezes on Julia 1.2 (#190)
- v0.9.0: no libgfortran.so.5, then no libopenspecfun.so (#192)
- Incomplete gamma error (#204)
- 🚧 Is this repo maintained? (#215)
- erf(x,y) (#222)
Merged pull requests:
- Added spherical bessel functions (#196) (@MasonProtter)
- update docstrings (#201) (@AshtonSBradley)
- Hyperlink DOIs to preferred resolver (#205) (@katrinleinweber)
- Install TagBot as a GitHub Action (#207) (@JuliaTagBot)
- Correct a documentation error. (#209) (@dmbates)
- fix gamma_inc max precision case (#210) (@birm)
- split tests into components (#211) (@birm)
- Minor patch for sphericalbessely (#214) (@musm)
- Move Windows and FreeBSD CI to Travis (#219) (@ararslan)
- add erf(x,y) (#223) (@cossio)
v0.10.0
v0.10.0 (2020-01-14)
Closed issues:
Merged pull requests:
- Add logerfcx (#203) (cossio)
- Added faster method for besselh with real input (#200) (elecprog)
- update docs for beta_inc, gamma, gamma_inc_inv, zeta, bessels (#199) (AshtonSBradley)
- update docstrings, mainly for gamma_inc, gamma_inc_inv (#197) (AshtonSBradley)
- fix erf doc (#195) (rpetit)
- Add logerfc function (#194) (c123w)
v0.9.0
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)
v0.7.2
v0.7.1
Version 0.7.0
Merge pull request #109 from quinnj/jq/1.0 Fixes for 1.0
v0.6.0
Version 0.5.0
The gamma
and beta
functions are now in SpecialFunctions
instead of Base
.