Skip to content

Releases: wtclarke/nifti_mrs_tools

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.

V1.0.0

07 Jul 11:00
Compare
Choose a tag to compare

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

02 Apr 16:04
Compare
Choose a tag to compare

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

30 Mar 13:31
Compare
Choose a tag to compare

0.1.6 (Thursday 30th March 2023)

  • Added mrs_tools reshape option to allow Numpy-style reshaping of higher dimensions.