Update Known bugs present in the current stable version: Occbin periodic solutions authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -8,6 +8,7 @@ This page documents known bugs in Dynare stable. ...@@ -8,6 +8,7 @@ This page documents known bugs in Dynare stable.
* 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) * 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)
* the smoother may crash due to the initial states being empty (bug fixed in eb6f17e7) and when encountering errors (bug fixed in ce21248e) * the smoother may crash due to the initial states being empty (bug fixed in eb6f17e7) and when encountering errors (bug fixed in ce21248e)
* the smoother fields of `oo_` will contain wrong results if the piecewise linear Kalman smoother did not converge (bug fixed in 4d603fb3) * the smoother fields of `oo_` will contain wrong results if the piecewise linear Kalman smoother did not converge (bug fixed in 4d603fb3)
* in pathological cases, seemingly periodic solutions may have been incorrectly accepted (bug fixed in d0150997)
* `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)
... ...
......