Releases: powsybl/powsybl-open-rao
Releases · powsybl/powsybl-open-rao
v4.6.1
What's Changed
CSA-profiles importer
- The CSA-profiles importer now supports AngleCnecs
(#818)
- When importing CNECs from an AssessedElement, if a given contingency cannot be associated with the AssessedElement, remaining contingencies are no longer ignored (#815)
RAO
- Miscellaneous bug fixes in the RAO; the user now must set sensitivity thresholds greater than 1e-6
(#819)
Full Changelog: v4.6.0...v4.6.1
v4.6.0
What's Changed
Compatibility
- FARAO now only supports Java 17 and higher
(#805)
- FARAO is now compatible with PowSyBl-core version 6.0.1
(#805)
CRAC API
- It is now possible to define an InjectionSetPoint that acts on a ShuntCompensator's section count
(#802)
- The remedial actions adders' add() method is now common and returns a RemedialAction. This allows the CRAC factory user to create remedial actions in a more generic way (#787)
RAO API
- The OptimizationState enum has been removed in order to simplify the API. When querying the RaoResult object, the user now shall use Instant instead.
(#806)
Search-tree RAO
Voltage & angle monitoring algorithms
- The voltage monitoring algorithm can now apply remedial actions to try to solve constraints
(#776, #800)
- The angle monitoring algorithm now supports AngleCnecs defined on a Bus
(#808)
- Both algorithms now have better logs (#797)
CSA-profiles importer
Others
- It is not possible to install FARAO using iTools anymore
(#792)
- Some Sonar issues were addressed (#803)
- It is now possible to enable linear optimizer output by activating "trace" level in "Technical logs" (console only)
(#814)
- Parallelization bug fixes (#810)
Full Changelog: v4.5.0...v4.6.0
v4.5.1
v4.5.0
What's Changed
New CSA-profiles CRAC importer
This importer respects the ENTSO-E specification for CIM CSA-profiles v2.2.
For now, supported objects are:
- Contingencies
- Flow CNECs
- Topological remedial actions (only opening switches for now, and only on-instant & on-contingency-instant usage rules)
- Injection set-point remedial actions (only on-instant & on-contingency-instant usage rules)
- PST range actions (only on-instant & on-contingency-instant usage rules)
CIM CRAC importer
- The importer is now more permissive on where it should find contingencies & flow CNECs. Read about it here: #784
Remedial action optimisation
- The RAO is now faster thanks to an optimisation of the search-tree algorithm. Read about it here: #766
- A minor bug has been fixed inside the search-tree: #778
- Misc issues with automaton simulation have also been fixed: #777
CRAC API
- It is now possible to define remedial actions that are available after a constraint on a voltage CNEC. Read about it here: #775
New Contributors
- @jipea made their first contribution in #763
- @GabrielPlante made their first contribution in #775
Full Changelog: v4.4.1...v4.5.0
v4.4.1
What's Changed
- Replaced LOGGERs by FARAO Loggers in CimCracImporter by @bqth29 in #768
- promote range action speed field to remedial action level by @benrejebmoh in #769
- Remove unused dependencies and update Guava by @murgeyseb in #770
- bump powsybl_core to v5.3.2 with OLF 1.2.0 by @MartinBelthle in #772
Full Changelog: v4.4.0...v4.4.1
v4.4.0
What's Changed
- Add limit to PST range for sensitivity changes by @MartinBelthle (#758)
- Updated powsybl core version to 5.3.0, OLF to 1.2.0 and powsybl entsoe to 2.4.0 by @phiedw (#764)
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
- Remove raoresult useless info by @MartinBelthle in #744
- OR-Tools version update to 9.5 + better encapsulation by @pet-mit in #740
- Various performance improvements by @phiedw in #743
- Remove SearchTreeRaoResult Interface by @MartinBelthle in #745
- Enrich CracCreation APIs by @pet-mit in #735
- Logs range actions activated by @MartinBelthle in #734
- fixed a sonar "bug" by @phiedw in #746
- updated powsybl to 5.2 RC1, includes upgrade to junit5 by @phiedw in #747
- Remove redundant parameters classes by @bqth29 in #750
- Refactor usage rules by @Godelaine in #748
- AUTO instant: ignore overloaded CNECs if they can be secured by their PST by @pet-mit in #754
- CoreCne : adapt to only use FlowResult in MW by @bqth29 in #752
- Monitor network copies in search tree by @bqth29 in #755
- Fix fallback logs by @MartinBelthle in #757
New Contributors
Full Changelog: v4.2.6...v4.3.0
v4.2.4.1
v4.2.6
What's Changed
- Demote some logs by @pet-mit in #739
- Refacto parameters by @Godelaine in #736
BREAKING CHANGE : Rao parameters must be refactored. curative-rao-optimize-operators-not-sharing-cras is reversed. LoopFlow, MNEC and RelativeMargins parameters are now RaoParameters extensions. - BUG FIX : FaraoException thrown with diverging perimeter by @Godelaine in #741
Full Changelog: v4.2.5...v4.2.6
v4.2.5
What's Changed
- Improve AUTO CNECs optimization by @pet-mit in #726
BREAKING CHANGE If AUTO CNECs exist with no associated AUTO RAs, these CNECs are duplicated in the OUTAGE instant in order to be secured by the preventive RAO. Implemented for the CIM CRAC creator. - Fix hvdc setpoint by @pet-mit in #723
BREAKING CHANGE When disabling AC emulation on an HVDC, its original (AC-emulation) set-point has to be computed and set before running sensitivity analysis, in order to ensure convergence - Reason per perimeter2 by @Godelaine in #710
BREAKING CHANGE The RAO can now detect & isolate contingency perimeters that diverge - Second prev info in rao result by @MartinBelthle in #711
The RaoResult object can now tell which RAO steps have been executed - More optimal approach to max CRA by @pet-mit in #730
BREAKING CHANGE When limited by a maximum number of CRAs, the RAO can now choose a range action or a network action to optimize the minimum margin (whereas it priviliged range actions before) - Bump powsybl and its dependencies versions by @phiedw in #731
PowSyBl version bump - Consider ARAs in 2P by @Godelaine in #728
BREAKING CHANGE Second preventive RAO now behaves a lot better when mixed with AUTO perimeters - Add messages to CNE exceptions by @pet-mit in #732
Bug fix - Reduces amount of calls to getFunctionalCost method by @MartinBelthle in #729
Housekeeping
Full Changelog: v4.2.4...v4.2.5