Changed
- When using the cli, the --output parameter is now optional so that the cli can be used to print the scenario hierarchy to the terminal only
- Change naming scheme for output scenarios: It is now the same for strict and relaxed scenarios, and organizational scenario names are enclosed in angle brackets to distinguish them from regular scenarios
Fixed
- The ScenarioForestfrom_file method used to parse a scenario with excess indentation without error as long as there is a scenario at the parent level somewhere in the tree to connect to. This now raises an "InvalidFeatureFileError" (fixes 12)
- Fixed link to CHANGELOG.md in pyproject.toml (fixes 8)