Update NewFeatures authored by Sébastien Villemot's avatar Sébastien Villemot
...@@ -25,9 +25,13 @@ Dynare 7 (unstable) ...@@ -25,9 +25,13 @@ Dynare 7 (unstable)
- Option values `solve_algo={6,7,8}` and `stack_solve_algo={2,3}` are now available without `block` nor `bytecode` (e14a49211067b27114d8173b16d4cb8f7595b0c3, aa263e6a2adc9414142551a01bbcc46abb6a3894) - Option values `solve_algo={6,7,8}` and `stack_solve_algo={2,3}` are now available without `block` nor `bytecode` (e14a49211067b27114d8173b16d4cb8f7595b0c3, aa263e6a2adc9414142551a01bbcc46abb6a3894)
- New debugging options to the `perfect_foresight_solver command: - New debugging options to the `perfect_foresight_solver` command:
+ `check_jacobian_singularity` to check the singularity of the dynamic Jacobian for `stack_solve_algo=0,2,3` (93519694) + `check_jacobian_singularity` to check the singularity of the dynamic Jacobian for `stack_solve_algo=0,2,3` (93519694)
+ `allow_nonfinite_values` to prevent the automatic removal of nonfinite values during Newton iterations, which may be useful for debugging purposes + `allow_nonfinite_values` to prevent the automatic removal of nonfinite values during Newton iterations, which may be useful for debugging purposes (!2392)
- The `perfect_foresight_with_expectation_errors_setup` command can now be combined with a `histval` block or a `histval_file` command (bb5aa0f8c70e6a19378a6711929a516e95d1b1fe)
- New `endval_steady_nocheck` option to the `perfect_foresight_solver` and `perfect_foresight_with_expectation_errors_solver` commands, to skip checking the terminal steady state values when they are provided explicitly either by a steady state file or a ``steady_state_model`` block (in combination with the `endval_steady` option for the `perfect_foresight_solver` case). This is useful for models with unit roots as, in this case, the steady state is not unique or doesn’t exist (0535e5e2910f26e7fd5a328250ae6f7ee923c8bb)
- Trace plots now allow plotting the particles of SMC methods (53907ffb) - Trace plots now allow plotting the particles of SMC methods (53907ffb)
... ...
......