-
Notifications
You must be signed in to change notification settings - Fork 0
Migration guide v2.5.0
Florian Dupuy edited this page Jul 3, 2024
·
2 revisions
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.
In DynaWaltzParameters
, the dumpFileParameters
field is now set by default with DumpFileParameters.createDefaultDumpFileParameters()
.
Method DynaWaltzParameters.setDefaultDumpFileParameters()
has been removed.
In Groovy DSL curves
keyword no longer exist, use curve
instead with variables
keyword.