@@ -9,6 +9,10 @@ This page documents known bugs in Dynare stable.
* The auxiliary particle filter and the Liu & West online filter (`mode_compute=11`) required the Statistics Toolbox (bug fixed in 18eede9d)
* The auxiliary particle filter and the Liu & West online filter (`mode_compute=11`) did not work with `discretionary_policy` (bug fixed in 43af30d0)
*`discretionary_policy` would crash if there were fewer than two exogenous variables (bug fixed in 15c684caa330fb92dc057eb60b882c30324fa3a3)
* Using the `forecast` command with a model solved at `order>1` without `varexo_det`, Dynare would return forecasts based on a first order approximation instead of providing an error message (bug fixed in 15c684caa330fb92dc057eb60b882c30324fa3a3)
* Using the `forecast` command with a model solved at `order=2` with `varexo_det` and `pruning`, Dynare would return forecasts without `pruning` instead of providing an error message (bug fixed in 15c684caa330fb92dc057eb60b882c30324fa3a3)
* Using the `forecast` command with a model solved at `order=2` with `varexo_det`, Dynare would return uncertainty bands based on a first-order approximation (bug not fixed, see #1940)
* Using the `forecast` command with a model solved at `order=3` would crash Dynare (bug fixed in 15c684caa330fb92dc057eb60b882c30324fa3a3)
* SMC methods may return wrong posterior results (bug fixed in 8953f1ab1aac2dcd2657004397e5fb3205a33cce)
* The Herbst-Schorfheide SMC sampler would crash at `order>1` (bug fixed in 0b5062a9)
* Annualized shock decomposition would not output results if desired vintage date did not coincide to an end-of-the-year Q4 period (bug fixed in faabc2ec and bd426651)