@@ -8,6 +8,8 @@ This page documents known bugs in Dynare stable.
*`ramsey_model` will not correctly work with `lmmcp` (bug fixed in 1d10659b)
* The `planner_objective`-values were not based on the correct initialization of auxiliary variables (if any were present) (bug fixed in 0d483ff8)
*`bytecode` will lock the `dynamic.bin`-file upon encountering an exception, requiring a restart of Matlab to able to rerun the file (bug fixed in 271d80ab)
* Estimation with the `block` model option crashes when calling the block Kalman filter (bug fixed in 60bf0fd3)
* The `block` model option will crash if no `initval`-statement is present (bug fixed in 5e29a608)
* Having a variable with the same name as the mod-file present in the base workspace will result in a crash (bug fixed in https://git.dynare.org/Dynare/dynare/-/commit/f43ee91ed8fe2759c3918e3b270701027b8f456c and https://git.dynare.org/Dynare/dynare/-/commit/cc045caa6f0e6155d4b9e8e1cd2b38f558810ea9)
*`oo_.FilteredVariablesKStepAheadVariances` was wrongly computed in the Kalman smoother based on the previous period forecast error variance (bug fixed in 088fd641)
* Forecasts after `estimation` will not work if there are lagged exogenous variables present (bug fixed in https://git.dynare.org/Dynare/dynare/-/commit/cc045caa6f0e6155d4b9e8e1cd2b38f558810ea9)