Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 19:57
· 390 commits to main since this release

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 an HTTPError if the image
    in the spec doesn't exist. Now this will fail with ImageNotFound.

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