Releases: wtclarke/nifti_mrs_tools
Releases · wtclarke/nifti_mrs_tools
V1.0.0
1.0.0 (Friday 7th July 2023)
- Major version increment due to breaking API changes.
- Under the hood rework of the validator and how the main classes handle dimensionality.
- Reordering should better handle dim_N_header fields.
- Validation is now much stricter.
V0.1.7
0.1.7 (Friday 31st March 2023)
- Added
--newaxis
option to mrs_tools merge
allowing the user to merge files along a previously non-existant dimension (without using reorder
first).
V0.1.6
0.1.6 (Thursday 30th March 2023)
- Added
mrs_tools reshape
option to allow Numpy-style reshaping of higher dimensions.
V0.1.5
0.1.5 (Wednesday 22nd March 2023)
- Fixed
mrs_tools vis
with --display_dim
option as the last dimension
- Fixed
mrs_tools vis
ppm limit not being applied to MRSI code.
V0.1.4
0.1.4 (Tuesday 17th January 2023)
- Fixed a bug in NIFTI_MRS.copy() when reducing dimensionality
- Fixed type of ProcessingApplied key in definitions
- Fixed bug in hdr_ext dimensions when creating NIFTI_MRS from NIFTI_MRS
- Added utility members to NIFTI_MRS class
V0.1.3
0.1.3 (Tuesday 17th January 2023)
- Increment definitions to match NIfTI-MRS Standard V0.7
- Typos in definitions
V0.1.2
0.1.2 (Thursday 12th January 2023)
- Add option to prevent conjugation with numpy data. For spec2nii compatibility.
V0.1.1
0.1.1 (Wednesday 11th January 2023)
- Make compliant with NIfTI-MRS V0.6
V0.1.0
0.1.0 (Monday 9th January 2023)
- First full release
- Update README
- Generate DOI
V0.0.8
0.0.8 (Monday 9th January 2023)
- Manual documentation build in CI.