----------------------------------- - Handle different time units in nifti header for dwelltime (with thanks to Septem). - Handle singleton coil dimensions with `mrs_tools vis` (with thanks to Septem).
1.3.2
----------------------------------- - Better visualisation using `mrs_tools vis` for data containing ISIS, metabolite cycling or editing. - Dimension tags can now be set to `None` to remove trailing singleton dimension.
1.3.1
-------------------------------- - Drop support for python 3.8. Testing extended to python 3.12 and 3.13. - Fix compatibility issue with nibabel > 5.3
1.3.0
-------------------------------- - Added `--full-hdr` argumet to `mrs_tools info` which enables printing of the full header extension. - Improved NIfTI-MRS object inspection in python interface. - Added `.plot()` method to `NIFTI_MRS` objects. This matches the behaviour of `mrs_tools vis`. - Update definitions to NIfTI-MRS V0.10
1.2.1
------------------------------- - Removed unnecessary file accidentally included in distribution. PR25. Thanks to Ben Beasley. - Fixed encoding error bug on import when using FSL-MRS. PR26. Thanks to Donnie Cameron.
1.2.0
----------------------------- - When reading files any user defined parameters without a description will print a warning to the user and generate an empty description key. - The package now automatically includes the machine-readable JSON formatted definitions file from V0.9 of the [official standard](https://github.com/wtclarke/mrs_nifti_standard). - Better handling of numbers as either `floats` or `ints` to allow for variable implementations of JSON libraries across packages.