Releases: st4sd/st4sd-runtime-core
Releases · st4sd/st4sd-runtime-core
Release 2.2.0
What's Changed
- feat: implement api_rest_uid_output_list() and api_rest_uid_output_get()
- feat: include "signature", "name" in DSL errors about conflicting template names
Full Changelog: 2.1.6...2.2.0
Release 2.1.6
What's Changed
- feat: support key outputs for DSL 2.0 by @VassilisVassiliadis
- feat: add support for Interface and properties to DSL 2.0 by @VassilisVassiliadis
- feat: support overriding OMP_PROC_BIND for tasks using the kubernetes backend by @VassilisVassiliadis
- fix: ensure stp package create outputs correct PVEPs by @AlessandroPomponio
Full Changelog: 2.1.5...2.1.6
Release 2.1.5
What's Changed
- refactor: when importlib is unavailable fallback to importlib_metadata
Full Changelog: 2.1.4...2.1.5
Release 2.1.4
What's Changed
- fix: apply regex patterns to pydantic fields right
- fix: update the DSL 2.0 logic for determining whether a Component is replicating or not by
Full Changelog: 2.1.3...2.1.4
Release 2.1.3
What's Changed
- fix: update HttpUrl handling due to Pydantic changes by @AlessandroPomponio
- build: enable
pip install st4sd-runtime-core[develop]
by @VassilisVassiliadis - feat: support %(package)s in --applicationDependencySource and also expand value to absolute path by @VassilisVassiliadis
- build: typer 0.12.3 has dropped "all" extra by @AlessandroPomponio
Full Changelog: 2.1.2...2.1.3
Release 2.1.2
Release 2.1.1
Fixes
- Bug fixes related to reading and interpreting DSL 2.0
Changes
- Updated image to python 3.10
Release 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
Release 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
Release 2.0.0
Promoted release 2.0.0-alpha-13
to stable.