Releases: JuliaMath/NFFT.jl
Releases · JuliaMath/NFFT.jl
v0.7.0
NFFT v0.7.0
Closed issues:
- docs are outdated: NFFTPlan to plan_nfft (#45)
- MWE from docs is not working because of undefined
plan_nfft
(#49) - usage on recovering a uniform fft? (#51)
- SpecialFunctions compat (#52)
- sdc not working for specific couple of kernelSize and oversampling in plan_nfft function (#60)
- Unexpected Difference between FFT and NFFT (#61)
Merged pull requests:
- CompatHelper: bump compat for "CUDA" to "3.1" (#48) (@github-actions[bot])
- SpecialFunctions compat (#53) (@JeffFessler)
- replace zeros with undef array in the constructor (#56) (@JakobAsslaender)
- Toeplitz gram (#57) (@JakobAsslaender)
- Tk/multithreading (#58) (@tknopp)
v0.6.1
NFFT v0.6.1
v0.6.0
NFFT v0.6.0
Merged pull requests:
- CompatHelper: bump compat for "SpecialFunctions" to "1.0" (#41) (@github-actions[bot])
- add CuNFFT (#42) (@migrosser)
v0.5.2
NFFT v0.5.2
v0.5.1
NFFT v0.5.1
Merged pull requests:
- Install TagBot as a GitHub Action (#39) (@JuliaTagBot)
- Add ndft! and ndft_adjoint! (#40) (@JeffFessler)
v0.5.0
v0.5.0 (2019-11-20)
Closed issues:
Merged pull requests:
- Update overview to describe non-plan usage. (#37) (JeffFessler)
- Update overview to explain variable types (#35) (JeffFessler)
v0.4.0
make release
Disable threads
v0.3.4 disable threads
Fix warnings on 1.0
v0.3.3 add timing funcs
Julia 1.0 compatibility
add REQUIRE again to make attobot happy