- New option `mh_tune_guess` for setting the initial value for `mh_tune_jscale` (!1717)
- New block `filter_initial_state` for setting the initial condition of the Kalman filter/smoother (7c8f4867)
- New option `schur_vec_tol` to the `identification` command, for setting the tolerance level used to find nonstationary variables in Schur decomposition of the transition matrix (!1794)
- New `notime` option to the `dynare` command (preprocessor@27a8b3b70ed93e45f17e9792d0a23ea781b2b4dc)
...
...
@@ -43,6 +45,8 @@ Dynare 4.7 (unstable)
- When using the `loglinear` option, the output from Dynare now clearly shows that the results reported concern the log of the original variable (!1796)
- 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`)
- The total computing time of a run is now saved to `oo_.time` (https://git.dynare.org/Dynare/preprocessor/-/commit/c79ae5d4bd6d130026fbb6f1dee69a046eab71b6)
- :warning: minimal required MATLAB version is now R2014a (8.3) (#1713)