- Bug fixes related to reading and interpreting DSL 2.0
Changes
- Updated image to python 3.10
2.1.0
Additions
- initial support for DSL 2.0. - Graphs consisting of workflow and component templates - Templates have a signature consisting of a name, an optional description, and an optional array of parameters. Parameters may come with default values
Changes
- update to pydantic v2.x
2.0.1
Fixes
- Addresses a bug in environment resolution for multi-platform experiments in which the environment definition does not appear in all platforms
2.0.0
Promoted release `2.0.0-alpha-13` to stable.
2.0.0alpha13
Changelog:
- fix: Components which do not specify command.environment receive the default environment - the default is the environment called "environment", if it is not set then the default environment is the active shell of the runtime i.e. the environment variables of `elaunch.py`
2.0.0alpha12
refactor: show help message when running most `stp` commands without any arguments