Releases: Energinet-AIG/MTB
Releases · Energinet-AIG/MTB
v1.0.1
What's Changed
- Bugfixes, including phase shift definition in PF, fault definition in PSCAD and single case export in PSCAD
- Updates to testcases.xlsx and the predefined RfG case set
- Updates to plotter tool with additional html functionality and the removal of cursor.png-files
- Additional minor improvements
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Official release of the Energinet MTB v1.0.0
What's Changed:
- Updates to the guidelines to match recent changes and updates
- Updates to PF MTB, with updated Qdsl default example
- Updates to PSCAD MTB, with fix of fault clearing, single single execute_pscad.py run and export
- Updates to plotter tool with enhanced html functionality and new plotted signals
- Updates to testcases.xlsx with default case sets and description
- Setup examples for PF and PSCAD has beed added
- Additional minor improvements
Full Changelog: v0.9.95...v1.0.0
v0.9.95
Update to plotter tool and default cases, with additional smaller changes.
v0.9.94
v0.9.93
v0.9.92
v0.9.91
v0.9.9
v0.8.1
v0.8
PSCAD
No changes.
PLOTTER
No changes.
POWERFACTORY
- Crash when signal names are empty fixed by @ZRPedro . Closes #62
- Issue loading C-events from sheet fixed. Closes #90
- Major refactor of the execute.py script. Closes #61
- Alternative to variation consolidation added. With the new alternative (set script input parameter 'consolidate' to 0), currently active variations remain active along the test case variations created during script execution. The test case variation expansion stage activation time is set from the study time of the study case active when executing the script, hence the recording expansion stage of your active variation cannot be active at the same time, as the study time of the active study case. The PP-MTB setup (base setup) and individual case setup is now grouped in a single variation per study case instead of two. Closes #60
- Option for parallel computation added by @ZRPedro. Fixes #100