Releases: allenai/beaker-py
Releases · allenai/beaker-py
v1.8.0
What's new
Added 🎉
- Added
Beaker.dataset.get_file()
. Similar tostream_file()
, but returns
the entire bytes at once and is more robust since it will retry internally when HTTP and timeout errors occur.
Fixed ✅
- Made most methods more robust to all recoverable errors that can occur while contacting the Beaker server,
such HTTP, timeout, connection, and SSL errors.
Commits
623433b Make client more robust to all types of recoverable errors (#152)
v1.7.4
v1.7.3
What's new
Fixed ✅
- 429 errors treated as recoverable.
- Fixed an error with
Beaker.experiment.(wait_for|as_completed|follow)
that would
hang if an experiment's task was stopped before a job was created.
Commits
14800a9 Catch tasks that are stopped before job created (#150)
40666df Treat 429 errors as recoverable (#149)
v1.7.2
v1.7.1
What's new
Fixed ✅
- Fixed bug with
Beaker.(job|experiment).follow()
where final line wasn't returned.
Removed 👋
- Removed deprecated
url
option forDataMount
.
Commits
a5e3029 Bigger connection pool (#146)
e3843c5 Update pydantic requirement from <1.10,>=1.8.2 to >=1.8.2,<1.11 (#145)
461092d Update docker requirement from <6.0,>=5.0 to >=5.0,<7.0 (#144)
921c085 Bump allenai/setup-beaker from 1 to 2 (#142)
e74a230 Fix test
7202d76 Fix bug with follow()
475f0b7 Remove deprecated url
option for DataMount