Skip to content

v0.3.0: Markdown Export, W&B API Support, Examples

Choose a tag to compare

@jasegehring jasegehring released this 15 Dec 02:45

What's New

Markdown Export (--format md)

Export summaries as GitHub-flavored markdown for issues, PRs, Notion, or documentation:

runwise latest --format md
runwise list --format md
runwise compare run_a run_b --format md

W&B API Support

Access runs from W&B cloud without local sync (requires pip install wandb):

runwise api --project my-project               # List runs
runwise api -p my-project -r abc123            # Summarize specific run
runwise api -p my-project --state running      # Filter by state

Examples

New /examples directory with:

  • training_log.jsonl - Sample JSONL training log
  • runwise_config_example.json - Example configuration
  • expected_outputs.md - Reference outputs for all commands
  • README.md - Examples documentation

README Badges

Added PyPI version, CI status, License, and Python version badges.

Installation

pip install runwise==0.3.0

Full Changelog

v0.2.3...v0.3.0