Skip to content

Releases: wtclarke/nifti_mrs_tools

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.

V0.1.5

22 Mar 17:13
Compare
Choose a tag to compare

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

18 Jan 12:04
Compare
Choose a tag to compare

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

17 Jan 10:22
Compare
Choose a tag to compare

0.1.3 (Tuesday 17th January 2023)

  • Increment definitions to match NIfTI-MRS Standard V0.7
  • Typos in definitions

V0.1.2

12 Jan 11:01
Compare
Choose a tag to compare

0.1.2 (Thursday 12th January 2023)

  • Add option to prevent conjugation with numpy data. For spec2nii compatibility.

V0.1.1

11 Jan 16:51
Compare
Choose a tag to compare

0.1.1 (Wednesday 11th January 2023)

  • Make compliant with NIfTI-MRS V0.6

V0.1.0

09 Jan 21:11
Compare
Choose a tag to compare

0.1.0 (Monday 9th January 2023)

  • First full release
  • Update README
  • Generate DOI

V0.0.8

09 Jan 19:58
Compare
Choose a tag to compare

0.0.8 (Monday 9th January 2023)

  • Manual documentation build in CI.