@@ -3,6 +3,7 @@ This page documents known bugs in Dynare stable.
`@#includepath` directives were off by 1 (bug fixed in https://git.dynare.org/Dynare/preprocessor/-/commit/50a2737e41cd449d6551622b918f64e514c3d2fc)
* The indexing of `M_.endo_trends` was off by 1 (bug fixed in https://git.dynare.org/Dynare/preprocessor/-/commit/2758f46c83f847fb56a5107b16a05300ee11dc70)
* Under Windows, when the default installation location is chosen (`c:\dynare\`), Dynare installation files can be modified by unpriviledged local users (bug fixed in 689355ebc8850472508e997674b2482e5233601e)
* The variable label for exogenous leads and lags was incorrect for leads and lags of exogenous variables in the display of decision rules and in `model_info` (bug not yet fixed, see !2118)
* OccBin:
* running `calib_smoother` with `smoother_inversion_filter` would crash unless `likelihood_inversion_filter` was also specified (bug fixed in 4e4cd75c)
* running the PKF smoother would crash if an error was encountered during computation of the decision rules (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/issues/1879)
...
...
@@ -11,6 +12,7 @@ This page documents known bugs in Dynare stable.
* the `debug`-mode did not preserve sparsity, causing out of memory errors (bug fixed in bbdcdc89)
* Estimation:
* the computation of prior/posterior statistics would crash if `filter step_ahead > 1` without requesting `forecast` or the `smoother` (bug fixed, see e7ca989b)
* handling of NaN and complex parameters returned by steady state files was not correctly handled (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2119)
* Forecasts are only based on the DSGE-model, not the DSGE-VAR (bug not yet fixed; see #819)
* The `contemp_reduced_form`-option of the `sbvar`-command is broken (bug not yet fixed, see #1716)