v0.13.1
What's new
Changed ⚠️
Beaker.dataset.fetch()
andBeaker.dataset.stream_file()
now verify the digest of the downloaded bytes
against the expected digest by default. AChecksumFailedError
is raised if they don't match.
You can skip validating the checksum by passingvalidate_checksum=False
.- Added a progress bar to
Beaker.dataset.stream_file()
. This can be disabled by passingquiet=True
.
Commits
93eb5ec Bump mypy from 0.942 to 0.950 (#92)
36e2367 Add progress bar to Beaker.dataset.stream_file()
465db0f Update rich requirement from <12.3,>=12.0 to >=12.0,<12.4 (#90)
b219784 Fix checksum validation and dataset tests
a77c144 Validate digest when downloading files from datasets