Skip to content

v0.13.1

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 18:21
· 318 commits to main since this release

What's new

Changed ⚠️

  • Beaker.dataset.fetch() and Beaker.dataset.stream_file() now verify the digest of the downloaded bytes
    against the expected digest by default. A ChecksumFailedError is raised if they don't match.
    You can skip validating the checksum by passing validate_checksum=False.
  • Added a progress bar to Beaker.dataset.stream_file(). This can be disabled by passing quiet=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