Skip to content

v2.3.2

Compare
Choose a tag to compare
@samschott samschott released this 12 Jul 13:32
· 312 commits to master since this release

Fixes a critical errors when saving XeprData to DSC files.

Added:

  • Allow configuration of a custom SMTP server for email notifications in the config file
    '~/.CustomXepr/CustomXepr.ini'.
  • Save the standard error from fitting the Q-Value as a new parameter 'QValueErr' in the
    DSC file, if available.

Changed:

  • Improved the usefulness of some log messages.
  • Keep measurement logs for 356 days instead of 7 days.

Fixed:

  • Fixed a bug in XeprData which would save y-axis and z-axis data files with the wrong
    byte-order. Ordinate data and x-axis data was not affected. Xepr expects data files to
    be save with little-endian byte-order.
  • Fixed a bug in XeprData when saving the 'PolyCof' parameter or other array data to
    DSC files: The array shape would be incorrectly saved in the header (with row and
    column numbers swapped).
  • Fixed a deadlock when removing an item from the result queue.
  • Fixed an issue where the job status icons might not update until the user clicks on the
    CustomXepr window.