Skip to content

Releases: Ikomia-dev/IkomiaStudio

v0.16.1

13 Mar 16:00

Choose a tag to compare

Bug fixes:

  • Ensure retro-compatibility following path change for module datadictIO in Ikomia API
  • Update default versions

v0.16.0

12 Mar 08:23

Choose a tag to compare

New features:

  • Add C++ I/O for text streaming (TextStreamIO based on C++ CTextStreamIO)

Improvements:

  • Qt 6
  • GDCM 3.2
  • Matplotlib backend selection for display module

Bug fixes:

  • Semantic version comparison to check plugin compatibility
  • Avoid GIL release with undefined state

v0.15.0

04 Nov 15:23

Choose a tag to compare

New features:

  • Add minimum hardware configuration for workflows and algorithms

Improvements:

  • Numpy >= 2
  • VTK 9.5.0
  • OpenCV 4.12.0

Bug fixes:

  • Manage EXIF rotation and alpa channel
  • mlflow artifact and store URI scheme

v0.14.0

06 May 08:08

Choose a tag to compare

Installer no longer provides CUDA-enabled build of OpenCV. This considerably reduces installer size and software disk usage.

New features:

  • Output aggregation for video processing workflow
  • Handle webm and mkv video format

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)

v0.13.0

13 Dec 10:58

Choose a tag to compare

New features:

  • Add 3D points for keypoints detection

Improvements:

  • Enable parameters initialization at task instantiation (not just after)
  • infer_mmlab_pose_estimation: integration of RTMW3D algorithm

Bug fixes:

  • Deep copy of task parameters objects

0.12.0

29 Oct 14:55

Choose a tag to compare

New features:

  • Feature to enable/disable workflow task for running
  • VTK 3D viewer
  • New HUB algorithms:
    • infer_ddcolor_colorisation
    • infer_owl_v2
    • infer_yolo_v9_seg, train_yolo_v9_seg
    • infer_depth_anything_v2
    • infer_florence_2_caption, infer_florence_2_ocr, infer_florence_2_detection, infer_florence_2_segmentation
    • infer_segment_anything_2
    • infer_rembg
    • infer_flux_1 (schnell)
    • infer_finegrain_segmenter
    • infer_donut

Improvements:

  • Manage EXIF metadata (orientation)
  • Content-type header in http request

Bug fixes:

  • Color mismatch in semantic segmentation tasks
  • Class labels overflow in semantic segmentation IO
  • Unhandled exception when reloading erroneous plugin

0.11.1

02 Jul 08:53

Choose a tag to compare

Bug fixes:

  • Regression in dataset loaders

v0.11.0

20 Jun 08:01

Choose a tag to compare

New features:

  • Embedded interpreter upgrade to Python 3.10
  • OpenCV 4.8.1
  • CUDA 11.8
  • Add feature to edit workflow information
  • Add feature to install algorithm requirements manually (#28)
  • Add feature to expose task parameters at workflow level
  • Add feature to expose task outputs at workflow level

Improvements:

  • Keep current parameters values when reloading algorithms in a workflow
  • Algorithm documentation window
  • Zoom sensitivity in image view

Bug fixes:

  • Keep local algorithms up to date in HUB view (#23)
  • Image format filter in the open image dialog (#26)
  • ...

v0.10.0

04 Oct 16:26

Choose a tag to compare

This release marks the transition to the new Ikomia Scale platform. This platform includes a new version of Ikomia HUB with more insights on how to use every algorithms with this API.

New features:

  • Switch to new Ikomia HUB from Ikomia Scale platform
  • Add get algorithms from public and private HUBs
  • Add possibility to push algorithms to private HUB
  • Add to publish private algorithms to public HUB
  • Add possibility to push workflows to Ikomia Scale
  • Token-based authentication for private HUB

Improvements:

  • Add polygons output for instance and semantic segmentation algorithms
  • Improve speed of auto-completion system (ik module)
  • Algorithm template includes a markdown readme
  • Display markdown readme in algorithm details

Bug fixes:

  • Missing Python binding for CInstanceSegIO::is_data_available()
  • Windows: fix download function with correct path separators
  • Avoid creating MLFlow experiment in training algorithm constructor
  • Paint issue in Ikomia HUB view
  • ...

v0.9.1

20 Jul 07:40

Choose a tag to compare

Improvements:

  • Update Python algorithm template
  • Update iconography according to new Ikomia branding
  • Manage overlay mask while exporting image or video results (#17)

Bug fixes:

  • Fix upper case extension for image and video files (#8)
  • Fix default app icon for all child windows
  • Fix graphics information not cleared in video processing (#16)
  • Fix I/O retrieval for composite I/O like object detection I/O, instance segmentation I/O, ... (#18)
  • Update Crashpad server URL
  • ...