Skip to content

Releases: AlgorithmHub/dash_building_blocks

Version 0.1.2

Version 0.1.2 Pre-release
Pre-release

Choose a tag to compare

@marcodlk marcodlk released this 30 Oct 11:59
  • Rename "core" module to "experimental.comon".

Version 0.1.1

Version 0.1.1 Pre-release
Pre-release

Choose a tag to compare

@marcodlk marcodlk released this 29 Oct 21:00
  • Modifications to Block API.
    • if not overriden by the subclass, Block.parameters method now inserts kwargs into __dict__ by default.
    • Rename Block.base_id and Block.block_id to Block.class_id.
    • Add Block.id property method.
    • Add Block.callback convenience method as alias for Block.app.callback.

Version 0.0.4

Version 0.0.4 Pre-release
Pre-release

Choose a tag to compare

@mixxen mixxen released this 26 Oct 18:37
  • Fix missing README.md file during pip2 install by adding MANIFEST.in file

Version 0.0.3

Version 0.0.3 Pre-release
Pre-release

Choose a tag to compare

@mixxen mixxen released this 01 Oct 22:11
  • blocks generate random alphanumeric string if user does not need to specify block id

Initial release.

Initial release. Pre-release
Pre-release

Choose a tag to compare

@mixxen mixxen released this 06 Sep 01:19
0.0.2

Update link and version.