NewFeatures: mode_compute=1 now works under Octave authored by Sébastien Villemot's avatar Sébastien Villemot
......@@ -25,7 +25,7 @@ Dynare 4.6-unstable
- Various improvements to particle filters (TO BE DETAILED)
- Options `solve_algo=7` and `stack_solve_algo=2` now work under Octave
- Options `solve_algo=7`, `stack_solve_algo=2` and `mode_compute=1` now work under Octave
- In `conditional_forecast_paths`, it is no longer required that all constrained paths be of the same length. There may now be a different number of controlled variables at each period. In that case, the order of declaration of endogenous controlled variables and of `controlled_varexo` matters: if the second endogenous variable is controlled for less periods than the first one, the second `controlled_varexo` isn't set for the last periods. (see #699)
......@@ -454,4 +454,4 @@ Dynare 4.5
+ BVAR now saves the marginal data density in
`oo_.bvar.log_marginal_data_density` and stores prior and
posterior information in `oo_.bvar.prior` and
`oo_.bvar.posterior`.
\ No newline at end of file
`oo_.bvar.posterior`.