Skip to content

v0.4.8 — Colored terminal output + --format markdown

Choose a tag to compare

@maruyamakoju maruyamakoju released this 19 Feb 05:25
· 45 commits to main since this release

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 with FORCE_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 markdown

Prints 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