Update Known bugs: init2shocks authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -9,6 +9,7 @@ de152a3d) ...@@ -9,6 +9,7 @@ de152a3d)
* The OccBin smoother would potentially not display all smoothed shocks with `heteroskedastic_filter` (bug fixed in 90fbb95) * The OccBin smoother would potentially not display all smoothed shocks with `heteroskedastic_filter` (bug fixed in 90fbb95)
* The OccBin smoother would crash if the number of requested periods was smaller than the data length (bug fixed in ee5faf07) * The OccBin smoother would crash if the number of requested periods was smaller than the data length (bug fixed in ee5faf07)
* The multivariate OccBin smoother would return wrong results if the constraint was binding in the first period (bug fixed in 8348cf00) * The multivariate OccBin smoother would return wrong results if the constraint was binding in the first period (bug fixed in 8348cf00)
* `plot_shock_decomposition` would fail with `init2shocks` if `initial_condition_decomposition` was not run before (bug fixed in a4e65314)
* LaTeX output under Windows failed to compile for `plot_priors` and Brooks/Gelman convergence diagnostics (bug fixed in e7184023 and 37f747bb) * LaTeX output under Windows failed to compile for `plot_priors` and Brooks/Gelman convergence diagnostics (bug fixed in e7184023 and 37f747bb)
* `shock_decomposition`: the plot was too big, making the close button inaccessible (bug fixed in 701afd2c) * `shock_decomposition`: the plot was too big, making the close button inaccessible (bug fixed in 701afd2c)
* Theoretical moments at `order=2` with `pruning` do not contain unconditional and conditional variance decomposition (regression from 4.6; fixed in 41ac891f and c063d536; not backported to 5.x) * Theoretical moments at `order=2` with `pruning` do not contain unconditional and conditional variance decomposition (regression from 4.6; fixed in 41ac891f and c063d536; not backported to 5.x)
... ...
......