Update Known bugs present in the current stable version authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -4,7 +4,7 @@ This page documents known bugs in Dynare stable. ...@@ -4,7 +4,7 @@ This page documents known bugs in Dynare stable.
* Occbin: * Occbin:
* the piecewise linear Kalman filter (PKF) may crash if the model solution cannot be computed for a parameter draw (bug fixed in 3c0f8ec6) * the piecewise linear Kalman filter (PKF) may crash if the model solution cannot be computed for a parameter draw (bug fixed in 3c0f8ec6)
* the piecewise linear Kalman filter (PKF) may crash mode finding if an error is encountered (bug fixed in 5defbdeb927a536f983f31d3e102832151a524ec) * the piecewise linear Kalman filter (PKF) may crash mode finding if an error is encountered (bug fixed in 5defbdeb927a536f983f31d3e102832151a524ec)
* the piecewise linear Kalman filter (PKF) will crash in the one-constraint case if the fixed point algorithm did not converge (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2090) * the piecewise linear Kalman filter (PKF) will crash in the one-constraint case if the fixed point algorithm did not converge (bug fixed in 95a15815)
* `mh_recover` and `load_mh_file` will not find the saved proposal density and have to rely on the mode-file (bug fixed in df09084a) * `mh_recover` and `load_mh_file` will not find the saved proposal density and have to rely on the mode-file (bug fixed in df09084a)
* `load_results_after_load_mh` will not find the location of the results-file (bug fixed in 905e7c43) * `load_results_after_load_mh` will not find the location of the results-file (bug fixed in 905e7c43)
* `bayesian_irf` together with `loglinear` will produce wrong results (bug fixed in ee8dfb76) * `bayesian_irf` together with `loglinear` will produce wrong results (bug fixed in ee8dfb76)
... ...
......