**New features**:
- New algorithms from the Ikomia HUB: YoloV7, Open MMlab object detection, SparseInst (training and inference)
- Add filtering tasks for object detection, instance segmentation and semantic segmentation
- Add display for text data (Python data dict output for example)
- Add feature to blacklist Python packages that confict with Ikomia built-in packages
- Manage new workflow I/O: object detection, instance segmentation, semantic segmentation
- Add automatic I/O conversion between different types (ex: object detection output -> graphics input)
**Improvements**:
- Manage compilation architecture for C++ algorithms from Ikomia HUB
**Bug fixes**:
- Disable Tensorboard auto-start to avoid algorithm installation failure
- ...