Version Compatibility#

  • 0.10.0

    • 0.9.1: L1 - Fully compatible.

      • ELUnsuperSegmentation: L4 - Upgrade training and inference performance. Note that you should retrain your model after upgrading the tool.

      • Gauge: L4 - Added a new input image_info to this tool, allowing users to access extra image information inside Gauge pipeline. Existing Gauge tools, if having their image input connected to an Input tool, will automatically have their image_info connected to the same Input tool’s image_info output. Changed the rule to determine if a solving script is a function call or an expression. Now, a solving item will be treated as function name only when it has no condition, no ${} mark, and one or more arguments. Existing solving script with no condition, ${} mark nor argument will have a () appended to make it a expression of function call.

      • ViewTransformer: L3 - Add ‘name’ attribute in the view transformer parameter, used to set the transformed view name.