Skip to content

v0.4.6

Choose a tag to compare

@Tejas-TA Tejas-TA released this 10 Jul 14:46
· 7 commits to main since this release

v0.4.6 - 2026-07-08

Fixed

  • Improved ModelTool input coercion for optional scalar annotations like float | None, bool | None, int | None, and str | None
  • Added test coverage for optional scalar string inputs, keeping LLM-friendly coercion consistent across modern Pydantic schemas

Changed

  • Removed tracked generated MLflow run artifacts from the repository
  • Added mlruns/ to .gitignore so future local experiment outputs stay out of source control
  • Cleaned package metadata and CLI text to avoid Unicode dash rendering issues in terminals and package indexes

Verified

  • uv run ruff check .
  • uv run ruff format --check .
  • uv run pytest -q
  • uv run pytest -q -m integration
  • uv build