v3.1.0
What's new
Added 🎉
- Added support for setting certain gantry defaults in a
pyproject.tomlfile under the[tool.gantry]section.
For now the only options areworkspace,budget,log_level, andquiet.
Fixed ✅
- Fixed parsing git remote URLs in the username+password format (e.g. "https://USERNAME:PASSWORD@github.com/allenai/beaker-gantry.git").
Commits
c95a8d0 (chore) bump version to v3.1.0 for release
a2143a8 more formatting improvements
159ad95 Another formatting fix
86be3ca don't try to resolve branch if given explicitly
809dbbf Make parsing git remote URLs more robust (#160)
c736e4f update readme
57cab68 Add log_level and quiet pyproject.toml fields
a1fa310 Add support for gantry pyproject.toml settings (#159)
e106506 Display more info at the end of experiment
23180bd Make finding unique experiment names more robust