@@ -6,6 +6,7 @@ This page documents the changes between Dynare versions (including the unstable
- The `osr` command now supports using a `planner_objective` function to conduct welfare analysis at higher order (!2411)
- :warning: the legacy linear-quadratic approach with an `optim_weights` block now requires explicitly setting `order=1`.
- The Dynamic Striated Metropolis Hastings sampler proposed by Waggoner, Wu, and Zha (2016) is now available under value `dsmh` for option `posterior_sampling_method` (see https://git.dynare.org/Dynare/dynare/-/merge_requests/2345).
- New `posterior_sampler_option` for `posterior_sampling_method='slice'` named `save_iter_info_file` to shut off saving of iteration information to a file (b86b81ff60f4004778cf3581b443d9dfe2910585)
- The `forecast` command now also works at higher order and supports the `pruning` option (d92c2c34)
- Perfect foresight integration with dates/dseries
- New options `first_simulation_period` and `last_simulation_period` to `perfect_foresight_setup` and `perfect_foresight_with_expectation_errors_setup` commands, to specify the real dates for the simulation (e.g. `2024Q1`); (dcd68ef7646151bd6ab2a13f0f8ccfa6eb9950bc)