Releases: JuliaHealth/KomaMRI.jl
Releases · JuliaHealth/KomaMRI.jl
v0.3.6
MRIsim v0.3.6
v0.3.5
MRIsim v0.3.5
v0.3.4
MRIsim v0.3.4
v0.3.3
MRIsim v0.3.3
Merged pull requests:
v0.3.2
MRIsim v0.3.2
Closed issues:
- Permission error when trying to write temporary files (#8)
Merged pull requests:
- CompatHelper: add new compat entry for CSV at version 0.8, (keep existing compat) (#9) (@github-actions[bot])
- CompatHelper: add new compat entry for FileIO at version 1, (keep existing compat) (#10) (@github-actions[bot])
- CompatHelper: add new compat entry for PackageCompiler at version 1, (keep existing compat) (#11) (@github-actions[bot])
- CompatHelper: add new compat entry for Interpolations at version 0.13, (keep existing compat) (#12) (@github-actions[bot])
- CompatHelper: add new compat entry for ProgressLogging at version 0.1, (keep existing compat) (#13) (@github-actions[bot])
- CompatHelper: add new compat entry for CUDA at version 3, (keep existing compat) (#14) (@github-actions[bot])
- CompatHelper: add new compat entry for AssetRegistry at version 0.1, (keep existing compat) (#15) (@github-actions[bot])
- CompatHelper: add new compat entry for PlotlyJS at version 0.18, (keep existing compat) (#16) (@github-actions[bot])
- CompatHelper: add new compat entry for ProgressMeter at version 1, (keep existing compat) (#17) (@github-actions[bot])
- CompatHelper: add new compat entry for Parameters at version 0.12, (keep existing compat) (#18) (@github-actions[bot])
- CompatHelper: add new compat entry for LinearOperators at version 2, (keep existing compat) (#19) (@github-actions[bot])
- CompatHelper: add new compat entry for LaTeXStrings at version 1, (keep existing compat) (#20) (@github-actions[bot])
- CompatHelper: add new compat entry for Interact at version 0.10, (keep existing compat) (#21) (@github-actions[bot])
- CompatHelper: add new compat entry for JLD2 at version 0.4, (keep existing compat) (#22) (@github-actions[bot])
- CompatHelper: add new compat entry for Distributions at version 0.25, (keep existing compat) (#23) (@github-actions[bot])
- CompatHelper: add new compat entry for Blink at version 0.12, (keep existing compat) (#24) (@github-actions[bot])
- CompatHelper: add new compat entry for Ipopt at version 0.7, (keep existing compat) (#25) (@github-actions[bot])
- CompatHelper: add new compat entry for Documenter at version 0.27, (keep existing compat) (#26) (@github-actions[bot])
- CompatHelper: add new compat entry for BenchmarkTools at version 1, (keep existing compat) (#27) (@github-actions[bot])
- CompatHelper: add new compat entry for TensorOperations at version 3, (keep existing compat) (#28) (@github-actions[bot])
- CompatHelper: add new compat entry for FFTW at version 1, (keep existing compat) (#29) (@github-actions[bot])
- CompatHelper: add new compat entry for MAT at version 0.10, (keep existing compat) (#30) (@github-actions[bot])
- CompatHelper: add new compat entry for Mux at version 0.7, (keep existing compat) (#31) (@github-actions[bot])
- CompatHelper: add new compat entry for Images at version 0.24, (keep existing compat) (#32) (@github-actions[bot])
- CompatHelper: add new compat entry for JuMP at version 0.21, (keep existing compat) (#33) (@github-actions[bot])
- CompatHelper: add new compat entry for MathOptInterface at version 0.9, (keep existing compat) (#34) (@github-actions[bot])
Overall improvements
Initial alpha release
This is a package under active development, this release is only to show basic working examples.
This package uses Julia 1.4.0. To run a basic example:
] #Opening package manager
(@v1.4) pkg> add https://github.com/cncastillo/MRIsim.jl
julia> using MRIsim
julia> SpinLab()