Skip to content

v0.3.1

Choose a tag to compare

@igurss igurss released this 26 Jun 06:14
· 12 commits to main since this release

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_url from the result schema, submitted archive files, generated leaderboard index, and public leaderboard UI.
  • Stops recording Ollama family and parameter_size details 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 check in the release workflow before publishing.