Skip to content

Releases: OpenAdaptAI/openadapt-evals

v0.1.2

29 Jan 23:02

Choose a tag to compare

v0.1.2 (2026-01-29)

Bug Fixes

  • ci: Remove build_command from semantic-release config (ed933f6)

The python-semantic-release action runs in a Docker container where uv is not available. Let the workflow handle building instead.

Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

Continuous Integration

  • Add auto-release workflow (d221c19)

Automatically bumps version and creates tags on PR merge:

  • feat: minor version bump
  • fix/perf: patch version bump
  • docs/style/refactor/test/chore/ci/build: patch version bump

Triggers publish.yml which deploys to PyPI.

Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

  • Switch to python-semantic-release for automated versioning (7ed3de2)

Replaces manual commit parsing with python-semantic-release:

  • Automatic version bumping based on conventional commits
  • feat: -> minor, fix:/perf: -> patch
  • Creates GitHub releases automatically
  • Publishes to PyPI on release

Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com


Detailed Changes: v0.1.1...v0.1.2

v0.1.1

29 Jan 05:43

Choose a tag to compare

What's Changed

  • feat: P0 fixes - API parsing + evaluate endpoint by @abrichr in #1
  • Add standardized README badges by @abrichr in #2
  • fix: Use filename-based GitHub Actions badge URL by @abrichr in #3
  • Fix deprecated import paths in test fixtures by @abrichr in #4
  • Fix Azure ML compute instance cleanup to prevent quota exhaustion by @abrichr in #5
  • feat: Add benchmark viewer screenshots and auto-screenshot tool (P1 features) by @abrichr in #6
  • [P3] Azure cost optimization (Issue #9) by @abrichr in #13
  • [P1] Fix Azure nested virtualization (Issue #8) by @abrichr in #11
  • Visual Demos: Cost Tracking, Health Checker, and Animated Viewer by @abrichr in #14
  • docs: Add comprehensive screenshot generation documentation by @abrichr in #15
  • docs: reorganize markdown files into docs subdirectories by @abrichr in #18
  • feat(screenshots): add simple screenshot validation by @abrichr in #19
  • feat(dashboard): add Azure monitoring dashboard with real-time costs by @abrichr in #20
  • feat(wandb): add Weights & Biases integration with fixtures and reports by @abrichr in #21
  • feat: consolidate benchmark infrastructure and add results section by @abrichr in #22

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

17 Jan 00:04

Choose a tag to compare