- Method of moments now supports estimation with discretionary optimal policy (!2279)
- New `homotopy_exclude_varexo` option to the `perfect_foresight_solver` command, for excluding exogenous variables from the homotopy procedure (9f65299d8a7e63de8432a73bffdc8899eb27e936)
- Option values `solve_algo={6,7,8}` and `stack_solve_algo={2,3}` are now available without `block` nor `bytecode` (e14a49211067b27114d8173b16d4cb8f7595b0c3, aa263e6a2adc9414142551a01bbcc46abb6a3894)
- :warning: New syntax for specifying complementarity conditions, using the perpendicular symbol instead of the `mcp` equation tag (461c30fea8c296e88388f9775a2e92e674b0e3d2)
...
...
@@ -104,6 +102,8 @@ Dynare 6
- Purely backward, forward and static models are now supported by the homotopy procedure. (fe142b663ef34d26969191d2a096b08aecc1eb10)
- New `homotopy_exclude_varexo` option to the `perfect_foresight_solver` command, for excluding exogenous variables from the homotopy procedure (only available since version 6.1) (9f65299d8a7e63de8432a73bffdc8899eb27e936)
- The `stack_solve_algo=1` and `stack_solve_algo=6` options of the `perfect_foresight_solver` command were merged and are now synonymous. They both provide the Laffargue-Boucekkine-Juillard algorithm and work with and without the `block` and `bytecode` options of the `model` block. Using `stack_solve_algo=1` is now recommended, but `stack_solve_algo=6` is kept for backward compatibility. (06f665e231c1a66863612eb75802ff4f0b698c57)