Skip to content

v4.5.0

Compare
Choose a tag to compare
@So-Fras So-Fras released this 03 Jul 16:03
· 27 commits to main since this release
v4.5.0
414c3ea

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

Common

Miscellaneous

  • Bump to powsybl-core v6.4.0 (#626, #630)

📔 Documentation

  • Add readthedocs configuration files and first pages (#607)

network-area diagram

⭐ Features

  • VoltageLevelFilter's getVoltageLevels function is now public (#620)
  • Add edge type to metadata in network area diagram SVG (#615)
  • Add SVG parameters to metadata in network area diagram SVG (#618)
  • Add bus nodes and edges information to the metadata section of the SVG (#606)
  • Add voltage level details to display production and consumption figures (#622)

🪲 Bug fixes

  • Fix edge infos (#629)Breaking Change

🔨 Refactoring / quality

  • Unknown bus corner cases (#619)
  • Improve test on voltage level detail display (#621)
  • Do not compute forces, velocity and position for fixed points (#616)
  • Improve force layout with fixed positions (#628)

single-line diagram

⭐ Features

  • Add style for disconnected BusbarSection (#624)Breaking Change
  • Decorator on busbar sections (#625)
  • SLD: add CSS class for tie line and dangling line (#627)Breaking Change

🔨 Refactoring / quality

  • Remove pathfinder layoutparameters (#608)

🪲 Bug fixes

  • Fix macOS compilation issues (#580)
  • CgmesDLImportPostProcessor fix (#617)

📔 Documentation

  • Documentation update (#605)