Skip to content

Releases: allenai/beaker-py

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

v0.2.0

07 Dec 23:29
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added many new methods.
  • Added beaker.exceptions module.

Changed ⚠️

  • Several breaking changes to Beaker method names.

Commits

ff1bdc6 Merge pull request #13 from allenai/api-improvements
21ccb39 add hello_world script
210cfc0 add Config object
98812ac tests
126b3ee CHANGELOG.md
367b87e make flake8 happy
b4f6f8f API improvements
d8c6476 Merge pull request #10 from allenai/dependabot/pip/furo-2021.11.23
566cc01 Bump furo from 2021.11.16 to 2021.11.23

v0.1.0

19 Nov 19:20
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added Beaker client class.

Commits

1b2cc45 Merge pull request #9 from allenai/pypi-release
5d613be updates docs