solveopt and prior bugs authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -16,6 +16,9 @@ This page documents known bugs in Dynare stable. ...@@ -16,6 +16,9 @@ This page documents known bugs in Dynare stable.
* Output of `moments_varendo`-results when using particle filters will be based on `order=1` (bug fixed in dedfd0c0, 314948ce. and b38d6f81) * Output of `moments_varendo`-results when using particle filters will be based on `order=1` (bug fixed in dedfd0c0, 314948ce. and b38d6f81)
* When decreasing the `order` in mod-files, `oo_.dr` may contain stale results from higher orders (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/issues/1767) * When decreasing the `order` in mod-files, `oo_.dr` may contain stale results from higher orders (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/issues/1767)
* Estimation results using the particle filter at `order=3` will be incorrect if the restricted state space differs from the unrestricted one (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/issues/1768) * Estimation results using the particle filter at `order=3` will be incorrect if the restricted state space differs from the unrestricted one (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/issues/1768)
* `mode_compute=102` (SOLVEOPT) may return with `Inf` instead of the last feasible value (bug fixed in a89f21b5)
* Using `analytic_derivation` for Bayesian estimation will result in wrong results when the multivariate Kalman filter enters the steady state stage (bug fixed in c6c9b4e3)
* Using `analytic_derivation` for ML estimation will result in a crash (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/1811)
* `cova_compute=0` did not work with user-defined `MCMC_jumping_covariance` (bug fixed via https://git.dynare.org/Dynare/dynare/-/commit/9351fd662fa8ea089c763c403ee4f6d94413ae71) * `cova_compute=0` did not work with user-defined `MCMC_jumping_covariance` (bug fixed via https://git.dynare.org/Dynare/dynare/-/commit/9351fd662fa8ea089c763c403ee4f6d94413ae71)
* `mode_compute=1` does not work with `analytic_derivation` (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/issues/1770) * `mode_compute=1` does not work with `analytic_derivation` (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/issues/1770)
* Not all commands honor saving to the `M_.dname`-folder (bug fixed, see da3943be) * Not all commands honor saving to the `M_.dname`-folder (bug fixed, see da3943be)
... ...
......