Update Known bugs: solver fixes authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -13,6 +13,7 @@ This page documents known bugs in Dynare stable. ...@@ -13,6 +13,7 @@ This page documents known bugs in Dynare stable.
* `identification` with `prior_mc>1` will incorrectly display the share of rank deficient Jacobians (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2050) * `identification` with `prior_mc>1` will incorrectly display the share of rank deficient Jacobians (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2050)
* `plot_shock_decomposition` will crash if invalid field names are encountered (bug fixed in 16bc2b3e) * `plot_shock_decomposition` will crash if invalid field names are encountered (bug fixed in 16bc2b3e)
* `shock_decomposition` will not pass specified initial dates to generated plots (bug fixed in 1b4a4c87) * `shock_decomposition` will not pass specified initial dates to generated plots (bug fixed in 1b4a4c87)
* Various pathological cases encountered in steady state finding could crash Dynare (bug fixed in 5788f1bc, c9fd266c, c91e1f89, and 5788f1bc)
* `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 fixed in 22795298) * `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)
... ...
......