Skip to content

v6.2.0

Compare
Choose a tag to compare
@olperr1 olperr1 released this 29 Jan 15:22
· 301 commits to main since this release
v6.2.0
b2854d0

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

  • Deprecated indicates that some methods were deprecated;
  • Breaking Change indicates a breaking change which could impact all users;
  • Custom IIDM Impl indicates a breaking change impacting only custom IIDM implementations (most of the time, new IIDM methods/classes to implement). Note that this label is not added when another breaking change impacting all users is also present.

Release notes

IIDM

  • Precise error and log messages for extensions (#2824)
  • Add case date handling when merging networks (#2845)
  • Add a tap changer steps replacer (#2828, #2829) Custom IIDM Impl
  • Notification system for extensions (#2852) Breaking Change
  • Secondary voltage control notifications (#2852, #2859, #2860) Breaking Change
  • Connectable connect/disconnect (#2831) Custom IIDM Impl
  • Connection/disconnection notification (#2854) Breaking Change
  • Binary IIDM export / import support (#2853, #2871) Breaking Change ⚠️ this is a beta feature: we do not guarantee that the produced files will still be readable in the next release
  • Fix deserialization bug in skipped extensions (#2863)
  • Network reduction: Fix the replacement of HVDC lines with VSC conversion stations in voltage regulation by regulating generators (#2867)
  • Sort the dangling lines when creating a tie line to ensure reproducibility (#2874)

IIDM v1.12

Please refer to the detailed documentation of new version IIDM v1.12.

  • Bump IIDM version to 1.12 (#2816)
  • Fix equipment XSD (#2864)
  • Add reactive power control mode to ratio tap changers (#2758) Breaking Change
  • Automation systems: Overload management systems (#2779, #2844, #2865) Custom IIDM Impl
  • New "Ground" injection (#2837) Custom IIDM Impl
  • A Permanent limit is now mandatory if temporary limits (#2636) Breaking Change
  • New operational limits management using groups of operational limits (#2802, #2870) Custom IIDM Impl

Network modification

  • Connectable connection/disconnection (#2831)

CGMES

  • CGMES export: fix SV voltage of tie line boundary node (#2841)
  • CGMES import: multiple grid models as a network with subnetworks (#2775)
  • CGMES export: add model ID to reporter during export (#2851)
  • CGMES export: modify CGMES naming strategy so that the IDs are stable (#2804)
  • CGMES export: fix dependencies for 2.4.15 (#2855)
  • CGMES import: import ground objects (#2848, #2857, #2877)
  • CGMES export: fix missing breaker (#2840)
  • CGMES: Correct neutral step calculation for tap changers (#2866, #2869)
  • CGMES export: export mRID only for CGMES 3 (CIM 100) or greater (#2876)

Security analysis

  • Rework of LineConnectionAction to TerminalsConnectionAction (#2843) Breaking Change

Math

  • Fix sparse matrix construction from CSC arrays (#2839)

Time series

  • Add new type of NodeCalc to compute Min/Max between timeseries (#2820, #2846)

Quality

  • Pinned versions for GitHub actions (#2821)
  • Fix typo in ConversionTool argument description (#2842)
  • Update all pom.xml files to use project.groupId (#2803)
  • Fix http link in pom.xml (#2856)