Skip to content

Major overhaul

Compare
Choose a tag to compare
@thiippal thiippal released this 10 Jul 19:31
· 10 commits to main since this release
1fb0a44
  • A massive update and overhaul of documentation, which can be now found under examples.

This release includes several breaking changes:

  • The following pre-defined interfaces have been removed: AddOutlines, LabelledSegmentationVerification, FixImageSegmentation, MulticlassVerification and LabelledSegmentationVerificationNoCheckbox.
    • The same functionalities are now implemented in fewer interfaces with additional components that may be invoked through the YAML configuration file.
  • The Forward Action has been reworked.
    • The variable name containing the incoming data must now be defined under the key data, whereas the actions for processing incoming data are defined under the key on_result.
    • The top-level key messages must be included for any outputs that reject or accept assignments. These messages are added to the assignments so that the workers can know why their work was accepted or rejected.
  • The VerifyPolygon Action now uses the top-level key data to define the variable that contains the polygons to be verified.
  • The Verify Action has been dropped. The same functionality can be found in the Forward Action.