Releases: pollination/queenbee
Releases · pollination/queenbee
v1.6.0
1.6.0 (2019-12-19)
Bug Fixes
- status: make boundary_id optional and add type check (0e1ad76)
Features
- status: create workflow status schema to debug/track workflow runs (48c6bdb), closes #14
v1.5.0
1.5.0 (2019-12-12)
Bug Fixes
- run-folder: a workflow can only have up to 1 run-folder (e84f921)
Features
- input folder: add input folder to artifact locations (64c80a9)
- run folder: replace local folder with run folder (f79f673)
v1.4.5
1.4.5 (2019-12-03)
Bug Fixes
- setup: use
extras_require
instead of extra_requires
(26b2569)
v1.4.4
1.4.4 (2019-11-13)
Bug Fixes
- workflow: test full workflow validation and make fixes to validation (209c47b)
v1.4.3
1.4.3 (2019-11-13)
Bug Fixes
- pip: add correct pydantic dependency (5e36cc0)
v1.4.2
1.4.2 (2019-11-13)
Bug Fixes
- cli: add validate_all function when loading workflow from file (12289aa), closes #17
- pydantic: revert to v0.32.2 (2a3d516), closes #17
v1.4.1
1.4.1 (2019-11-11)
Bug Fixes
- workflow: return a dictionary when hydrating (9d1e1ca)
v1.4.0
1.4.0 (2019-11-11)
Bug Fixes
- pydantic: replace enum values with regex validation (61170fb)
Features
- workflow: add workflow template value hydration (0f412f2)
v1.3.2
1.3.2 (2019-11-10)
Bug Fixes
- cli: only disply if display flag it True (c0a9076)
v1.3.1
1.3.1 (2019-11-10)
Bug Fixes
- cli: update optional argument error (56f18bf)