New features:
- Output aggregation for video processing workflow
- Handle webm and mkv video format
- Add a save path attribute for all I/O, useful for retrieving aggregated results from video processing
- Add task and workflow method to handle long time initialization separately (model downloading, model compiling)
Improvements:
- Performance improvement when retrieving compatible algos from Ikomia HUB
- Update dependencies: numpy >=1.26.4, mlflow==2.20.1
- Set compact mode for all JSON-based I/O export
- Add JSON export format for all compatible I/O
Bug fixes:
- Add missing load/save functions for CJsonIO
- Conversion Numpy <-> cv::mat (preparing Python 3.12 / 3.13)