Skip to content

Commit

Permalink
New version: NFFT v0.6.0 (#26035)
Browse files Browse the repository at this point in the history
UUID: efe261a4-0d2b-5849-be55-fc731d526b0d
Repo: https://github.com/tknopp/NFFT.jl.git
Tree: d0e6b67f38c70e3ad0185a6fa090a9a6aa631576

Registrator tree SHA: e934b8c55381f28735124f23e8f7e96d09b20416
  • Loading branch information
JuliaRegistrator authored Dec 8, 2020
1 parent 2798ef0 commit 2a42cea
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
12 changes: 10 additions & 2 deletions N/NFFT/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,20 @@ SpecialFunctions = "0.0.0 - 0.8"
FFTW = "0.0.0 - 1"
julia = "1"

["0.5"]
julia = ["0.7", "1"]

["0.5-0"]
FFTW = ["0.2", "1"]
julia = ["0.7", "1"]

["0.5.0"]
SpecialFunctions = "0.8"

["0.5.1-0"]
["0.5.1-0.5"]
SpecialFunctions = ["0.8", "0.10"]

["0.6-0"]
CUDA = "2.3.0-2"
Graphics = ["0.4", "1"]
SpecialFunctions = ["0.8", "0.10", "1"]
julia = "1.3.0-1"
4 changes: 4 additions & 0 deletions N/NFFT/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
["0.4-0"]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

["0.6-0"]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Graphics = "a2bd30eb-e257-5431-a919-1863eab51364"
3 changes: 3 additions & 0 deletions N/NFFT/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ git-tree-sha1 = "0bfa967db8a608ee5efdff31b466ea9488c4462d"

["0.5.2"]
git-tree-sha1 = "6b57f03a91036f2beb42d3817920ad3d6ec0e509"

["0.6.0"]
git-tree-sha1 = "d0e6b67f38c70e3ad0185a6fa090a9a6aa631576"

0 comments on commit 2a42cea

Please sign in to comment.