-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New package: AbstractNFFTs v0.1.0 #51544
Conversation
JuliaRegistrator
commented
Jan 2, 2022
•
edited
Loading
edited
- Registering package: AbstractNFFTs
- Repository: https://github.com/tknopp/NFFT.jl
- Created by: @tknopp
- Version: v0.1.0
- Commit: e07b474d87e73187d61281b86e967355ae8a4848
- Reviewed by: @tknopp
- Reference: JuliaMath/NFFT.jl@e07b474#commitcomment-62792323
- Description: Julia implementation of the Non-equidistant Fast Fourier Transform (NFFT)
Introduced two new packages: - AbstractNFFTs - CuNFFT
Your
Note that the guidelines are only required for the pull request to be merged automatically. However, it is strongly recommended to follow them, since otherwise the pull request needs to be manually reviewed and merged by a human. After you have fixed the AutoMerge issues, simple retrigger Registrator, which will automatically update this pull request. You do not need to change the version number in your If you do not want to fix the AutoMerge issues, please post a comment explaining why you would like this pull request to be manually merged. Since you are registering a new package, please make sure that you have also read the package naming guidelines: https://julialang.github.io/Pkg.jl/dev/creating-packages/#Package-naming-guidelines-1 If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text |
UUID: 7f219486-4aa7-41d6-80a7-e08ef20ceed7 Repo: https://github.com/tknopp/NFFT.jl.git Tree: b912f20e4a10045fca38685237b21c870f026b81 Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec
5e246ce
to
1762a40
Compare
[noblock] The naming distance is unavoidable. AbstractNFFTs is a sister package to AbstractFFTs but it targets the non equidistant FFT, which AbstractFFTs will not capture. The package AbstractNFFTs will allow NFFT.jl and NFFT3.jl to use a common interface. |