Update NewFeatures authored by Johannes Pfeifer's avatar Johannes Pfeifer
......@@ -22,6 +22,8 @@ Dynare 4.7 (unstable)
- 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)
......@@ -44,6 +46,8 @@ Dynare 4.7 (unstable)
- 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)
- :warning: 32-bit support has been dropped under Windows (#1713)
......
......