Skip to content

v0.2.0

Compare
Choose a tag to compare
@BrianPugh BrianPugh released this 13 Aug 20:21
· 536 commits to main since this release
df94493

Features

  • Support for multiple device task and thread decorators.
  • Allow access of decorated functions from task and thread.

Misc Changes and Improvements

  • Improve decorator stripping logic.
  • Change belay prefix from __belay_ to _belay_.
  • Change json_decorator to __belay_json to reduce chance of name collision.
  • Reduce whitespace in returned json data.
  • Rename hash_remote_file to __belay_hash_file to reduce chance of name collision. Don't invoke via task to circumvent double prefix.