flan and Claude Sonnet 4.6
61204c2eca
chore: bump version to 0.2.0, write full changelog
...
- pyproject.toml: version 0.1.0 → 0.2.0
- CHANGELOG.md: full [0.2.0] entry covering all changes since the fork —
headless operation, Docker/scheduling, object mode, people filtering,
quality controls, CI/CD, tests, docs, and all bug fixes
- uv.lock: regenerated after version bump
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-12 01:32:18 +00:00
flan and Claude Sonnet 4.6
eea7baa19f
refactor: rename project to winnow
...
- Rename Python package directory if_curator/ → winnow/
- Update all imports, entry points, and CLI references
- Update pyproject.toml: name, scripts, package list, repository URL
- Update Dockerfile, compose.yml, entrypoint.sh, scheduler.py
- Update GitHub Actions workflow image names
- Update README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-12 01:07:46 +00:00
flan and Claude Sonnet 4.6
ed8487807b
chore: establish authorship — Holden Salomon
...
- LICENSE: add copyright line for Holden Salomon (retain original)
- pyproject.toml: update authors to Holden Salomon <holden@arch.fyi >
- README: lead with what the software does rather than fork attribution;
merge split env var tables into one unified reference; add lint/test
badges; move attribution to footer
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-12 01:00:17 +00:00
flan and Claude Sonnet 4.6
eedbd3180a
fix: resolve all linting errors, add tests, bump base image
...
Linting (ruff):
- cli.py: sort relative imports (I001)
- jobs.py: remove unused get_people import (F401), wrap long line (E501)
- executor.py: remove unused success variable (F841), wrap 4 long lines (E501)
Tests (24 passing):
- tests/test_config.py: config singleton defaults + env var overrides
- tests/test_upload_tracker.py: mark/filter/reset/summary logic
- tests/test_immich_api.py: filter_recent_assets date boundary cases
- tests/test_jobs.py: _resolve_strategy with LIMIT env var and fallbacks
- pyproject.toml: add [tool.pytest.ini_options] testpaths=["tests"] so
pytest doesn't scan .venv in CI
Security:
- Dockerfile: bump CUDA base from 12.6.3 to 12.9.2 to pick up patched
Ubuntu packages (fixes Dependabot low-severity alert)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-12 00:42:38 +00:00
flan
a04d1a5d9b
fix: force onnxruntime-gpu over CPU + preload CUDA DLLs
2026-06-11 10:34:31 -04:00
flan
dac2bc8242
fix: revert to CUDA 12.6 base for onnxruntime-gpu compatibility
2026-06-11 10:00:51 -04:00
flan
b0ee06ee51
fix: revert to CUDA 12.6 base for onnxruntime-gpu compatibility
2026-06-11 09:59:53 -04:00
root
30d7d79873
automated update: 2026-06-11 08:22:00
2026-06-11 08:24:45 -04:00
root
54960a0229
automated update: 2026-06-11 00:34:20
2026-06-11 00:34:20 -04:00
root
7210df27c8
automated update: 2026-06-10 23:50:06
2026-06-10 23:50:06 -04:00
root
4670ad2646
automated update: 2026-06-10 23:27:48
2026-06-10 23:27:48 -04:00
Holden
8e253dc991
fix: add README.md to COPY, move croniter to deps, remove readme field
2026-06-10 22:50:25 -04:00
Holden
b16488b771
fix: switch to cu126 index, move torch to [object] extra, update CUDA 12.6 base
2026-06-10 22:41:48 -04:00
root
cdf10452fb
automated update: 2026-06-10 22:31:20
2026-06-10 22:31:20 -04:00
root
b9b734507b
automated update: 2026-06-10 22:25:47
2026-06-10 22:25:47 -04:00
Sebastian G
cc7293b66a
feat: Implement advanced diversity selection algorithms, comprehensive quality filtering, and caching for improved image curation.
2026-03-02 20:09:45 -05:00
Sebastian G
58d58ec2e0
initialize if_curator project with core modules for image embedding, processing, diversity analysis, and Immich API integration.
2026-01-18 17:11:09 -05:00