Skip to content

Releases: pollination/queenbee

v1.3.0

10 Nov 22:13
Compare
Choose a tag to compare

1.3.0 (2019-11-10)

Features

  • cli: add plugins configuration through click-plugins (ad8e01d)

v1.2.0

10 Nov 21:33
Compare
Choose a tag to compare

1.2.0 (2019-11-10)

Bug Fixes

  • change click version, make wf display optional and remove old visualisation function (844fcf2)

Features

  • cli: add basic CLI commands (cd71875)
  • graphviz: use graphviz to visualize workflows (ae54e82)

v1.1.1

08 Nov 04:21
Compare
Choose a tag to compare

1.1.1 (2019-11-08)

Bug Fixes

  • serialization: set exclude_unset to False by default (7de2337)

v1.1.0

08 Nov 00:40
Compare
Choose a tag to compare

1.1.0 (2019-11-08)

Bug Fixes

  • address linting commments and small corrections (5a8167e)
  • artifacts: change path => source_path and task_path => path (2c0e361)

Features

  • artifact location: artifacts are tied to a location from which their paths are determined (1a2b68a)
  • artifacts: artifacts to pull from source and copy to temp folder (86968b9)

Performance Improvements

  • clean up commments, better serialization for type and other bits (8d1f157)
  • pydantic: bump to pydantic 1.0.0 (adb3d7e)

v1.0.0

24 Oct 15:33
Compare
Choose a tag to compare

1.0.0 (2019-10-24)

Bug Fixes

  • operator: simplified container field (0fb923b)

Features

  • parser: add recursive parser (b14745d)
  • schema: finish schema classes (ed8e4e6)