Skip to content

v4.6.0

Compare
Choose a tag to compare
@pet-mit pet-mit released this 09 Oct 15:30

What's Changed

Compatibility

  • FARAO now only supports Java 17 and higher Breaking Change (#805)
  • FARAO is now compatible with PowSyBl-core version 6.0.1 Breaking Change (#805)

CRAC API

  • It is now possible to define an InjectionSetPoint that acts on a ShuntCompensator's section count New (#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. Breaking Change (#806)

Search-tree RAO

  • Bug fix for network actions that have no operator defined (#791)
  • Other minor bug fixes (#796, #813)

Voltage & angle monitoring algorithms

  • The voltage monitoring algorithm can now apply remedial actions to try to solve constraints New (#776, #800)
  • The angle monitoring algorithm now supports AngleCnecs defined on a Bus New (#808)
  • Both algorithms now have better logs (#797)

CSA-profiles importer

  • The CSA-profiles importer now supports VoltageCnecs New (#781)
  • Minor bug fixes (#795, #798, #801)

Others

  • It is not possible to install FARAO using iTools anymore Breaking Change (#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) New (#814)
  • Parallelization bug fixes (#810)

Full Changelog: v4.5.0...v4.6.0