Skip to content

ENH: Changing Expression Support

Expressions are now associated to the entire ValueItem instead of on a per element basis. I/O and GUI classes have been modified to support this change.

Also fixed the following issues:

  • Reading in SBI Files had a bug when dealing with Items that supported Expressions but where unset.
  • There was an issue when reverting from an expression to an unset value, the GUI would sometimes show a false set value of 0 which would then be corrected on the next refresh.

Merge request reports