Skip to content

v3.3.0

Latest

Choose a tag to compare

@OpenSuze OpenSuze released this 01 Jul 15:35
v3.3.0
009bdda

Release notes

Based on core 7.3.0 and open-loadflow 2.3.0 (#244) Breaking Change

Features

Utils

  • Add Capacity Calculation Region enum (#235)

Network area

  • Refactor balances adjustment to move network areas in dedicated package (#238) Breaking Change
  • Fix exchange computation when HVDC line sides have NaN values (#251)
  • Normalize package naming by removing underscores in com.powsybl.network_area (#253)

Balances adjustement

  • Add documentation for the balances adjustment module (#241)

Flow decomposition

  • Refactor NetPositionComputer to use network areas instead of duplicated logic. (#239)
  • Added business logs (#254)

GLSK commons

  • Update EICodes (#246)

Miscellaneous

  • Add contributing and security references to the readme (#234)
  • Add new CI workflows for external PRs (#236)
  • Update dependencies (#242)
  • Bump powsybl-parent to v26.1 (#249)

Migration guide

The migration guide of PowSyBl-core v7.3.0 had some impacts on ENTSO-E.

Change the parent package for all NetworkArea interface and implementations from com.powsybl.balances_adjustment.util. to com.powsybl.networkarea.

New Contributors

Full Changelog: v3.2.0...v3.3.0