The `stack_solve_algo=1` and `stack_solve_algo=6` options were merged authored by Sébastien Villemot's avatar Sébastien Villemot
...@@ -42,7 +42,9 @@ Dynare 6 (unstable) ...@@ -42,7 +42,9 @@ Dynare 6 (unstable)
- New `non_zero` option to `resid` command to restrict display to non-zero residuals (preprocessor@9db21a231c5ab8f8aa26680ffecf3abfcf45bfab, 3d7299c1e490a6813de2b2cb450b738b4c7acdf9) - New `non_zero` option to `resid` command to restrict display to non-zero residuals (preprocessor@9db21a231c5ab8f8aa26680ffecf3abfcf45bfab, 3d7299c1e490a6813de2b2cb450b738b4c7acdf9)
- :warning: The `parallel_slave_open_mode` of the `dynare` command has been renamed `parallel_follower_open_mode` (preprocessor#86, !1976) - The `stack_solve_algo=1` and `stack_solve_algo=6` options were merged. Both are now synonymous, and provide the LBJ algorithm. They work both with and without the `block` and `bytecode` options. Using `stack_solve_algo=1` is now recommended, but `stack_solve_algo=6` is kept for backward compatibility reasons (06f665e231c1a66863612eb75802ff4f0b698c57)
- :warning: The `parallel_slave_open_mode` option of the `dynare` command has been renamed `parallel_follower_open_mode` (preprocessor#86, !1976)
Dynare 5 Dynare 5
-------- --------
... ...
......