Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 20:58
· 307 commits to main since this release

What's new

Added 🎉

  • Added ExperimentSpec.with_description().
  • Added TaskSpec.with_image(), .with_result(), .with_context(), .with_name(), .with_command(), and .with_arguments().

Changed ⚠️

  • Renamed delete_results_dataset param to delete_results_datasets in Beaker.experiment.delete().
  • Renamed TaskSpec.with_data() to TaskSpec.with_dataset().

Fixed ✅

  • Fixed bug with Beaker.experiment.delete() that would lead to a ValueError being raised when the experiment to delete has multiple tasks.

Commits

49d677c Sweep example (#99)
998ea30 Fix bug with Beaker.experiment.delete(), add more mutation methods to experiment / task specs (#97)