Skip to content

Commit

Permalink
Merge pull request #39 from MagneticResonanceImaging:release-0.8.0
Browse files Browse the repository at this point in the history
New version: v0.8.0
  • Loading branch information
JakobAsslaender authored Jun 25, 2024
2 parents 291f36b + 3b5f5cf commit ae488c3
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MRFingerprintingRecon"
uuid = "f4798e02-a7e0-47f5-a571-12dd775704d3"
authors = ["Jakob Asslaender <[email protected]>"]
version = "0.7.1-DEV"
version = "0.8.1-DEV"

[deps]
ExponentialUtilities = "d4d017d3-3776-5f7e-afef-a10c40355c18"
Expand All @@ -12,9 +12,9 @@ MRICoilSensitivities = "c57eb701-aafc-44a2-a53c-128049758959"
NFFT = "efe261a4-0d2b-5849-be55-fc731d526b0d"
NFFTTools = "7424e34d-94f7-41d6-98a0-85abaf1b6c91"
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"

[compat]
ExponentialUtilities = "1"
FFTW = "1.5"
LinearAlgebra = "1.7"
LinearOperators = "2"
Expand Down
1 change: 0 additions & 1 deletion src/MRFingerprintingRecon.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ using NFFT
using NFFTTools
using MRICoilSensitivities
using LinearOperators
using SplitApplyCombine
using ExponentialUtilities

export NFFTNormalOp, calcCoilMaps, calculateBackProjection, kooshball, kooshballGA, calcFilteredBackProjection
Expand Down
1 change: 0 additions & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NFFT = "efe261a4-0d2b-5849-be55-fc731d526b0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1 change: 0 additions & 1 deletion test/backprojection_cart.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ using LinearAlgebra
using IterativeSolvers
using FFTW
using NFFT
using SplitApplyCombine
using Test

##
Expand Down
1 change: 0 additions & 1 deletion test/grog_precalc_shift.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ using LinearAlgebra
using IterativeSolvers
using FFTW
using NFFT
using SplitApplyCombine
using Test

##
Expand Down
1 change: 0 additions & 1 deletion test/grog_recon.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ using LinearAlgebra
using IterativeSolvers
using FFTW
using NFFT
using SplitApplyCombine
using Test

## set parameters
Expand Down
1 change: 0 additions & 1 deletion test/grog_spoke_shift.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ using LinearAlgebra
using IterativeSolvers
using FFTW
using NFFT
using SplitApplyCombine
using Test

using Random
Expand Down

0 comments on commit ae488c3

Please sign in to comment.