prior_posterior_statistics_core QZ criterium authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -8,6 +8,7 @@ This page documents known bugs in Dynare stable. ...@@ -8,6 +8,7 @@ This page documents known bugs in Dynare stable.
* `ramsey_model` will not correctly work with `lmmcp` (bug fixed in 1d10659b) * `ramsey_model` will not correctly work with `lmmcp` (bug fixed in 1d10659b)
* `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)
* `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)
... ...
......