Skip to content

v0.2.2

Choose a tag to compare

@jasegehring jasegehring released this 15 Dec 01:11

What's New

Features

  • Run context support: Parse name, notes, tags, group from W&B metadata
  • New runwise notes command to view run descriptions
  • runwise stats and runwise history auto-detect keys when -k omitted
  • runwise live now shows run ID, name, and state
  • runwise compare -f <prefix> filters metrics by prefix
  • runwise compare -d shows config differences between runs

Infrastructure

  • Added 54 unit tests
  • Added py.typed marker for PEP 561 type hint support
  • Added GitHub Actions CI/CD workflows

Bug Fixes

  • Fixed ruff linting issues