Changelog¶
All notable changes to this project are documented here.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased¶
Added¶
- The documentation site at evaltrack.jesravnbol.dk, versioned by minor release, with an API reference generated from the docstrings.
RunRepository,RunSummaryandReflogEntryare exported from the package root. They are whatopen_repository(),list_runs()andget_ref()hand back, so a reader can now name every type on the repository read path.
0.2.0 - 2026-09-15¶
Added¶
- Amazon S3 as a remote repository backend, addressed as
s3://bucket[/prefix]and installed with the[s3]extra. Authentication uses boto3's default credential chain. See Repositories › Amazon S3.
0.1.0 - 2026-09-11¶
The first public release. evaltrack is a pytest plugin that records, gates and tracks LLM evals. See the README to get started.