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.parametersmethod now insertskwargsinto__dict__by default. - Rename
Block.base_idandBlock.block_idtoBlock.class_id. - Add
Block.idproperty method. - Add
Block.callbackconvenience 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.