Skip to content

Migration guide v2.9.0

Lisrte edited this page Jul 17, 2025 · 3 revisions

Generator model interface

Replace GeneratorModel interface with SpecifiedGeneratorModel for specified model or InjectionModel for default model.

Dynawo simulation parameters update

DynawoSimulationParameters modelsParameters, networkParameters and solverParameters fields are no longer serialized and are replaced respectively by :

  • modelsParametersFilePath
  • networkParametersFilePath and networkParametersSetId
  • solverParametersFilePath and solverParametersSetId

ModelConfigLoader interface update

getModelConfigFileName method has been removed.
loadModelConfigs default method has been removed -> add specific implementation.

Clone this wiki locally