Skip to content

Releases: powsybl/powsybl-open-rao

v4.5.0

31 Aug 15:39
Compare
Choose a tag to compare

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

Full Changelog: v4.4.1...v4.5.0

v4.4.1

10 Jul 12:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v4.4.1

v4.4.0

08 Jun 15:35
Compare
Choose a tag to compare

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

30 May 12:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.6...v4.3.0

v4.2.4.1

12 May 07:37
Compare
Choose a tag to compare

Correct a bug in max-cra-per-tso where all range actions were counted (not only the ones belonging to TSO)

v4.2.6

09 Mar 09:02
Compare
Choose a tag to compare

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

16 Feb 13:26
Compare
Choose a tag to compare

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

v4.2.4

24 Jan 14:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.3...v4.2.4

v4.2.3

10 Jan 17:35
Compare
Choose a tag to compare

What's Changed

  • auto remedial actions were not being applied for curative perimeters by @phiedw in #705
    Bug fix
  • Fix bug in SearchTreeRaoParameters by @pet-mit in #707
    Bug fix
  • fix angle monitoring unneeded conversion bug by @schwitzguebel in #706
    Bug fix
  • 2P condition by @Godelaine in #708
    If second preventive RAO happens to increase RAO cost, the RAO now falls back to first preventive RAO's result
  • Fix FB constraint javadoc generation by @TheMaskedTurtle in #713
    Bug fix
  • Fix bug in parallelization by @pet-mit in #712
    Bug fix
  • Update CSE crac xsd to v4.23 by @pet-mit in #709
    New version of xsd implemented
  • Update dependencies by @pet-mit in #714
    Jackson & OpenLoadFlow versions bump
  • Add auto to 2P by @Godelaine in #715
    Bug fix

New Contributors

Full Changelog: v4.2.2...v4.2.3

v4.2.2

07 Dec 16:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.2.2