v0.3.1
mlx-Chronos 0.3.1 is a patch release that simplifies public model identity metadata after 0.3.0 and tightens release validation.
Bug Fixes
- Removes optional model identity fields beyond
model.reference_urlfrom the result schema, submitted archive files, generated leaderboard index, and public leaderboard UI. - Stops recording Ollama
familyandparameter_sizedetails in benchmark result JSON while keeping MLX format and quantization validation. - Regenerates the public leaderboard index without the removed model metadata columns.
Maintenance
- Adds tests that prevent removed model metadata fields from returning to the schema or generated public index.
- Runs Ruff, mypy, frontend tests, coverage, generated-index drift checks, and
twine checkin the release workflow before publishing.