!1847 authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -2,6 +2,7 @@ This page documents known bugs in Dynare stable. ...@@ -2,6 +2,7 @@ This page documents known bugs in Dynare stable.
* Under some circumstances, the use of the `model_local_variable` statement would lead to a crash of the preprocessor (bug fixed; see #1782) * Under some circumstances, the use of the `model_local_variable` statement would lead to a crash of the preprocessor (bug fixed; see #1782)
* `load_mh_file` will not be able to load proposal density if the previous run was done in parallel (bug fixed; see !1835) * `load_mh_file` will not be able to load proposal density if the previous run was done in parallel (bug fixed; see !1835)
* `oo_.FilteredVariablesKStepAheadVariances` was wrongly computed in the Kalman smoother based on the previous period forecast error variance (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/1847)
* Forecasts are only based on the DSGE-model, not the DSGE-VAR (bug not yet fixed; see #819) * Forecasts are only based on the DSGE-model, not the DSGE-VAR (bug not yet fixed; see #819)
* `smoother2histval` will crash if variable names are too similar (bug fixed, see !1800) * `smoother2histval` will crash if variable names are too similar (bug fixed, see !1800)
* `smoother2histval` does not keep track of whether previously stored results were generate with `loglinear` (bug not yet fixed; see #1407) * `smoother2histval` does not keep track of whether previously stored results were generate with `loglinear` (bug not yet fixed; see #1407)
... ...
......