Update Known bugs present in the current stable version: fixed identification bugs authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -4,8 +4,8 @@ This page documents known bugs in Dynare stable. ...@@ -4,8 +4,8 @@ This page documents known bugs in Dynare stable.
* OccBin: the `smoothed_state_uncertainty` option would crash Dynare if the MCMC smoother was run after the classical one (bug fixed in c62d9db0) * OccBin: the `smoothed_state_uncertainty` option would crash Dynare if the MCMC smoother was run after the classical one (bug fixed in c62d9db0)
* OccBin: the smoother would crash when encountering an internal error due to the output of the linear smoother not having been computed (bug fixed in 7c318adf) * OccBin: the smoother would crash when encountering an internal error due to the output of the linear smoother not having been computed (bug fixed in 7c318adf)
* Calling `model_info` with `differentiate_forward_vars` would crash (bug fixed in 8313cd5e) * Calling `model_info` with `differentiate_forward_vars` would crash (bug fixed in 8313cd5e)
* `identification` would compute the asymptotic Hessian via simulation instead of via moments as intended (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2333) * `identification` would compute the asymptotic Hessian via simulation instead of via moments as intended (bug fixed in 4d0a3f2c)
* `identification` would crash during prior sampling if the initial draw did not solve the model (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2333) * `identification` would crash during prior sampling if the initial draw did not solve the model (bug fixed in 2946b7ea)
* The `gsa_sample_file` was broken (bug fixed in 8aaed032) * The `gsa_sample_file` was broken (bug fixed in 8aaed032)
* `discretionary_policy` would crash if the model was purely forward-looking (bug fixed in 0668025f and f8405777) * `discretionary_policy` would crash if the model was purely forward-looking (bug fixed in 0668025f and f8405777)
* 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)
... ...
......