Skip to content

v 0.7.0

Latest
Compare
Choose a tag to compare
@krish-adi krish-adi released this 30 Aug 21:51
· 2 commits to main since this release
  • Add Block state to store data private to the block. Using block.get_state('key'), block.set_state('key').
  • Block state also stores execution status and errors. Using block.get_state('info'), block.set_state('info'). Note: 'info' is a reserved key.
  • When a block fails on its compute function, its descendants are skipped and the rest of the blocks are computed.
  • Add delete schema function. (@zabrewer)