Skip to content

Releases: JuliaHealth/KomaMRI.jl

v0.3.6

10 Dec 21:39
Compare
Choose a tag to compare

MRIsim v0.3.6

Diff since v0.3.5

v0.3.5

23 Nov 15:25
Compare
Choose a tag to compare

MRIsim v0.3.5

Diff since v0.3.4

v0.3.4

21 Oct 20:32
Compare
Choose a tag to compare

MRIsim v0.3.4

Diff since v0.3.3

v0.3.3

14 Sep 15:01
4b67c44
Compare
Choose a tag to compare

MRIsim v0.3.3

Diff since v0.3.2

Merged pull requests:

  • CompatHelper: bump compat for MathOptInterface to 0.10, (keep existing compat) (#36) (@github-actions[bot])
  • CompatHelper: bump compat for CSV to 0.9, (keep existing compat) (#37) (@github-actions[bot])

v0.3.2

07 Sep 19:56
1c3d4a0
Compare
Choose a tag to compare

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

21 Jan 21:24
Compare
Choose a tag to compare
Pre-release

GPU and CPU parallelization, Display.jl functions changed to use PlotlyJS backend, SpinLab GUI improvements, and more.

Small fixes in Docs.

Changed to Julia 1.6 beta.

Initial alpha release

22 Jun 17:27
Compare
Choose a tag to compare
Initial alpha release Pre-release
Pre-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()