Skip to content

Releases: CHIMEFRB/workflow

v1.7.0

16 Jul 05:00
eebd5df
Compare
Choose a tag to compare

1.7.0 (2024-07-16)

Features

  • daemon: added reworked transfer daemon (8528f45)

Bug Fixes

  • tx: fixed startup errors (07e3d67)

v1.6.0

04 Jul 18:54
ace13b9
Compare
Choose a tag to compare

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

04 Jul 16:54
fe89c62
Compare
Choose a tag to compare

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

29 Jun 18:20
08f8b51
Compare
Choose a tag to compare

1.4.0 (2024-06-29)

Features

  • gha: added ghcr container push (f78275e)

v1.3.2

29 Jun 17:05
faec81b
Compare
Choose a tag to compare

1.3.2 (2024-06-29)

Bug Fixes

  • execute: properly handle cli options which are flags, i.e. --verbose (ae3da80)

v1.3.1

26 Jun 20:02
bb6d8ca
Compare
Choose a tag to compare

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

26 Jun 19:47
5e0e6ad
Compare
Choose a tag to compare

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

26 Jun 01:38
1836cf1
Compare
Choose a tag to compare

1.2.2 (2024-06-26)

Bug Fixes

  • deps: removed mergedeep usage when collating results (3104c80)

v1.2.1

25 Jun 20:04
269d992
Compare
Choose a tag to compare

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

25 Jun 04:38
afd8851
Compare
Choose a tag to compare

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)