Skip to content

Releases: allenai/beaker-py

v0.3.9

02 Apr 02:15
Compare
Choose a tag to compare

What's new

Fixed ✅

  • Fixed bug in delete_image() that would result in ImageNotFound error when using image full name instead of ID.

Commits

2f08fe6 fix bug with delete_image

v0.3.8

02 Apr 02:08
Compare
Choose a tag to compare

What's new

Changed ⚠️

  • All Beaker client methods now return strongly typed data models.
  • Replaced old progress diplays with prettier diplays from rich.

Commits

fe41d02 Add data models and improve docs (#40)
eae1dbe Merge pull request #38 from allenai/rich-progress
ae345e8 replace tqdm with rich

v0.2.8

31 Mar 20:27
Compare
Choose a tag to compare

What's new

Fixed ✅

  • Fixed getting experiment from name.

Commits

796f8ff get experiment from name

v0.2.7

31 Mar 19:32
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added Beaker.create_dataset() method.

Commits

0f3783f Merge pull request #37 from allenai/datasets
5456651 add force option
ddb081d add Beaker.create_dataset() method
786a2a5 Merge pull request #36 from allenai/bulk-dep-updates
26ac590 bulk dep updates
fd5db83 update gitignore

v0.2.6

20 Jan 00:35
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added list_experiments() method.

Commits

b6c8996 add list_experiments() method

v0.2.5

14 Dec 22:54
Compare
Choose a tag to compare

What's new

Fixed ✅

  • Fixed bug where Beaker.from_env() would fail with missing BEAKER_TOKEN even if you passed the token to the method.

Commits

80964e6 fix
2c53c2b get token from overrides

v0.2.4

09 Dec 17:13
Compare
Choose a tag to compare

What's new

Changed ⚠️

  • Docker Client is initialized lazily so that some functionality of Beaker client can be used on systems without Docker.

Commits

8c46fac Merge pull request #15 from allenai/lazy-docker
4948950 initialize Docker client lazily

v0.2.3

09 Dec 16:37
Compare
Choose a tag to compare

What's new

Fixed ✅

  • Fixed crash that could occur when $HOME directory doesn't exist.

Commits

671d29b Merge pull request #14 from allenai/fix-missing-home-dir
3a72928 fix crash when home dir missing
89dd9cd clean up

v0.2.2

08 Dec 23:21
Compare
Choose a tag to compare

What's new

Commits

1e49982 ensure_workspace
b679ab1 fix docs for 'get_logs_for_experiment'

v0.2.1

08 Dec 18:29
Compare
Choose a tag to compare

What's new

Fixed ✅

  • Fixed bug with Config.save().

Commits

54ccdbc fix bug with Config.save()
b705d6d fix README