Skip to content

Releases: Energinet-AIG/MTB

v1.0.1

31 Jan 13:55
6091c73
Compare
Choose a tag to compare

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

20 Dec 13:46
1da67f3
Compare
Choose a tag to compare

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

30 Oct 13:10
5094c53
Compare
Choose a tag to compare

Update to plotter tool and default cases, with additional smaller changes.

v0.9.94

15 Sep 23:05
222c4ef
Compare
Choose a tag to compare

Latest batch of small(ish) improvements

v0.9.93

11 Sep 16:09
a163b56
Compare
Choose a tag to compare

Updated plotter

v0.9.92

10 Sep 11:34
1883524
Compare
Choose a tag to compare

Updated default cases

v0.9.91

09 Sep 11:08
d1cecb9
Compare
Choose a tag to compare

Fixed PSCAD numerical issue

v0.9.9

05 Sep 16:19
ecb9939
Compare
Choose a tag to compare

The MTB has been completely overhauled. Version will advance to 1.0 when documentation is ready.

v0.8.1

28 Mar 09:26
f5bfb4f
Compare
Choose a tag to compare

PSCAD

No changes.

PLOTTER

No changes.

POWERFACTORY

Fixes #114.

v0.8

21 Mar 10:27
9426fec
Compare
Choose a tag to compare

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