Skip to content

Releases: wtclarke/nifti_mrs_tools

1.3.3

08 Nov 18:12
Compare
Choose a tag to compare

1.3.3 (Friday 8th November 2024)

  • 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

24 Oct 08:10
Compare
Choose a tag to compare

1.3.2 (Wednesday 23rd October 2024)

  • 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

21 Oct 14:02
Compare
Choose a tag to compare

1.3.1 (Monday 21st October 2024)

  • 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

26 Jun 13:16
Compare
Choose a tag to compare

1.3.0 (Wednesday 26th June 2024)

  • 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

04 Apr 10:20
Compare
Choose a tag to compare

1.2.1 (Thursday 4th April 2024)

  • Removed unnecessary file accidentally included in distribution. PR#25. Thanks to Ben Beasley.
  • Fixed encoding error bug on import when using FSL-MRS. PR#26. Thanks to Donnie Cameron.

1.2.0

01 Apr 20:35
Compare
Choose a tag to compare

1.2.0 (Monday 1st April 2024)

  • 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.
  • Better handling of numbers as either floats or ints to allow for variable implementations of JSON libraries across packages.

1.1.1

06 Dec 20:01
Compare
Choose a tag to compare

1.1.1 (Wednesday 6th December 2023)

  • Validator checks consistency of any SpectralWidth header extension value with the dwell time in pixdim[4].

1.1.0

06 Dec 15:29
Compare
Choose a tag to compare

1.1.0 (Wednesday 6th December 2023)

  • Update definitions to NIfTI-MRS V0.8
  • Fixes issue with displaying spectra with a singleton dimension
  • Code spelling changes.

1.0.2

28 Jul 08:53
Compare
Choose a tag to compare

1.0.2 (Friday 28th July 2023)

  • Bugfix release for NIfTI-MRS header extension validator.

1.0.1

28 Jul 07:44
Compare
Choose a tag to compare

1.0.1 (Friday 28th July 2023)

  • Ensure that the xyzt_units header is correctly set to (mm, s).
  • Validation on creation of a NIfTI-MRS object can now be turned off.
  • Python 3.7 is now in end of life status and is no longer supported.