v0.7.0
v0.7.0 (2019-11-07)
Closed issues:
- Multidimensional generic FFTs, perhaps in a separate package? (#86)
- Building requires
sudo
privileges (#84) - Clenshaw-Curtis is still working? (#83)
- Tag v0.7 (#82)
- no method matching plan_cheb2jac(::Type{Complex{Float64}}, ::Int64, ::Float64, ::Float64) (#81)
- Support complex transforms (#79)
- error in setup? (#77)
- Support SpecialFunctions v0.8 (#76)
- pochhammer(-2,1.0) unexpectedly errors. (#70)
- speed regression on Julia 1.1 ? (#69)
- TH_cheb2leg BigFloat error (#61)
- Cleanup tests (#58)
- Failed to precompile on 32 bit Linux machine under Julia v1.0.1 (#56)
- FastTransforms.th_cheb2leg([1.0]) is broken (#32)
- cheb2leg(Float64[]) segfaults (#31)
- Add FMM-accelerated JAC2JAC (#25)
- Unify and abstractify type hierarchy (#24)
- Fix
FastTransforms.th\_cheb2legplan\(Float64,1\)
(#10)
Merged pull requests:
- Regain Windows support (#88) (MikaelSlevinsky)
- Revamped buildscript (#87) (mfherbst)
- Comply with plan_inv function of AbstractFFTs (#85) (mfherbst)
- Add build deps into build.jl (#80) (MikaelSlevinsky)
- Feat libfasttransforms (#75) (MikaelSlevinsky)