Download Latest Version barfi-1.0.0.tar.gz (894.1 kB)
Email in envelope

Get an email when there's a new version of Barfi

Home / 0.7.0
Name Modified Size InfoDownloads / Week
Parent folder
barfi-0.7.0.tar.gz 2022-08-30 678.7 kB
barfi-0.7.0-py3-none-any.whl 2022-08-30 686.3 kB
README.md 2022-08-30 410 Bytes
v 0.7.0 source code.tar.gz 2022-08-30 11.3 MB
v 0.7.0 source code.zip 2022-08-30 11.3 MB
Totals: 5 Items   24.0 MB 0
  • 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)
Source: README.md, updated 2022-08-30