Skip to content

Releases: powsybl/powsybl-optimizer

v0.16.0

17 Dec 13:49
v0.16.0
f4c9dcd

Choose a tag to compare

📜 Release notes

⤴️ Dependencies

  • Update powsybl-core to version 7.1.0 (#127)
  • Update powsybl-open-loadflow to version 2.1.0 (for test purposes) (#127)

v0.15.0

05 Nov 17:01
v0.15.0
83dd29d

Choose a tag to compare

📜 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

18 Jul 09:40
v0.14.0
2f11ab5

Choose a tag to compare

📜 Release notes

⤴️ Dependencies

  • Update powsybl-core and powsybl-open-loadflow versions (#117, #118)
  • Update pom with new powsybl-parent version (#116)

⭐ Functionalities

  • Add debugDir parameter (#115)
  • Distinct synthetic and detail log messages (#114)

v0.13.0

12 May 11:54
v0.13.0
7c290f1

Choose a tag to compare

📜 Release notes

⤴️ Dependencies

  • Update powsybl-core and powsybl-open-loadflow versions (#112)

⭐ Functionalities

  • Add an option to run a second ACOPF optimization after rounding transformer taps (#106)

🔨 Refactoring

  • Improve French translations (#111)

v0.12.0

27 Mar 15:39
v0.12.0
00a9bf5

Choose a tag to compare

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

⤴️ Dependencies

  • Bump to powsybl-core 6.7.0-RC1 (with report translation) (#105) Breaking Change
  • 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

05 Mar 10:18
v0.11.0
d3186aa

Choose a tag to compare

📜 Release notes

⤴️ Dependencies

  • Update powsybl-core version (#101)

⭐ Functionalities

  • Add checks on voltage levels limits against the required nominal voltage range (#99)

🪲 Fixes

  • Fix comparison before reading all voltage overrides (#100)
  • Consider remote voltage control of Generators and Static Var Compensators in optimization output (#98)

v0.10.0

09 Jan 08:48
v0.10.0
692c192

Choose a tag to compare

📜 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

12 Dec 16:19
v0.9.0
fd8e78c

Choose a tag to compare

📜 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

  • Migration to readthedocs (#85)
  • Fix dead link (#80)

v0.8.0

31 Jul 09:09
v0.8.0
ba64969

Choose a tag to compare

📜 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

18 Apr 11:17
v0.7.0
17772ae

Choose a tag to compare

📜 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)