Skip to content

Releases: allenai/beaker-py

v1.38.1

14 Oct 19:31

Choose a tag to compare

What's new

Added 🎉

  • Added missing optional budget for Image data model.
  • Added missing optional budget for Dataset data model.

Commits

a52c37a (chore) bump version to v1.38.1 for release
3c3071d Add budget to image and dataset data model (#307)

v1.38.0

10 Oct 23:53

Choose a tag to compare

What's new

Added 🎉

  • Added optional budget parameter to Beaker.dataset.create() method for specifying budget during dataset creation.
  • Added optional budget parameter to Beaker.image.create() method for specifying budget during image creation.

Commits

e59f6ef (chore) bump version to v1.38.0 for release
38fbd83 Add budget support for dataset and image creation (#306)

v1.37.0

15 Sep 18:54

Choose a tag to compare

What's new

Added 🎉

  • Added missing budget field for Experiment data model.

Changed ⚠️

  • budget argument to ExperimentSpec is now optional.

Commits

34a0007 (chore) bump version to v1.37.0 for release
0c985f3 make budget optional (#305)
1be16ac Remove links to old docs

v1.36.4

16 Jul 22:30

Choose a tag to compare

What's new

Added 🎉

  • Added new aliases field to Cluster data model.

Commits

a4b4cbc (chore) bump version to v1.36.4 for release
4b662d1 Add Cluster.aliases (#304)

v1.36.3

11 Jul 17:10

Choose a tag to compare

What's new

Added 🎉

  • Added immediate priority.

Commits

12dc6c1 (chore) bump version to v1.36.3 for release
04634eb add immediate priority (#303)
c5c3e46 Update README.md
a5e773b Update README.md
3ca8d65 add notice to docs
ef188e4 Update README.md
202735c More clarifications
9ce50e0 fix client test
ba7396d update version check
6cd1e2c add notice that the project has moved (#301)

v1.36.2

24 Apr 23:37

Choose a tag to compare

What's new

Added 🎉

  • Added strict option to Beaker.experiment.latest_job() method.
  • Added Beaker.experiment.all_latest_jobs() methods.
  • Added owner_org, budget_id, slot_limit_preemptible, slot_limit_non_preemptible, and assigned_slots_preemptible fields to Workspace.

Commits

fd7e60f (chore) bump version to v1.36.2 for release
f00fb4c update RPC dep pins (#300)
dc4c805 Some internal RPC interface improvements (#299)

v1.36.1

23 Apr 23:34

Choose a tag to compare

What's new

Fixed ✅

  • Fixed a bug where some remaining logs lines might not get downloaded from Beaker.job.follow_structured().

Commits

5c356b9 (chore) bump version to v1.36.1 for release
65129f9 Fix bug with follow_structured()

v1.36.0

23 Apr 20:42

Choose a tag to compare

What's new

Added 🎉

  • Added Beaker.(job|experiment).follow_structured() and Beaker.(job|experiment).structured_logs() methods, which stream structured log events using the RPC interface.

Commits

3953b5b (chore) bump version to v1.36.0 for release
1a4b05f Add structured logs RPC streaming methods (#298)
f0026e0 Fix badge in readme
3df1428 consolidate some of the RPC code (#297)

v1.35.0

22 Apr 00:22

Choose a tag to compare

What's new

Added 🎉

  • Added Beaker.job.summarized_events() method.

Commits

eeace82 (chore) bump version to v1.35.0 for release
debbadd Add support for gRPC calls (#296)

v1.34.3

15 Apr 16:19

Choose a tag to compare

What's new

Fixed ✅

  • Fixed bug introduced in last release where a timeout (or synchronized_start_timeout) of None in an experiment spec would cause a validation error.

Commits

1f569cb (chore) bump version to v1.34.3 for release
bd05005 Fix validation error when timeout is None (#295)