Skip to content

v6.1.0-alpha-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@flo-dup flo-dup released this 23 Nov 16:07
· 366 commits to main since this release
v6.1.0-alpha-1
deac76e

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

IIDM

  • Add disconnectors on all parallel bars except one and make naming consistent (#2729) Breaking Change
  • Add a getSide() from a three windings transformer leg (#2745) Breaking Change
  • Add limit violations for three windings transformers (#2725) Breaking Change
  • Custom connection/disconnection of terminals (#2754) Breaking Change
  • Remove JavaScript post processor (#2776)
  • Add a listener on terminal connection (#2764)
  • Standardize sides enum: using only TwoSides and ThreeSides (#2756) Breaking Change
  • JSON support added and XML serialization refactoring (#2307, #2784, #2786) Breaking Change
  • Add a reporter context for Network operations (#2690) Breaking Change
  • Reference priorities and reference terminals iIDM extensions (#2763)
  • Set all tck test methods accessibility to public (#2785)

Network modification

  • Add minValue and maxValue to compound scalables (#2720)

LoadFlow

  • Load Flow Results API enhancements (#2767) Breaking Change

Short circuit

  • Add detailedReport in parameters (#2755)

Dynamic simulation

  • Add a reporter to dynamic simulation and its models suppliers (#2750)

Compatibility

  • Powsybl-core now uses java.time library instead of Joda.Time (#2778) Breaking Change

Quality

  • Fix Unix file permissions, text files should not be executable (#2727)

CI

  • Update CI actions due to node.js v12 deprecation (#2766)