v0.4.8 — Colored terminal output + --format markdown
What's new in v0.4.8
🎨 Colored terminal output
New deltatau_audit.color module adds ANSI color to audit summaries:
PASS→ bright green,MILD→ green,DEGRADED→ yellow,FAIL→ bold red,N/A→ gray- Auto-disabled on
NO_COLOR/TERM=dumb; force-enabled withFORCE_COLOR - Works in GitHub Actions, standard terminals, and CI pipelines
📋 --format markdown for audit-sb3 / audit-cleanrl
deltatau-audit audit-sb3 --model model.zip --algo ppo --env CartPole-v1 --format markdownPrints a PR-ready markdown table. In GitHub Actions, automatically appends to $GITHUB_STEP_SUMMARY for step-level audit cards.
🧪 Tests
16 new tests — 207 total.
See CHANGELOG.md for full history.
Full Changelog: v0.4.7...v0.4.8