- :warning: New `estimation`-option `mh_init_scale_factor` replacing the deprecated `mh_init_scale` to govern the overdispersion of the starting draws when initializing several Monte Carlo Markov Chains (!2041).
- :warning: The `minimal_workspace` command line option has been removed due to it now being the default. Dynare will not duplicate information stored in `oo_.endo_simul, oo_.exo_simul, oo_.irfs` and `M_.params` in the base workspace. New helper functions `send_parameters_to_workspace`, `send_endogenous_variables_to_workspace`, `send_exogenous_variables_to_workspace`, and `send_irfs_to_workspace` can be used to explicitly request these outputs and to mimic the old behavior (dynare@0d125e8a454cce960eac79b6319f2e950c9df521, preprocessor@06ac6818, and !2229).
- :warning: Dynare will not duplicate information stored in `oo_.endo_simul, oo_.exo_simul`, and `oo_.irfs` in the base workspace. New helper functions `send_endogenous_variables_to_workspace`, `send_exogenous_variables_to_workspace`, and `send_irfs_to_workspace` can be used to explicitly request these outputs and to mimic the old behavior (!2229).
- OccBin:
- new `reset_check_ahead_periods_in_new_period`-option that allows resetting `check_ahead_periods` in each simulation period (3765ef77)