Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@LudoBar LudoBar released this 20 Jun 08:02
· 2 commits to main since this release

New features:

  • OpenCV 4.8.1
  • Add I/O information in JSON export for workflow introspection
  • Add feature to expose task parameters at workflow level
  • Add feature to expose task outputs at workflow level
  • Add RGB <-> RGBA conversion option in ocv_color_conversion algorithm
  • Add environment variable (IKOMIA_AUTO_COMPLETION) to set auto-completion ON/OFF

Improvements:

  • Manage log status (info, warning, error) for Python
  • Manage RGBA source image
  • Indicate Python version in workflow JSON file
  • Non string values can be passed to Workflow::set_parameters()
  • Forward exception callstack when algorithm failed to load (#33)
  • Avoid double algorithm instantiation while loading workflow

Bug fixes:

  • Kernel size limit for StackBlur and BoxFilter algorithms
  • Handle empty mask for semantic segmentation output
  • Register CDatasetIO in I/O factory
  • Handle alpha channel for base 64 image conversion
  • Circular imports
  • ...