Version 7 will bring many improvements but also a few potentially breaking changes. We most strongly encourage you to modify your own code to comply with the new version in advance of its release. Relying on an older version of Dynare to run your own code may seem like a gain of time in the short term but will lead to more problems later. Note also that possible bugs found later in version 6 won't be fixed in that version. We expect users to run version 7 after its release.
Version 7 will bring many improvements but also a few potentially breaking changes. We most strongly encourage you to modify your own code to comply with the new version in advance of its release. Relying on an older version of Dynare to run your own code may seem like a gain of time in the short term but will lead to more problems later. Note also that possible bugs found later in version 6 won't be fixed in that version. We expect users to run version 7 after its release.
# OSR order of approximation setting
The legacy OSR interface with an `optim_weights` statement now explicitly requires setting `order=1`. If the default `order=2` is left implicit, an error message
> OSR: OSR without planner_objective only supports order=1.
will appear
# New default value for prior_trunc
# New default value for prior_trunc
The `prior_trunc` option of `estimation` has a new default value of 0, i.e., by default there is no prior truncation. To restore the old behavior, you can set `prior_trunc=1e-10`.
The `prior_trunc` option of `estimation` has a new default value of 0, i.e., by default there is no prior truncation. To restore the old behavior, you can set `prior_trunc=1e-10`.