From 7c306a4423fd363bae2fba6702d4ead182524819 Mon Sep 17 00:00:00 2001 From: Holden Date: Sat, 13 Jun 2026 15:44:51 +0000 Subject: [PATCH] chore: bump version to 0.3.3, update changelog and lockfile Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1516749..a23d354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.3] - 2026-06-13 + +### Fixed + +- **`MIN_FACE_WIDTH` default raised from 50 → 90px**: 50px crops produce 2,500–4,225 total pixels, well below Frigate's own camera capture range of 16k–50k px. 90px guarantees ≥8,100 total pixels even when face margins are fully clipped by image edges, keeping winnow training crops above the floor Frigate considers useful. + ## [0.3.2] - 2026-06-13 ### Added diff --git a/pyproject.toml b/pyproject.toml index f6537b8..fa16cc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "winnow" -version = "0.3.2" +version = "0.3.3" description = "Selects diverse, high-quality photos from Immich as training data for Frigate face recognition and object classification." license = "AGPL-3.0-or-later" requires-python = ">=3.13" diff --git a/uv.lock b/uv.lock index 170881b..db79fd2 100644 --- a/uv.lock +++ b/uv.lock @@ -2348,7 +2348,7 @@ wheels = [ [[package]] name = "winnow" -version = "0.3.2" +version = "0.3.3" source = { editable = "." } dependencies = [ { name = "croniter" },