Skip to content

v0.4.7 — --compare flag, CI traceability

Choose a tag to compare

@maruyamakoju maruyamakoju released this 19 Feb 05:10
· 46 commits to main since this release

What's new in v0.4.7

Added

  • --compare on audit-sb3 and audit-cleanrl: Auto-generate comparison.html against any previous audit — no need to run the full fix pipeline.

    deltatau-audit audit-sb3 --algo ppo --model fixed.zip --env HalfCheetah-v5 \
      --compare before_audit/summary.json --out after_audit/
    # → writes after_audit/comparison.html
  • _version + _timestamp in ci_summary.json: CI output now includes audit tool version and timestamp, matching summary.json.

  • README: --compare docs, --workers/--seed in fix-sb3 options.

  • 9 new tests (191 total).

pip install "deltatau-audit==0.4.7"

Full Changelog: v0.4.6...v0.4.7