Version 2.0.0 - RodentDataAnalytics/mwm-ml-gen GitHub Wiki

Synopsis

Major Changes

  • The program can now read TXT files apart from XLSX and CSV.
  • The user now has the ability to specify the generated figures' properties (font, text size, line width) and the figures' export format.
  • Both Windows and MAC installer.

Minor Changes

  • Some more Waitbars are added.
  • p-values, confusion matrix and transition probabilities are now exported automatically to a TXT files.

Bugs and issues fixed

Fix an issue where some features had NaN values (issue: https://github.com/RodentDataAnalytics/mwm-ml-gen/issues/34) Figures are now generated correctly (issue https://github.com/RodentDataAnalytics/mwm-ml-gen/issues/38)

Details

TXT file support

Later versions of Ethovion do not have the option of exporting the trajectory data in CSV format, but only in Excel (.*xlsx) and Text (.*txt). For this reason the support of TXT format is also introduced.

Figure Configurations

The user now has the ability to specify the generated figures' properties (font, text size, line width) and the figures' export format. Available export formats: fig, jpeg, png, eps, svg, pdf, bmp, tif.

About MAC Release

  • The MAC release does not include the console window. The user needs to see the generated text files for the numerical values (p-values, confusion matrix, transition probabilities).

  • The MAC release cannot read and parse EXCEL files. Users are advised to use TXT and CSV file format on MACs.