JuliaMath / NFFT.jl

Julia implementation of the Non-equidistant Fast Fourier Transform (NFFT)
Other
153 stars 28 forks source link

tag last version #13

Closed andferrari closed 8 years ago

andferrari commented 8 years ago

thank you for this amazing package.

It would be nice to tag commit e5662f1 in order to use Pkg.add in v0.4

tknopp commented 8 years ago

https://github.com/JuliaLang/METADATA.jl/pull/4815

hope this is correctly tagged.

Out of curious: Whats your use case?

andferrari commented 8 years ago

Le 19 mars 2016 à 20:53, Tobias Knopp notifications@github.com a écrit :

JuliaLang/METADATA.jl#4815 https://github.com/JuliaLang/METADATA.jl/pull/4815 hope this is correctly tagged.

thanks ! Out of curious: Whats your use case?

Polychromatic image reconstruction in optical interferometry

See for example http://arxiv.org/abs/1503.01565 where nfft.jl is mentioned.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/tknopp/NFFT.jl/issues/13#issuecomment-198776892

tknopp commented 8 years ago

That is pretty cool! This package is actually a toy project of mine. I wanted to test the performance of Julia and since I once coauthored parts of the NFFT C package I used the nfft as a use case. In the end I was pretty convinced and started to use Julia for most other projects I was working on.

Seeing someone actually using the package is very nice.

tknopp commented 8 years ago

new version is tagged