v0.8.0
What's new
Changed ⚠️
Beaker.experiment.await_all()
now takes a variable number of experiments and returns a list
with the same length and order of the finished experiments.
Fixed ✅
- Fixed bug where
Beaker.experiment.create()
would fail with anHTTPError
if the image
in the spec doesn't exist. Now this will fail withImageNotFound
.
Commits
1842179 ensure Beaker.experiment.create()
raises ImageNotFound
for missing image
de3263c Make Beaker.experiment.await_all()
accept multiple experiments (#64)
39f20b6 fix link to quick start