Releases: RolnickLab/ami-data-companion
Releases · RolnickLab/ami-data-companion
v1.20241121.1.0
What's Changed
- New web API interface that is used as the ML backend for the Antenna platform (launch with
ami api
) https://github.com/RolnickLab/ami-data-companion/tree/feat/web-api - Gradio demo page for all models (launch with
ami gradio
) - Anguilla models by @KatrionaGoldmann in #61
- Updates to existing models (April 2024 ECCV versions)
- New Global Lepidoptera classifier
- Updated minimum python version from 3.9 to 3.10
- Return "moth" and "non-moth" classifications from binary classifier (in addition to species classifier)
The mega PR with most changes above: #64
A cleaner version of the long anticipated feat/web-api
branch that has been running in production all year.
Full Changelog: v1.20240827.1.0...v1.20241121.1.0
v1.20240827.1.0
What's Changed
- New Panama model and related updates by @mihow in #55
- Add species labels to exported crops by @mihow in #57
- Add Turing Costa Rica models by @KatrionaGoldmann in #58
- Fix CSV export
- Switch versioning scheme to Semantic + Calendar versioning:
[Major version number (for breaking changes)].[ISO-day].[same-day-version-increment]-[same-day-patch]
. This aligns with the versioning scheme in the Antenna platform repo https://github.com/RolnickLab/antenna
Full Changelog: v1.0.1...v1.20240827.1.0