Releases: CHIMEFRB/workflow
Releases · CHIMEFRB/workflow
v1.7.0
1.7.0 (2024-07-16)
Features
- daemon: added reworked transfer daemon (8528f45)
Bug Fixes
v1.6.0
1.6.0 (2024-07-04)
Features
- argsource: added a new runtime cli parameter to perform function based work, by passing the work obj itself to the func (11adc37)
v1.5.0
1.5.0 (2024-07-04)
Features
- audit: added an audit daemon to the workflow cli (b73287a)
- audit: added tests (e2f0be0)
- execute: added functionality to execute work with the work object as arguments (b9927f5)
- pypi: added functionality to push to pypi as workflow.core (fc811d5)
v1.4.0
1.4.0 (2024-06-29)
Features
- gha: added ghcr container push (f78275e)
v1.3.2
1.3.2 (2024-06-29)
Bug Fixes
- execute: properly handle cli options which are flags, i.e. --verbose (ae3da80)
v1.3.1
1.3.1 (2024-06-26)
Bug Fixes
- execute: executing a command no longer tries to evaluate the stdout to python types (61e4ca3)
v1.3.0
1.3.0 (2024-06-26)
Features
- helpers: added a new category of workflow functions called helpers to provide common utililites in the pipelines framework (bb3659b)
v1.2.2
1.2.2 (2024-06-26)
Bug Fixes
- deps: removed mergedeep usage when collating results (3104c80)
v1.2.1
1.2.1 (2024-06-25)
Bug Fixes
- cli: default options which are none, are no longer passed to cli (bcb0cbb)
- cli: run command now properly parses click cli argument names. (26aceaf)
- execution: fixed edge case in work execution due to json serializable error (cb9ce26)
- execution: fixed issue when translating single and multiple letter click cli options to to code (f67b1f7)
v1.2.0
1.2.0 (2024-06-25)
Features
- cli/configs.py: adding validation for deployments (#67) (1154568)
- cli: improved the cli run command significantly (894fd08)
Bug Fixes
- cleanup: tutorial (53e7008)
- cli: fixing ls and ps functions not receiving the right datatype for query and projection (#64) (87767cb)
- imports: fixed typings imports error (98edf99)
- lifecycle: fixed issue when running click cli wrapped functions were not reporting results,prods & plots properly (769cb73)