Add !1726-!1728 authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -5,6 +5,9 @@ This page documents known bugs in Dynare stable. ...@@ -5,6 +5,9 @@ This page documents known bugs in Dynare stable.
* The `shock_decomposition` command is not accepting the options of `estimation` related to smoothing (see !1724) * The `shock_decomposition` command is not accepting the options of `estimation` related to smoothing (see !1724)
* The `conditional_forecast`-command will display a warning even if the simulation was successful (see https://git.dynare.org/Dynare/dynare/-/merge_requests/1725) * The `conditional_forecast`-command will display a warning even if the simulation was successful (see https://git.dynare.org/Dynare/dynare/-/merge_requests/1725)
* The `prior_trunc`-option of `identification` does not work (see https://git.dynare.org/Dynare/dynare/-/merge_requests/1723) * The `prior_trunc`-option of `identification` does not work (see https://git.dynare.org/Dynare/dynare/-/merge_requests/1723)
* The `proposal_distribution`-option of the `tailored_random_block_metropolis_hastings` does not work (see !1727)
* Perfect foresight simulations will crash if a static model fails to converge with complex-valued residuals (see !1726)
* The diffuse Kalman smoother will crash if `Finf` becomes singular (!1728)
* 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` 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)
* The `initval_file` option does not yet support Dynare's translation of a model into a one lead/lag-model via auxiliary variables (bug not yet fixed; see #1004) * The `initval_file` option does not yet support Dynare's translation of a model into a one lead/lag-model via auxiliary variables (bug not yet fixed; see #1004)
... ...
......