Fixed bugs in version 6.0 authored by Sébastien Villemot's avatar Sébastien Villemot
This page documents the bugs fixed in released versions of Dynare. For bugs fixed in previous versions of Dynare, please read the dedicated frozen page on the [DynareWiki](https://archives.dynare.org/DynareWiki/KnownBugs). This page documents the bugs fixed in released versions of Dynare. For bugs fixed in previous versions of Dynare, please read the dedicated frozen page on the [DynareWiki](https://archives.dynare.org/DynareWiki/KnownBugs).
Bugs fixed in version 6.0
-------------------------
* The `mh_initialize_from_previous_mcmc` option of the `estimation` command
would not work if estimation was conducted with a different prior and the
last draw in the previous MCMC fell outside the new prior bounds (bug fixed
in aad5c360)
* When specifying a generalized inverse Gamma prior, the hyperparameter
computation would erroneously ignore the resulting mean shift (bug fixed in
8f735646)
* When using the `mh_recover` option of the `estimation` command, the status
bar always started at zero instead of showing the overall progress of the
recovered chain (bug fixed in 53b57da8)
* The `model_diagnostics` command would fail to check the correctness of
user-defined steady state files (bug fixed in
1b4fb46c75476340aec67fa02ae4b46af544c8aa)
* GSA: LaTeX output was not working as expected (bug fixed in 59c9f70a,
701afd2c, fca782f8)
* Forecasts and filtered variables could not be retrieved with the
`heteroskedastic_shocks` block (bug fixed in de152a3d)
* The OccBin smoother would potentially not display all smoothed shocks with
`heteroskedastic_filter` option (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 multivariate OccBin smoother would return wrong results if the constraint
was binding in the first period (bug fixed in 8348cf00)
* The `plot_shock_decomposition` command would fail with the `init2shocks`
block if the `initial_condition_decomposition` was not run before (bug fixed
in a4e65314)
* LaTeX output under Windows failed to compile for `plot_priors=1` option of
the `estimation` command and Brooks and Gelman (1998) convergence diagnostics
(bug fixed in e7184023 and 37f747bb)
* The plot produced by the `shock_decomposition` command was too big, making
the close button inaccessible (bug fixed in 701afd2c)
* Monthly dates for October, November and December (*i.e.* with a 2-digit month
number) were not properly interpreted by the preprocessor (bug fixed in
preprocessor@7dd6b87662ca1087765c04477ef715d8c542c871; see #1918)
* Theoretical moments at `order=2` with `pruning` would not contain
unconditional and conditional variance decomposition (regression from 4.6;
fixed in 41ac891f and c063d536; was not backported to 5.x)
Bugs fixed in version 5.5 Bugs fixed in version 5.5
------------------------- -------------------------
... ...
......