Update NewFeatures: move DIME to correct place authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -27,6 +27,9 @@ Dynare 7 (unstable) ...@@ -27,6 +27,9 @@ Dynare 7 (unstable)
- New `dr_cycle_reduction_maxiter` option to the `stoch_simul`, `estimation` and `method_of_moments` command, to control the maximum number of iterations when the cycle reduction algorithm is used. (#1920, preprocessor!104, !2295) - New `dr_cycle_reduction_maxiter` option to the `stoch_simul`, `estimation` and `method_of_moments` command, to control the maximum number of iterations when the cycle reduction algorithm is used. (#1920, preprocessor!104, !2295)
- New `posterior_sampling_method=dime_mcmc` option to trigger the
Differential-Independence Mixture Ensemble ("DIME") MCMC sampler of Boehl (2022)
- Incompatible changes - Incompatible changes
- :warning: The default filename produced by the `savemacro` option of the `dynare` command has changed. It now contains an underscore (instead of a dash), for better compatibility with MATLAB/Octave syntax (preprocessor#126, preprocessor!105, !2296) - :warning: The default filename produced by the `savemacro` option of the `dynare` command has changed. It now contains an underscore (instead of a dash), for better compatibility with MATLAB/Octave syntax (preprocessor#126, preprocessor!105, !2296)
...@@ -1125,9 +1128,6 @@ Dynare 4.5 ...@@ -1125,9 +1128,6 @@ Dynare 4.5
+ New command `collect_latex_files` that creates one compilable LaTeX + New command `collect_latex_files` that creates one compilable LaTeX
file containing all TeX-output. file containing all TeX-output.
+ New `posterior_sampling_method=dime_mcmc` option to trigger the
Differential-Independence Mixture Ensemble ("DIME") MCMC sampler of Boehl (2022)
- Misc. - Misc.
+ Provides 64bit preprocessor, + Provides 64bit preprocessor,
... ...
......