@@ -13,7 +13,7 @@ This page documents known bugs in Dynare stable.
*`x13` does not handle missing values, particularly at the beginning of a series (bug fixed in dseries@95a011a7 and dseries@c0786192)
*`x13` would occasionally crash under Windows with segmentation violations (bug fixed in https://git.dynare.org/Dynare/dynare/-/commit/39c2cba1b6c196702490d1cc7706ef5e7ca1939a)
* OccBin: estimation will crash if a previous `shocks(surprise)`-simulation was conducted (bug fixed in 37eb1097)
*`method_of_moments` with `gmm` ignored the `analytic_standard_errors` when using `mode_compute=4` (bug fixed in 3895da48)
*`method_of_moments` with `gmm` ignored the `analytic_standard_errors`option when using `mode_compute=4` (bug fixed in 3895da48)
* Theoretical moments at `order=2` with `pruning` do not contain unconditional and conditional variance decomposition (regression from 4.6; fixed in 41ac891f and c063d536; not backported to 5.x)
* Forecasts are only based on the DSGE-model, not the DSGE-VAR (bug not yet fixed; see #819)
* The `bvar_irf` command would ignore the `SquareRoot` option and instead employ a Cholesky decomposition (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2175)