Published July 14, 2022
| Version v0.132.0
Software
Open
AgnostiqHQ/covalent: v0.132.0
Authors/Creators
- 1. Agnostiq
- 2. Wizardry Labs
- 3. Agnostiq Inc.
- 4. Nevaeh Technology
Description
[0.132.0] - 2022-07-14
Authors
- Will Cunningham wjcunningham7@users.noreply.github.com
- Bash lepton support reintroduced with some UX modifications to the Lepton class. Leptons which use scripting languages can be specified as either (1) a command run in the shell/console or (2) a call to a function in a library/script. Leptons which use compiled languages must specify a library and a function name.
- The keyword argument
display_namecan be used to override the name appearing in the UI. Particularly useful when the lepton is a command. - All arguments except for language are now keyword arguments.
- Keyword arguments passed to a Bash lepton are understood to define environment variables within the shell.
- Non-keyword arguments fill in
$1,$2, etc. - Named outputs enumerate variables within the shell which will be returned to the user. These can be either
Lepton.OUTPUTorLepton.INPUT_OUTPUTtypes.
Files
AgnostiqHQ/covalent-v0.132.0.zip
Files
(21.4 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:874d66f8724fdf30a2646560ce9b0b45
|
21.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/AgnostiqHQ/covalent/tree/v0.132.0 (URL)