@@ -9,6 +9,7 @@ This page documents known bugs in Dynare stable.
* For scalar values, the description of the `horizon` option in the `var_expectation_model` was incorrect (fixed in 03cb9894c558fceafc0c537202551ac8122f2887)
* Steady state computation with `bytecode` option in a Ramsey policy is broken (bug fixed in 1ce40d4df55b467c8cf395c0714021ecd20214b6)
* OccBin: the piecewise Kalman filter would crash in case of a periodic solution (bug fixed in 1fedaa22)
* The `heteroskedastic_filter` option would cause a crash if there was only one shock (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2288)
* User-defined `warning` settings were internally overwritten with `method_of_moments` or the piecewise Kalman filter (bug fixed in f4b61997)
* The SMC sampler will crash if any of the `bayesian_irf`, `moments_varendo`, or `smoother` options has been specified (bug fixed in 5d47ac2a)
* The univariate Kalman filter erroneously treated observations with negative prediction variances due to numerical issues as missing values instead of discarding the parameter draw (bug not yet fixed; see !2280)