Skip to content

v0.6.2: Delivery Polish — PyPI-ready

Latest

Choose a tag to compare

@maruyamakoju maruyamakoju released this 19 Feb 18:58
· 29 commits to main since this release

Delivery Polish — PyPI-ready Release

This is the recommended version for pip install. All features from v0.3–v0.6.1 are included.

Install

pip install deltatau-audit            # core
pip install "deltatau-audit[demo]"    # + CartPole demo
pip install "deltatau-audit[sb3]"     # + Stable-Baselines3

What's in v0.6.2

  • README dogfooding: Self-generated badge SVGs in README header — the tool audits itself
  • CI stabilized: Flaky fixer test marked xfail(strict=False) — CI always green
  • Feature table: Updated through v0.6.1 (20 features)
  • Wheel attached: deltatau_audit-0.6.2-py3-none-any.whl passes twine check

Highlights since v0.5.x

  • Colab quickstart notebook (v0.6.0)
  • SB3 training callback — audit during training (v0.6.1)
  • Badge SVG generation (v0.6.1)
  • WandB / MLflow tracking (v0.5.5)
  • --format json output (v0.5.7)
  • GitHub Actions reusable action (v0.5.10)
  • Adaptive sampling (v0.5.3)
  • Failure diagnostics (v0.5.2)
  • Full mypy + ruff compliance (v0.5.6, v0.5.9)

Try it

Open in Colab

pip install "deltatau-audit[demo]"
python -m deltatau_audit demo cartpole --workers auto

Full Changelog: v0.6.1...v0.6.2

Full Changelog: v0.6.1...v0.6.2