Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 17:33
· 331 commits to main since this release

What's new

Added 🎉

  • Added FAQ section to the docs.
  • All data models are now hashable and faux immutable, and use tuples instead of lists.
  • Added delete_results_dataset: bool = True parameter to Beaker.experiment.delete().
  • Added Cluster.is_cloud and Cluster.is_active properties.

Changed ⚠️

  • Changed the return type of Beaker.cluster.filter_available() from List[Cluster] to
    List[ClusterUtilization].
  • Renamed and consolidated NodeSpec and NodeShape to NodeResources.

Commits

977b0d2 Update "Team" section of docs
bd91813 Bump myst-parser from 0.17.0 to 0.17.2 (#75)
23dec78 Bump actions/upload-artifact from 2 to 3 (#68)
81fdc21 Bump actions/download-artifact from 2 to 3 (#69)
0b81fda Improve docs and data model (#87)
d0e1bbd Fix test for version warning
0304b12 improve Config.__str__() and Beaker.__str__()
f40facc document how to skip upgrade warning
0161442 Add test for warning about upgrades
7468f30 fix typo
5405f0d fix typo
e156871 fix typo
ceada49 Add delete_results_dataset param to experiment.delete()
8458aaf clean up Beaker.experiment.as_completed()
6bba3a3 Add FAQ to docs, make BaseModel immutable and hashable (#86)