Skip to content

Commit 9aaa9d1

Browse files
committed
Bump version to 0.9.0
1 parent ab0ce74 commit 9aaa9d1

3 files changed

Lines changed: 892 additions & 862 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
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

src/detectorist/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.2"
1+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)