Releases: allenai/beaker-gantry
Releases · allenai/beaker-gantry
v1.4.0
v1.3.0
v1.2.0
What's new
Changed ⚠️
- Changed what info is displayed by default from
gantry cluster util
. Now only a succinct summary is shown by default, but you can still get node details by adding the flag--nodes
. - Allow multiple
--status
options withgantry list
command.
Commits
f1e62c2 (chore) bump version to v1.2.0 for release
3941af4 bump min beaker-py version requirement
5009295 run pip freeze
in CI
e5aa48d allow multiple status options from gantry list
4b78c7b update help string
716c5e0 Only show cluster summary by default
v1.1.0
What's new
Added 🎉
- Added
gantry list
command for listing gantry experiments.
Fixed ✅
- Improve handling of jobs that fail without an exit code.
- Improved output format of
gantry cluster *
commands.
Removed 👋
- Removed
gantry cluster allow-preemptible
andgantry cluster disallow-preemptible
commands.
Commits
bdc5703 (chore) bump version to v1.1.0 for release
c42aa04 Add progress bars
109e9e1 update min python version in tests
cd71b5d Update gantry cluster *
commands
ef78ebc Add gantry list
command
8b75f1d improve handling of failures without exit code
v1.0.1
v1.0.0
v0.24.0
What's new
Added 🎉
- Added
--no-python
flag to skip setting up a Python environment entirely. - Added
GANTRY_TASK_NAME
runtime environment variable, which will always match the--task-name
argument.
Changed ⚠️
- Gantry no longer cancels an experiment on keyboard interrupt.
Commits
6638a23 (chore) bump version to v0.24.0 for release
9e458d5 add --no-python
flag, don't cancel experiment on keyboard interrupt (#89)