File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ unreleased ]
3+ ## [ 0.9.0 ] - 2026-03-10
44### Added
5- - Initial support for using segmentation models.
6- - Implement model update mechanism.
5+ - Add support for instance segmentation. Three new models are included:
6+ - Fish Segmentation
7+ - Apoidea Segmentation
8+ - Generic Instance Segmentation
9+ - The model manager now detects when an older version of a model is installed and marks it as outdated, with an option to download the newer version.
710### Changed
11+ - Model names in the combo box no longer include the release date. It is still shown in the model manager.
812- [ Dev] Refactor model management code.
13+ - [ Dev] Rename generated Qt UI files to the ` ui_* ` convention.
914- [ Dev] QRC omit per-file timestamps for reproducible builds.
1015- [ Dev] Upgrade dependencies.
1116
Original file line number Diff line number Diff line change 1- __version__ = "0.8.2 "
1+ __version__ = "0.9.0 "
You can’t perform that action at this time.
0 commit comments