0.4.0-rc.1
sirmordred 0.4.0-rc.1 - (2022-09-26)
New features:
- Configurable study names and aliases
Study aliases and names can be set in the configuration file using the
keywordstudies_aliases
. The following snippet shows an example of
configuration. i.e. In thisaliases.json
file the name of the study
isenrich_onion
and the name of the alias isall_onion
```
"studies_aliases": { "enrich": [ { "alias":
"all_onion", "name": "enrich_onion" }, ... ] }
Bug fixes:
- [git] pair-programming activation fixed
Git pair-programming can be activated if the data source contains a
tag like[git:pair]
- Study selection fixed
This fix solves the problem of executing the studies with no
associated aliases.