Skip to content

v0.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 02:51
· 380 commits to main since this release

What's new

Added πŸŽ‰

  • Implemented __str__ method on Beaker client for debugging.
  • Improved documentation for ExperimentSpec, TaskSpec, and other related data models,
    and added new convenience constructors such as TaskSpec.new().

Changed ⚠️

  • Changed default spec version to v2.

Fixed βœ…

  • Improved experiment spec validation in Beaker.experiment.create() to raise more specific error types.

Commits

cd24cb4 Improve spec docs and add convenience constructors
424f8c7 Improve experiment spec validation
8ff49cd Implement Beaker.__str__()
049761f Change default spec version of "v2"