Releases: allenai/beaker-py
Releases · allenai/beaker-py
v0.2.6
What's new
Added 🎉
- Added
list_experiments()
method.
Commits
b6c8996 add list_experiments() method
v0.2.5
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
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
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
What's new
Commits
1e49982 ensure_workspace
b679ab1 fix docs for 'get_logs_for_experiment'
v0.2.1
What's new
Fixed ✅
- Fixed bug with
Config.save()
.
Commits
54ccdbc fix bug with Config.save()
b705d6d fix README
v0.2.0
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
What's new
Added 🎉
- Added
Beaker
client class.
Commits
1b2cc45 Merge pull request #9 from allenai/pypi-release
5d613be updates docs