v0.8.1
github-actions
released this
12 Apr 17:10
·
1073 commits
to master
since this release
KomaMRI v0.8.1
Merged pull requests:
- Add GPU tested compatibility in documentation (#300) (@beorostica)
- Update codecov to consider all subdirectories (#303) (@beorostica)
- read and store signature in seq.DEF["signature"] (#313) (@aTrotier)
- Fixes for no gradients in seq file. (#314) (@curtcorum)
- KomaMRIFiles: RF phase read with the opposite sign from Pulseq (#315) (@beorostica)
- Hot fix empty grad (#316) (@beorostica)
- Hot version updates (#317) (@beorostica)
- Upsample phantoms (#319) (@curtcorum)
- Incorrect gradient interpretation when waveforms do not end in zero (#321) (@beorostica)
- Remove deprecation warning for sort function (#327) (@beorostica)
- Fix colormap bug when ploting phantom maps (#330) (@beorostica)
- Remove air tissue from pelvis phantom example (#331) (@beorostica)
- Refactor moment functions (#332) (@beorostica)
- CI: Set up Dependabot to auto-update pinned GitHub Actions (#336) (@DilumAluthge)
- CI: Update
codecov-action
to v4.1.1, and pass the organization-wideCODECOV_TOKEN
secret (#337) (@DilumAluthge) - CI: Add a manual (
workflow_dispatch
) trigger for CompatHelper; also don't run CompatHelper on PRs (#338) (@DilumAluthge) - Bump actions/checkout from 3 to 4 (#340) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#341) (@dependabot[bot])
- Anisotropic Phantoms (#342) (@curtcorum)
- Add an example Buildkite pipeline file (#344) (@DilumAluthge)
- Julia formatter (#369) (@cncastillo)
- Update Docs (#370) (@beorostica)
Closed issues:
- Incorrect interpretation of time shaped RFs (#200)
- Empty sequence adds an undesired block (#203)
- Unnecessary samples are considered when concatenating sequences (#205)
- Resolve Circular Dependencies in Tests Environments (#237)
- Google Summer of Code (GSoC) (#243)
- Refactor functions for computing moments (#268)
- Compatible, tested or recommended julia versions for CPU and GPU? (#295)
- Default simulate fails after clean install of KomaMRI version 0.7.5 (#298)
- MRIReco.jl v0.8.0 incorrect initialization with multiple threads (#299)
- Update codecov to consider new subpackages (#302)
- Reduce spins for pelvis Phantom (#306)
- Interpretation of '.seq' files is not matching with sequence designed on PyPulseq (#320)
- Warning:
sort(d::Dict; args...)
is deprecated, usesort!(OrderedDict(d); args...)
instead. (#326) - Can't define colormap ranges when plotting phantom object (#328)
- [BUG] CodeCov Not Working (#335)
- Refactor get_Mk to compute 't' and 'tadc' more efficiently (#345)
- Performance improvements for plot_seq (function and UI) (#365)