Skip to content

v2.3.1

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

Added:

  • Added a keyword argument low_q to customtune to enable tuning with low Q-values (default: low_q=False).
  • Added a keyword argument auto_gf to setTemperature to disable or enable automatic gasflow control (default: auto_gf=True).
  • Added an keyword argument to heater_target to select a custom heater target file.
  • Double click on a result item in the GUI to plot it.
  • Enable editing of ordinate data in XeprData instance.

Changed:

  • Simplified access and modification of XeprData paramaters. Parameters can now be updated by assigning a value to their dictionary entry.
  • Updated default heater target table for MercuryITC.
  • Delete log files older than 7 days on startup.
  • Removed all Qt related depencies from non-GUI modules. This makes it easier to run CustomXepr in headless mode from the command line.

Removed:

  • Deprecated set_param and get_param methods of XeprData. Use the pars attribute and with dictionary type access instead.