- Option `block` of `model` can now be used in conjunction with `use_dll`
- Options `block` and `bytecode` of `model` can now be used in conjunction with model-local variables (variables declared with a pound-sign #) (#1243)
- Macroprocessor: variables can be defined without a value (they are assigned integer 1) (preprocessor#43)
- New option `mh_tune_guess` for setting the initial value for `mh_tune_jscale` (!1717)
...
...
@@ -30,6 +32,8 @@ Dynare 4.7 (unstable)
- In deterministic models, exogenous variables with lead/lags are now replaced by auxiliary variables. This brings those models in line with the transformation done on stochastic models. However note that transformation is still not exactly the same between the two classes of models, because there is no need to take into account the Jensen inequality on the latter. In deterministic models, there is a one-to-one mapping between exogenous with lead/lags and auxiliaries, while in stochastic models, an auxiliary endo may correspond to a more complex nonlinear expression (preprocessor@9bca65c7e525a2415fe46b27e8760208b22aba9d)
- Model-local variables are now substituted out as part of the various model transformations. This means that they will no longer appear in LaTeX or in JSON files (for the latter, they are still visible with `json=parse` or `json=check`)
- :warning: minimal required MATLAB version is now R2014a (8.3) (#1713)
- :warning: 32-bit support has been dropped under Windows (#1713)