Skip to content

Version 0.7.0

Latest
Compare
Choose a tag to compare
@marcosmc marcosmc released this 05 Feb 09:57
· 49 commits to master since this release

Release Notes:

  • Master dictionary:
    • Remove from master dictionary all unused variables.
  • Unit tests:
    • Coverage of unit tests is increased.
  • Signal processing refactor:
    • Detecting the type of Producer’s curves, which could be obtained by either one of these options:​
      • Simulating curves using Dynawo, when a model is available from the producer's network.​
      • Importing user-provided curves from files (note that these are different from Reference Curves).​
    • Splitting curves into windows for model validation (3 for fault tests, 2 for ref-tracking tests):​
      • Also adding the exclusion zones at the beginning & end of each window.
    • Data is now internally handled as:​ whole curve + {metadata about window-splitting and exclusion zones}​
    • Low-pass filtering of curves:​
      • Performed separately on each window​
      • Filter choice of: crit_damped, bessel, butter, cheby1​
      • Prescribing a default exclusion zone for getting rid of the filter's boundary effects, ~ 20 ms
  • Added new dynamic models:
    • The number of dynamic models allowed for synchronous generation units is increased.
  • Tutorials:
    • Tutorials have been created to guide the user through the introduction to the tool.
  • Manuals:
    • The manuals have been updated to describe the latests changes.
  • Others:
    • Additional refactoring to improve the readability and performance of the tool.
    • Fixes in the Windows installer (build now takes place inside the venv).