Barfi

Latest version: v0.7.0

Safety actively analyzes 624643 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.7.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)

0.6.1

- Fix base_blocks_list passed to the compute engine.

0.6.0

- Add option to categories the Blocks with a category in a sub-menu in the context menu on right-click>add-node.

0.5.0

- Add Block option.
- Add tests for Block option and update tests for interfaces.
- Add get, set for option to be used inside compute_engine and update compute_engine to handle option value from frontend

0.4.4

- Change barfo.Block method references from `calculate` to `compute`

0.4.3

- Change the frontend BlockEditor.vue to make use of listeners to make the unique names of the Blocks.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.