Display problems related to optimal policy authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -11,6 +11,8 @@ This page documents known bugs in Dynare stable. ...@@ -11,6 +11,8 @@ This page documents known bugs in Dynare stable.
* `solve_algo=3` (csolve) would ignore user-set `maxit` and `tolf` (bug fixed in 4e0f2bf6) * `solve_algo=3` (csolve) would ignore user-set `maxit` and `tolf` (bug fixed in 4e0f2bf6)
* The `planner_objective`-values were not based on the correct initialization of auxiliary variables (if any were present) (bug fixed in 0d483ff8) * The `planner_objective`-values were not based on the correct initialization of auxiliary variables (if any were present) (bug fixed in 0d483ff8)
* `prior_posterior_statistics_core` may crash for models with eigenvalues very close to 1 (bug fixed in 5d1d5b8a) * `prior_posterior_statistics_core` may crash for models with eigenvalues very close to 1 (bug fixed in 5d1d5b8a)
* The display of the equation numbers in `debug`-mode related to issues in the Jacobian did not correctly take auxiliary equations into account (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/1941)
* The `resid`-command does not correctly take auxiliary and missing equations related to optimal policy (`ramsey_model`, `discretionary_policy`) into account (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/1942)
* `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) * `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) * 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) * The `block` model option will crash if no `initval`-statement is present (bug fixed in 5e29a608)
... ...
......