Skip to content

Version 0.1.0

Compare
Choose a tag to compare
@amakelov amakelov released this 21 Jun 20:35
· 78 commits to master since this release

A stable and well-tested version, mostly unchanged since approx. early 2023.

A preview of key differences from the current development version coming up next:

  • The query machinery in this version will be replaced in the next version by "computation frames", which provide a more flexible and natural way to declaratively explore storage. In particular:
    • The with storage.query(): context and related semantics will be removed
    • Related to that, functions like storage.similar and their internal mechanics will be removed
  • Many constraints on @ops in this version will be lifted in the next version:
    • variadic positional arguments or variable keyword arguments will be allowed;
    • variable number of outputs will be allowed
    • output annotations will no longer be required
  • with storage.run(): will be replaced by with storage:
  • lots of breaking changes to user-facing storage methods; see version docs when it comes out.