Skip to content

Releases: powsybl/powsybl-iidm4cpp

v1.1.1

22 Jun 11:38
Compare
Choose a tag to compare

Release notes

  • Fix the way extensions are added from the XML serializers (#132)

v1.1.0

17 Jun 10:02
Compare
Choose a tag to compare

Release notes

  • Add support of XIIDM versioning (#70)
  • Add support of extension versioning (#85, #101)
  • Add support of XIIDM v1.1
    • Add test cases (#83)
    • Voltage and angle by bus in node/breaker topology (#84)
    • Regulating terminal for Static VAR compensators (#86)
    • New three windings transformers model (#87)
  • Refactor Generator API for regulating terminal (#88)
  • Change the design to add extensions (#102)
    • Update ActivePowerControl extension (#107)
    • Update XNode extension (#108)
  • Refactoring
    • Move format from logging to stdcxx (#112)
    • Move properties from iidm to stdcxx (#110)
  • Fix RoundTrip::run method (#119)
  • Update boost requirement to v1.65 (#109)
  • Fix build instruction (#105)
  • Fix installation of doxygen (#105)
  • Remove useless deprecated header (#114)

v1.0.1

12 May 11:29
059e1ef
Compare
Choose a tag to compare

Release notes

  • Fix unit tests linkage error with old cmake version (#91)
  • Fix installation of dynamic libraries under windows (#92)
  • Fix doxygen installation error if doxygen is enabled but not generated (#11)
  • Add two examples (#11, #95)
  • Update the readme with build instructions for all OS (#11, #96)

v1.0.0

20 Apr 12:18
Compare
Choose a tag to compare

Release notes

This project provides a full IIDM modeling for C++ developpers under GNU/Linux, MacOS and Windows:

  • A complete C++ grid model
  • Support of all views (network, voltage levels, terminals)
  • Automatic topology computation
  • Support of XIIDM v1.0

The only missing key feature, comparing to the Java implementation is the automatic computation of connected and synchronous components.