Skip to content

v3.6.0

Compare
Choose a tag to compare
@mathbagu mathbagu released this 09 Sep 09:39

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

Action simulator

  • Add a method to get the actions from ActionDB (#1441)

CGMES (beta)

  • Full model fast parser (#1420)

Commons

  • Use WeakReference in listener cache (#1440)

Dynamic simulation

  • Fix typo in dynamic simulation tool option (#1443)
  • Add support of events (#1442)

IIDM

  • Add an option to XML export to sort elements (#1337)
  • Bug fix: Correct default implementation of getVoltageSetpoint method for static var compensators (#1458)
  • Make LoadDetail extension multi variant (#1448)

Merging View (beta)

  • First implementation (#1445 & #1450)
    • Implement getLineStream(), getLines(), getDanglingLineStream() and getDanglingLines() in BusAdapter
    • Implement VoltageLevelAdapter
    • Use IIDM TCK to validate the merging view
    • Add implementation of MergingLine.getHalf(Side)
  • Implement TopologyTraverserAdapter to traverse mergingview from TerminalAdapter (#1452)

Network Conversion

  • Add some javadoc to import API (#1419)

Time series

  • Fix constant time series creation (in Groovy script) from a BigDecimal literal (#1422)

UCTE

  • Create stable substation IDs at import (#1449)

Utils

  • Add utility function to quickly jump to a XML path (#1418)

Quality

  • IIDM SVC : remove blank line to fix checkstyle complain (#1462)
  • Update jgrapht version (#1451) Breaking Change