Skip to content

Releases: powsybl/powsybl-open-rao

v6.2.1

19 Dec 16:44
v6.2.1
b31bbee
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • Add extra decimals for thresholds in SWE CNE export (by @phiedw in #1245)
  • Make classes generated by Jakarta implement interfaces like cloneable as before (by @bqth29 in #1246)

Full Changelog: v6.2.0...v6.2.1

v6.2.0

17 Dec 17:05
v6.2.0
2d9f224
Compare
Choose a tag to compare

What's Changed

Based on powsybl-core 6.6.0, powsybl-open-loadflow 1.14.0 and powsybl-entsoe 2.12.0 (by @phiedw in #1239)

CRAC

  • Generify CSA CRAC Creation Parameters (by @bqth29 in #1152) Breaking Change
  • [CSA] No longer read AE.isCombinableWithRemedialAction attribute (by @bqth29 in #1130)
  • Use JSON schemas for JSON CRAC import (by @bqth29 in #1175) Breaking Change
  • No longer allow preventive OnContingencyState Usage Rules (by @bqth29 in #1177)
  • Run cucumber on mac. Update jaxb bindings (by @pet-mit in #1212)
  • crac module path renaming (by @bqth29 in #1201) Breaking Change

RAO results export

RAO algorithm

  • Use upward and downward variation variables in MILP for Range Actions (by @bqth29 in #1205)
  • Refactor objective function evaluators API and add cost-wise Search-Tree (by @bqth29 in #1186) New

Intertemporal RAO

Misc

  • Updated powsybl-parent pom to v19 (by @phiedw in #1169) Breaking Change
  • Update pom (by @Godelaine in #1164) Breaking Change
  • Add LF required info to README.md (by @pet-mit in #1192)
  • Run tests on graalvm, slightly change ra ordering method in search tree to make it os agnostic (by @pet-mit in #1234)
  • Remove useless GLSK file from repository (by @bqth29 in #1206)

Bug fixes

New Contributors

Full Changelog: v6.1.1...v6.2.0

v6.1.2

05 Nov 09:45
v6.1.2
b529449
Compare
Choose a tag to compare

What's Changed

  • Monitoring bug fix (#1188)
  • Zero flows in result bug fix (#1189)

v6.1.1

22 Oct 14:47
Compare
Choose a tag to compare

What's Changed

  • [SWE CNE Export] Round angle and flow values with more decimals in case of violation
  • Expose securityStatus

v6.1.0

21 Oct 14:29
Compare
Choose a tag to compare

What's Changed

Based on powsybl-core 6.5.0, powsybl-open-loadflow 1.13.1 and powsybl-entsoe 2.11.0 (by @pet-mit in #1170 and #1176) Breaking Change

CRAC

  • Replaced OpenRAO's range action "apply" methods by a call to powsybl-core's action modifications (by @pjeanmarie in #1032)
  • Replace OpenRAO's "elementary action" objects, in NetworkActions, by powsybl-core actions (by @pjeanmarie in #920 and #1034) Breaking Change
  • FbConstraintDocument importer: removed unused flowBasedDocumentVersion variable in importNativeCrac method (by @kahyami in #1097) Breaking Change
  • FbConstraintDocument importer: new schema versions are now supported (by @pet-mit in #1107 and @phiedw in #1113) New
  • crac-creator package has been deleted (by @bqth29 in #1100) Breaking Change
  • crac-io package has been moved into crac (by @bqth29 in #1159) Breaking Change
  • Crac creation context refactorization (by @bqth29 in #1103)
  • Added CRAC content summary in creation report (by @bqth29 in #1156) New
  • CSA-Profiles Importer: Read CNECs borders (by @bqth29 in #1124) New
  • CSA-Profiles Importer: Import TapPositionAction from TapChanger (by @bqth29 in #1126) New
  • Mutualize RaUsageLimits serializers/deserializers and support max-elementary-actions-per-tso (by @bqth29 in #1150)

RAO algorithm

  • Added remedial action usage limits, on the number of elementary actions, per TSO (by @bqth29 in #1009) New
  • Fixed raoResult.isSecure(ANGLE) and raoResult.isSecure(VOLTAGE) (by @pet-mit in #1099)
  • FailedRaoResult now indicates the reason for failure (by @pet-mit in #1102) New
  • Simplified objective function evaluators (by @pet-mit in #1109)
  • Performance improvements (by @phiedw in #1114)
  • Fixed concurrent exceptions due to Map in FlowResultImpl (by @phiedw in #1118)
  • MIP: removed ProblemFiller::updateBetweenSensiIteration() method (by @pet-mit in #1106)

Monitoring algorithms

RAO results export

  • SWE CNE: we now export Xnode ID for tie-lines (by @pet-mit in #1115)
  • CNE export no longer uses network (by @bqth29 in #1157) Breaking Change

Documentation

Misc

New Contributors

Full Changelog: v6.0.1...v6.1.0

v6.1.0-RC

17 Oct 14:42
Compare
Choose a tag to compare
v6.1.0-RC Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v6.0.1...v6.1.0-RC

v6.0.2

30 Aug 13:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.1...v6.0.2

v6.0.1

17 Jul 11:51
Compare
Choose a tag to compare

What's Changed

Based on powsybl-core 6.4.1, powsybl-open-loadflow 1.12.2 and powsybl-entsoe 2.10.1 (by @olperr1 in #1094) Breaking Change

RAO

  • A bug has been fixed in global 2nd preventive optimization (by @pet-mit in #1093)

Full Changelog: v6.0.0...v6.0.1

v6.0.0

12 Jul 09:49
Compare
Choose a tag to compare

What's Changed

Based on powsybl-core 6.4.0, powsybl-open-loadflow 1.12.1 and powsybl-entsoe 2.10.0 (by @olperr1 in #1071) Breaking Change

CRAC API

  • Reading or writing a json or a native CRAC file is now a lot easier (by @bqth29 in #1040, by @pet-mit in #1069) Breaking Change
  • It is now possible to use the new RELATIVE_TO_PREVIOUS_TIMESTEP range type in range actions, although it is currenty not supported by the search-tree RAO (by @wangjer in #1013) New
  • It is now possible to add a "border" attribute to CNECs, although this field is not currently used by the search-tree RAO (by @phiedw in #1017) New
  • "OnConstraint" usage rules have been unified, with a small impact on the Adders API (but no impact on native CRAC importers) (by @bqth29 in #1025) Breaking Change
  • For FlowCnecs, Side.LEFT & Side.RIGHT have been replaced with PowSyBl's TwoSides.ONE & TwoSides.TWO, with a small impact on the Adders API (by @pjeanmarie in #1027) Breaking Change
  • Misc. bug fixes (by @pjeanmarie in #1042)

CIM CRAC importer

  • The convention on which to invert direction of HVDC RA in the Crac Creator was wrong, it has been fixed (by @danielthirion in #1036) (already patched in v5.5.2)

CSA-Profiles importer

RAO

  • Second preventive optimization can now support more types of preventive PSTs, which shall improve the optimality of its solutions (by @MartinBelthle in #924) New
  • Better support for ra-usage-limits in 2nd preventive RAO (by @MartinBelthle in #1035)
  • Incompatible network actions are no longer combined by the search-tree algorithm, making it faster and improving results understandabiilty (by @bqth29 in #912)
  • "Unoptimized CNECs in series with PSTs" feature has been removed (by @phiedw in #1015) Breaking Change
  • Reading or writing a json RaoResult file is now a lot easier (by @bqth29 in #1040) Breaking Change
  • The 2nd preventive RAO now supports optimizing multiple curative instants (by @pet-mit in #1016) New
  • When optimizing PST taps in discrete mode (APPROXIMATED_INTEGERS), range constraints are now more precise, leading to more optimal results (by @MartinBelthle in #1070, #1090)
  • MIP has been made more robust with the usage of solver-specific infinity value, leading to more optimal results (by @pet-mit in #1086)
  • In automaton simulator, OnConstraint network actions are now only triggered if a CNEC of the given automaton state is constrained (by @bqth29 in #1078)
  • Misc. bug fixes (by @MartinBelthle in #1031, #1033, #1068, #1079, by @bqth29 in #905)

SWE CNE

Voltage monitoring

  • "UNKNOWN" status has been replaced with "FAILURE" (by @kahyami in #1076) Breaking Change

Documentation

Tests

Miscellaneous

New Contributors

Full Changelog: v5.5.1...v6.0.0

v5.5.2

25 Jun 12:52
Compare
Choose a tag to compare

Bug fixes

  • The convention on which to invert direction of HVDC RA in the Crac Creator was wrong, it has been fixed (#1066)