Releases: powsybl/powsybl-optimizer
Releases · powsybl/powsybl-optimizer
v0.16.0
v0.15.0
📜 Release notes
🔧 Compatibility
- Migrate to Java 21 (#120)
⤴️ Dependencies
- Update powsybl-core to version 7.0.1 (#123)
- Update powsybl-open-loadflow to version 2.0.0 (for test purposes) (#123)
- Update pom with powsybl-parent version 24 (#120)
🪲 Fixes
- Fix: issue with open RTCs on sides 2 in preprocessing (#122)
v0.14.0
v0.13.0
v0.12.0
To fix any issues due to migration, please go to the migration guide. Labels and
are clickable and lead to the section of the migration guide corresponding to the associated described change.
📜 Release notes
⤴️ Dependencies
- Bump to powsybl-core 6.7.0-RC1 (with report translation) (#105)
- Update powsybl-core and powsybl-open-loadflow versions (#107)
🔨 Refactoring
- Create reports in Reports class and alphabetically sort methods in Reports (#104)
🪲 Fixes
- Check for all voltage levels, that their limits are in the required nominal voltage range. (#103)
v0.11.0
v0.10.0
📜 Release notes
⤴️ Dependencies
- Update powsybl-core and powsybl-open-loadflow versions (#93)
- Adapt iidm importer to V2 of extended AMPL exporter (#86)
⭐ Functionalities
- Add branches opened on one side in ACOPF optimization (#84)
- Change considered non impedance branches values in ACOPF (#91)
- Add 6 points diagram to compute Qmin/Qmax of generators in ACOPF (#92)
🔨 Refactoring
- Refactor OpenReac optimization tests (#83)
- Execution time and place as DEBUG indicators (#90)
- Add optimization tests for OpenReac indicators and bounds (#88)
🪲 Fixes
- Fix P/Q targets of converter stations in optimization (#94)
v0.9.0
📜 Release notes
⤴️ Dependencies
- Update powsybl-core and powsybl-open-loadflow versions (#87)
🔨 Refactoring
- Fix message key in reports for voltage levels missing limits (#78)
- Change severity of voltage limits integrity logs to Error (#82)
- Adapt iidm importer to extended version of AMPL exporter (#81)
📔 Documentation
v0.8.0
📜 Release notes
⤴️ Dependencies
- Update powsybl-core and powsybl-open-loadflow versions (#74)
⭐ Functionalities
- G/B to 0 for non-impedant branches in AMPL (#75)
- Add concise and detailed logs for shunt compensators activation (#70)
- Add concise and detailed logs for missing or inconsistent voltage levels limits (#68)
🔨 Refactoring
- 500 iterations max in ACOPF solving (#76)
- Division of AMPL code in functional blocks (#71)
- Reactive slacks on all buses by default (#69)
- Fix per united susceptance in shunt modifications (#73)
- Modify default scaling values in AMPL (#72)
- Add missing copyrights (#67)
- Fix Javadoc warnings regarding author's email address (#66)
v0.7.0
📜 Release notes
⤴️ Dependencies
- Update powsybl-core and powsybl-open-loadflow versions (#61)
⭐ Functionalities
- Add reporters and basic first reports (#55)
- Add configurable scaling before ACOPF solving (#62)
- Add OpenReac parameters interface (#43)
🔨 Refactoring
- Remove iterations of solver for ACOPF solving. Now, 200 iterations maximum. (#60)
- Add voltage level limit checks against the nominal voltage (#64)
📔 Documentation
- Enrich README with explanation of AMPL code (#31)