v0.15.0
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 todelete_results_datasets
inBeaker.experiment.delete()
. - Renamed
TaskSpec.with_data()
toTaskSpec.with_dataset()
.
Fixed ✅
- Fixed bug with
Beaker.experiment.delete()
that would lead to aValueError
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)