Releases: allenai/beaker-py
Releases · allenai/beaker-py
v1.26.10
What's new
Added 🎉
- Added support for passing human-readable
synchronized_start_timeout
duration strings to TaskSpec.new()
, like "10sec", "1m", etc.
Commits
e095aaa (chore) bump version to v1.26.10 for release
c4aa6c8 Allow human-readable duration strings (#274)
v1.26.9
What's new
Fixed ✅
- Update
synchronized_start_timeout
to send nanoseconds to the Beaker server instead of a string.
Commits
b32bedf (chore) bump version to v1.26.9 for release
b1d4998 Merge pull request #273 from allenai/michaelw/sync-nanos
82654af Update synchronized_start_timeout to use nanoseconds
v1.26.8
What's new
- Added new fields
JobStatus.ready
, JobExecution.replica_rank
, and JobExecution.replica_group_id
.
Commits
88529b9 (chore) bump version to v1.26.8 for release
21fdcde Merge pull request #272 from allenai/epwalsh/new-fields
64f6002 Add new missing fields
v1.26.7
What's new
Added 🎉
- Added
synchronized_start_timeout
field to TaskSpec
.
Commits
7a80196 (chore) bump version to v1.26.7 for release
deeb147 Merge pull request #271 from allenai/michaelw/add-sync-start
070d156 Add synchronized_start_timeout flag
v1.26.6
What's new
Added 🎉
- Added
propagate_failure
field to TaskSpec
.
Commits
aa00c73 (chore) bump version to v1.26.6 for release
5ed2a60 Merge pull request #270 from allenai/epwalsh/propagateFailure
043cdc8 Add propagate_failure
field to TaskSpec
v1.26.5
What's new
Fixed ✅
- Numbers are now allowed in
command
and arguments
fields for experiment specs.
Commits
02cffb7 (chore) bump version to v1.26.5 for release
289cae6 allow numbers in exp spec cmd field (#269)
v1.26.4
What's new
Fixed ✅
- Relaxed
CanceledCode
schema to accept arbitrary integers.
Commits
5cc5986 (chore) bump version to v1.26.4 for release
553dc58 Relax canceled code model to accept arbitrary ints
v1.26.3
What's new
Fixed ✅
- Fixed logic in
Beaker.cluster.utilization()
to check job.limits
instead of job.requests
for the source of truth.
Commits
f07fc77 (chore) bump version to v1.26.3 for release
3a46209 fix tests (#267)
d89a8f5 Fix logic in Beaker.cluster.utilization()
v1.26.2
What's new
Added 🎉
- Added
ignore_failures
option to Beaker.cluster.preempt_jobs()
.
Commits
63550ea (chore) bump version to v1.26.2 for release
7216a14 add ignore_failures
option to Beaker.cluster.preempt()
v1.26.1
What's new
Fixed ✅
- Made
public
argument optional for Beaker.workspace.create()
.
Commits
2801b18 (chore) bump version to v1.26.1 for release
da34256 make 'public' arg optional