Skip to content

v2.0.0

Compare
Choose a tag to compare
@olperr1 olperr1 released this 29 Sep 11:38
· 47 commits to main since this release
v2.0.0
14a2234

To fix any issues due to migration, please go to the migration guide. Labels Deprecated and Breaking Change are clickable and lead to the section of the migration guide corresponding to the associated described change.

Release notes

Compatibility

  • PowSyBl Dynawo now only supports Java 17 and higher (#276) Breaking Change
  • Bump to powsybl-core 6.0.0 & powsybl-parent 15 (#274, #284, #292)

powsybl-dynawaltz and powsybl-dynawaltz-dsl

  • Adding Models
    • Add WECC models (#237)
    • Add dangling HVDC models (#249)
    • Add LoadPQ model (#268)
  • Other features
    • Custom models file can be given in SynchronizedGeneratorGroovyExtension (#250)
    • Add component id in parameter set (#271) Breaking Change
    • Merge loads optimization for network store IIDM impl (#283)
    • Replace models.cfg with json (#281)
    • Handle terminal var name prefixes for synchronous generator with transformer / auxiliary (#259)
    • Logs dsl errors instead of throwing exception (#257)
    • Skip empty automatons (#265)
    • Log duplicate static id (#270)
    • Add macroConnections package and move related classes (#290) Breaking Change
  • Bug fix
    • Index measurement point var connection for TapChangerBlockingAutomaton (#256)
    • Fix load with transformer terminal var name (#258)
  • Various refactoring
    • Rename uMeasurement in uMeasurements for TapChangerBlockingAutomaton (#239)
    • Rename OmegaRefGenerator to SynchronizedGenerator (#224) Breaking Change
    • GeneratorSynchronous renamed to SynchronousGenerator (#225) Breaking Change
    • Rename equipment in iMeasurement in CurrentLimitAutomatonGroovyExtension (#240)
    • Rename getVarConnectionsWithX(X x) into getVarConnectionsWith(X x) (#226)
    • Rename svc (#251) Breaking Change
    • Replace Network used for default model by Default (#252) Breaking Change
    • Rename EquipmentBlackBoxModelModel to EquipmentBlackBoxModel (#254) Breaking Change
    • HvdcPV renamed into HvdcP (#285) Breaking Change
    • Refactor BlackBoxModel parameters writing (#282)
    • Rename models prefix to internalModelPrefix (#288)
    • Remove 'Model' suffix from BlackBoxModel subclasses (#289) Breaking Change

CI

  • New branch name pattern for full Sonar analyses (#275)