Skip to content

v2.4.3

Compare
Choose a tag to compare
@pet-mit pet-mit released this 14 Jun 14:21

Release note

Bug fixes

  • Better PST filtering when maximum number per TSO is reached
  • In LoopFlow computation, Farao now ignores PTDFs for elements not connected to the main component of the network
  • When the iterating linear optimizer degrades the minimum margin, the network is reset to the previous situation. This prevents the RAO from wrongly counting the number of used PSTs.

Some remarks on the quick evolution of Farao's API

The code of farao-core is still evolving significantly from one release to the next. Several of those evolutions are impacting, in one way or another, the APIs of FARAO, and consequently the applications that rely on it. We are indeed in a stage in which we are still allowing ourselves to bring many breaking changes to our API.

These quick evolutions of the API give us the flexibility in the current stages of the Farao development to question some of our initial choices, and adapt some parts of the source code in order to make it more robust, scalable, easy-to-read and fitted to the newly developed features.

Eventually, the API of FARAO will be stabilized. Breaking changes will be made with more parsimony and be accompanied by more documentation. But this stabilization will come later as significant changes in the crac-api are still expected in the next releases.