Skip to content

v0.1.1

Choose a tag to compare

@MaximeLeMagicien MaximeLeMagicien released this 28 Mar 02:40
· 3 commits to main since this release
c896017

Version 0.1.1

Key elements of this release

  • Removed usage of deprecated packages (PyExecJS)
  • Added new dependant package (JSPyBridge)
  • Added Windows 11 compatibility
  • Extended compatibility to python versions between 3.9 and 3.12 !
  • Added metadata to the mat file created. Contents :
    • software
    • analyser
    • detector
  • Added function convertFile which converts directly the mzData file into matlab file without calling mzDataXMLread and saveMatfile separatly.
  • Created the errors module which contains the possible exceptions.
  • Added debug elements to the CLI (mzdata2mat-verify) which prints into the console the verify status.
  • Reduced package's size
  • New documentation available on mzdata2mat.readthedocs.io. Go check it out !
  • Various improvements & bug fixes