Skip to content

Releases: allenai/beaker-py

v1.28.0

13 Jun 17:44
Compare
Choose a tag to compare

What's new

Added πŸŽ‰

  • Added Job.is_preemptible property.
  • Added Job.is_running property.
  • Added Job.is_queued property.
  • Added ClusterUtilization.jobs field.

Commits

7b2d35a (chore) bump version to v1.28.0 for release
eb200a0 Add to Job and ClusterUtilization APIs (#278)

v1.27.2

31 May 20:33
Compare
Choose a tag to compare

What's new

Added πŸŽ‰

  • Added since argument to Beaker.experiment.follow().

Fixed βœ…

  • Fixed an issue with using timedelta objects for the since argument with Beaker.(experiment|job).(follow|logs).

Commits

eb3745f (chore) bump version to v1.27.2 for release
859876a treat negative timedeltas the same way as positive ones
7f29e9e improve handling of since option

v1.27.1

31 May 19:54
Compare
Choose a tag to compare

What's new

Added πŸŽ‰

  • Added TaskSpec.propagate_preemption field.

Commits

e5406ae (chore) bump version to v1.27.1 for release
1c1054b add TaskSpec.propagate_preemption field

v1.27.0

31 May 17:56
Compare
Choose a tag to compare

What's new

Added πŸŽ‰

  • Added since argument to Beaker.job.follow.

Commits

ef85f3f (chore) bump version to v1.27.0 for release
8d0ea26 Add since arg to Beaker.job.follow

v1.26.15

30 May 19:54
Compare
Choose a tag to compare

What's new

Fixed βœ…

  • Fixed another bug with identifying preemptible jobs in Beaker.cluster.utilization.

Commits

699fa36 (chore) bump version to v1.26.15 for release
ba8ce1d Fix another bug with identifying preemptible jobs

v1.26.14

29 May 19:37
Compare
Choose a tag to compare

What's new

Added πŸŽ‰

  • Added Experiment.canceled and Experiment.canceled_for fields.

Fixed βœ…

  • Fixed detection of preemptible jobs in Beaker.cluster.utilization().

Commits

7f5846e (chore) bump version to v1.26.14 for release
32c5fb7 Fix detection of preemptible jobs
d7b0279 Add 2 new fields to Experiment spec

v1.26.13

28 May 23:29
Compare
Choose a tag to compare

What's new

Added πŸŽ‰

  • Added Secret.author_id field.
  • Added Cluster.require_preemptible_tasks field.

Fixed βœ…

Commits

86acddf (chore) bump version to v1.26.13 for release
e5053d1 update dependency pins to fix requests/docker-py issue (#277)
32c9a73 Add Cluster.require_preemptible_tasks field
4393e03 Add Secret.author_id field

v1.26.12

10 May 23:49
Compare
Choose a tag to compare

What's new

Added πŸŽ‰

  • Added preemptible argument to TaskSpec.new().
  • Added Workspace.max_workload_priority field.
  • Added Job.preemptible field.

Commits

c6ec93d (chore) bump version to v1.26.12 for release
3abc2d1 Add some new missing fields (#276)
994482d Add preemptible kwarg to TaskSpec.new()

v1.26.11

10 May 23:20
Compare
Choose a tag to compare

What's new

Added πŸŽ‰

  • Added new field TaskContext.preemptible.

Commits

286ea51 (chore) bump version to v1.26.11 for release
f25a865 Add field TaskContext.preemptible (#275)

v1.26.10

02 May 21:26
Compare
Choose a tag to compare

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)