Update fixed bugs authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -5,10 +5,10 @@ This page documents known bugs in Dynare stable. ...@@ -5,10 +5,10 @@ This page documents known bugs in Dynare stable.
* `ramsey`: steady state files will not work when auxiliary variables include Lagrange multipliers (bug fixed in 21004adf) * `ramsey`: steady state files will not work when auxiliary variables include Lagrange multipliers (bug fixed in 21004adf)
* perfect foresight simulations of purely forward or backward models will crash if complex values are encountered (bug fixed in 74dc4f81) * perfect foresight simulations of purely forward or backward models will crash if complex values are encountered (bug fixed in 74dc4f81)
* `occbin` does not properly handle errors when solving the baseline regime like Blanchard-Kahn violations (bug fixed in 6536e135) * `occbin` does not properly handle errors when solving the baseline regime like Blanchard-Kahn violations (bug fixed in 6536e135)
* `occbin`: the piecewise linear Kalman filter will crash if the model solution cannot be computed for a parameter draw (bug fixed in 0f333f29) * `occbin`: the piecewise linear Kalman filter will crash if the model solution cannot be computed for a parameter draw (bug fixed in 0f333f29 and c623696b)
* `occbin`: `oo_.FilteredVariablesKStepAhead` and `oo_.UpdatedVariables` will contain the steady state twice (bug not yet fixed, see bab8aefb) * `occbin`: `oo_.FilteredVariablesKStepAhead` and `oo_.UpdatedVariables` will contain the steady state twice (bug not yet fixed, see bab8aefb)
* `solve_algo=0` does not honor `tolx` (bug fixed in 40a525ee) * `solve_algo=0` does not honor `tolx` (bug fixed in 40a525ee)
* `sensitivity`: stability mapping will not correctly honor the prior bounds (bug not yet fixed, see !2036) * `sensitivity`: stability mapping will not correctly honor the prior bounds (bug fixed in 22795298)
* The `contemp_reduced_form`-option of the `sbvar`-command is broken (bug not yet fixed, see #1716) * The `contemp_reduced_form`-option of the `sbvar`-command is broken (bug not yet fixed, see #1716)
* Forecasts are only based on the DSGE-model, not the DSGE-VAR (bug not yet fixed; see #819) * Forecasts are only based on the DSGE-model, not the DSGE-VAR (bug not yet fixed; see #819)
... ...
......