Release notes
Based on core 7.3.0 and open-loadflow 2.3.0 (#244)
Features
Utils
- Add Capacity Calculation Region enum (#235)
Network area
- Refactor balances adjustment to move network areas in dedicated package (#238)
- 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
- @ghaiderartelys made their first contribution! (#254)
Full Changelog: v3.2.0...v3.3.0