Skip to content

v0.8

Compare
Choose a tag to compare
@matbkri matbkri released this 21 Mar 10:27
· 181 commits to main since this release
9426fec

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