v2.3.1
Added:
- Added a keyword argument
low_q
tocustomtune
to enable tuning with low Q-values (default:low_q=False
). - Added a keyword argument
auto_gf
tosetTemperature
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
andget_param
methods ofXeprData
. Use thepars
attribute and with dictionary type access instead.