Skip to content

v4.3.0

Compare
Choose a tag to compare
@annetill annetill released this 15 Jul 09:16
· 3 commits to release-v4.3.0 since this release

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

CGMES

  • Import: delete iidm.import.cgmes.merge-boundaries-using-tie-lines parameter (#1733)
  • Add flows of merged tie lines in SV export (#1745)
  • Remote reactive power control extension (#1732) Breaking Change
  • CGMES import only using EQ file - First try (#1680)
  • Support SV export including switches' flows (#1739)

Commons

  • Making WorkingDirectory.close() idempotent. (#1746)

Contingency

  • Add three windings transformer contingency (#1761)

IEEE CDF

  • Fix IEEE CDF nominal voltage import (#1765)

IIDM

  • SV utility class. Review and Refactoring (#1728)
  • Small fixes in operational limits implementation (#1758)
  • Delete redundant dangling line current limits methods (already defined in FlowLimitsHolder) (#1760)
  • Improve Graphviz export (#1756)
  • Remote reactive power control extension (#1732)
  • Create utility class to calculate flow through switches (#1739)
  • When the PTC is not regulating, do not throw exception if some info is missing (#1767)
  • Fix battery check: do not check p inside of [minP; maxP] (#1775)
  • First proposition of extensions for measurements (#1759 & #1782)
  • Add backward compatibility to Importer.importData(ReadOnlyDataSource, NetworkFactory, Properties, Reporter) (#1781)

Loadflow

  • New limit violation types (#1748)

Logs

  • Reporter POC: fix deserialization with no specified dictionary (#1783)

PSS/E

  • Add unitary test associated to the IEEE_bus_30.raw case (#1736)

Scalable

  • Add constant power factor scaling on loads (#1752)

Security Analysis

  • Refactoring of security analysis api (#1766) Breaking Change

UCTE

  • Fix NPE, transformer nominal power property is optional (#1754)
  • Use double instead of float in UCTE model (#1774)
  • Allow Xnodes connected to more than 2 Nodes to be imported correctly if the number of connected branches s lower or equal than two. (#1780)

Quality

  • Bump guava version to 30.0-jre (CVE-2020-8908) (#1750)
  • Fix vulnerability: disable access to external entities in XML parsing [CWE-611][CWE-827] (#1751)