v0.8.1
What's new
Added π
- Implemented
__str__
method onBeaker
client for debugging. - Improved documentation for
ExperimentSpec
,TaskSpec
, and other related data models,
and added new convenience constructors such asTaskSpec.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"