Fixed bugs in 6.2 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).
Bugs fixed in version 6.2
-------------------------
* The mixed complementarity problem (MCP) solver could fail or give wrong
results in some cases where there were multiple complementarity conditions
(bug fixed in 1fea7f3e966b5c7803d4905ced29207440d13d57)
* The `qmc_sequence` MEX file from the macOS package would fail to load (bug
fixed in f1e10960d7c6f544d55ab3f548735e93a7aaff1a)
* OccBin forecasts would crash in case of shocks with zero variance (bug fixed
in ad90aa1e)
* OccBin smoother would crash if simulation did not converge (bug fixed in
bc775bb4)
* Computation of posterior moments could crash in large models (bug fixed in
895b5340039457a21a72a59e0e4e93afcb29352f)
* The auxiliary particle filter and the Liu & West online filter
(`mode_compute=11`) required the Statistics Toolbox (bug fixed in 18eede9d)
* The auxiliary particle filter and the Liu & West online filter
(`mode_compute=11`) would not work with `discretionary_policy` (bug fixed in
43af30d0)
* The `discretionary_policy` command would crash if there were fewer than two
exogenous variables (bug fixed in 15c684caa330fb92dc057eb60b882c30324fa3a3)
* Using the `forecast` command with a model solved at `order>1` without
`varexo_det` would return forecasts based on a first order approximation
instead of providing an error message (bug fixed in
15c684caa330fb92dc057eb60b882c30324fa3a3)
* Using the `forecast` command with a model solved at `order=2` with
`varexo_det` and `pruning` would return forecasts without `pruning` instead
of providing an error message (bug fixed in
15c684caa330fb92dc057eb60b882c30324fa3a3)
* Using the `forecast` command with a model solved at `order=3` would crash
(bug fixed in 15c684caa330fb92dc057eb60b882c30324fa3a3)
* SMC methods could return wrong posterior results if the Parallel Toolbox was
installed (bug fixed in 8953f1ab1aac2dcd2657004397e5fb3205a33cce)
* The Herbst-Schorfheide SMC sampler would crash at `order>1` (bug fixed in
0b5062a9)
* Annualized shock decomposition would not output results if desired vintage
date did not coincide to an end-of-the-year Q4 period (bug fixed in faabc2ec
and bd426651)
* Using `rand_multivariate_student` as the proposal density in the
`tailored_random_block_metropolis_hastings` posterior sampler would return
wrong results (bug fixed in dfa01edd)
* The `onlyclearglobals` of the `dynare` command was not working as intended
(bug fixed in preprocessor@c1381f1d755ef5ecbc352d7dafa0de30aa7723c4)
* The `det_cond_forecast` command would crash with plans including only
expected shocks (bug fixed in 104f2fe8)
* Estimation could crash in some rare cases when computing the 2nd order
moments of prior or posterior distribution (bug fixed in
48ac6c64b36e7aa8dc6dbfb1b478e9aa30bfa86c)
* Successive calls of the Herbst-Schorfheide SMC sampler could crash due to
some stale files being left on disk (bug fixed in
3fed17a5221bab6a78cbf6b74b14df644abce45a)
* The shock decomposition plot could be wrong in the presence of leads/lags on
exogenous variables, or when the steady state is squeezed (bug fixed in
64f0f1fcf39ec43f2d8b4f87fdeb148f499c0b1b)
Bugs fixed in version 6.1
-------------------------
......
......