Skip to content

v0.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 21:16
· 425 commits to main since this release

What's new

Added 🎉

  • Added Beaker.dataset.commit().
  • Added Beaker.dataset.ls().
  • Added Beaker.dataset.stream_file().

Changed ⚠️

  • Changed behavior of target parameter in Beaker.dataset.create(). It now always represents the name of a directory.
  • Changed the signature of Beaker.dataset.create(). It now accepts a variable number of source files or directories.

Commits

af423e6 Add Beaker.dataset.stream_file() method
6e3e8fc fix release job
52952ab Add Beaker.dataset.ls() method
b07b5c8 Add Beaker.dataset.sync() method (#57)
959a47a update docs