Skip to content

Migration guide v2.5.0

Florian Dupuy edited this page Jul 3, 2024 · 2 revisions

Models simplifiers

Starting from this release, ModelsSimplifier has been split into two type of simplifiers: ModelsRemovalSimplifier and ModesSubstitutionSimplifier. Hence, you need to replace ModelsSimplifier interface in your implementations with one of the new simplifiers interfaces.

Dynawo logs

In DynaWaltzParameters, the dumpFileParameters field is now set by default with DumpFileParameters.createDefaultDumpFileParameters(). Method DynaWaltzParameters.setDefaultDumpFileParameters() has been removed.

Curve DSL

In Groovy DSL curves keyword no longer exist, use curve instead with variables keyword.

Clone this wiki locally