Releases: AlgorithmHub/dash_building_blocks
Releases · AlgorithmHub/dash_building_blocks
Version 0.1.2
- Rename "core" module to "experimental.comon".
Version 0.1.1
- Modifications to Block API.
- if not overriden by the subclass,
Block.parameters
method now insertskwargs
into__dict__
by default. - Rename
Block.base_id
andBlock.block_id
toBlock.class_id
. - Add
Block.id
property method. - Add
Block.callback
convenience method as alias forBlock.app.callback
.
- if not overriden by the subclass,
Version 0.0.4
- Fix missing README.md file during pip2 install by adding MANIFEST.in file
Version 0.0.3
- blocks generate random alphanumeric string if user does not need to specify block id
Initial release.
0.0.2 Update link and version.