Skip to content

Releases: AlgorithmHub/dash_building_blocks

Version 0.1.2

30 Oct 11:59
Compare
Choose a tag to compare
Version 0.1.2 Pre-release
Pre-release
  • Rename "core" module to "experimental.comon".

Version 0.1.1

29 Oct 21:00
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release
  • 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

26 Oct 18:37
Compare
Choose a tag to compare
Version 0.0.4 Pre-release
Pre-release
  • Fix missing README.md file during pip2 install by adding MANIFEST.in file

Version 0.0.3

01 Oct 22:11
Compare
Choose a tag to compare
Version 0.0.3 Pre-release
Pre-release
  • blocks generate random alphanumeric string if user does not need to specify block id

Initial release.

06 Sep 01:19
Compare
Choose a tag to compare
Initial release. Pre-release
Pre-release
0.0.2

Update link and version.