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.1
-------------------------
* Identification: simulated moments were triggered instead of theoretical ones
(bug fixed in 407def27)
* Variance decompositions would crash with measurement errors when zero
variance shocks were present (bug fixed in 8b703bb4)
* The handling of Lagrange multipliers in the display of problems with the
Jacobian was wrong (bug fixed in 07bd0442)
* The option `auxname` was missing in the documentation of the `pac_model`
command (bug fixed in 2e8ced89523a80333f8024a68559e33dafa706e9)
* PAC equation estimation/simulation was crashing in the case of composite
target (bug fixed in de8298c73854b8a55fcc2505220e2612ca75ec04)
* The PAC equation estimation would crash if the PAC target was a transformed
variable (bug fixed in c71f6a7a)
* The `perfect_foresight_with_expectation_errors_solver` command could return
incorrect results when used in conjunction with
`homotopy_linearization_fallback` or
`homotopy_marginal_linearization_fallback` options (bug fixed in
c6c906a1cdfdfae8242aacd141044fe403bbf81e)
* For scalar values, the description of the `horizon` option of the
`var_expectation_model` command was incorrect (fixed in
03cb9894c558fceafc0c537202551ac8122f2887)
* The steady state computation with the `bytecode` option in a Ramsey model
was broken (bug fixed in 1ce40d4df55b467c8cf395c0714021ecd20214b6)
* OccBin: the piecewise Kalman filter would crash in case of a periodic
solution (bug fixed in 1fedaa22)
* The `heteroskedastic_filter` option of the `estimation` command would cause a
crash if there was only one shock (bug fixed in 8b7420c7)
* The `method_of_moments` command would crash during the J-test for just and
underidentified models (bug fixed in b9d069da)
* User-defined `warning` settings were internally overwritten with the
`method_of_moments` command or the piecewise Kalman filter (bug fixed in
f4b61997)
* The SMC sampler would crash if any of the `bayesian_irf`, `moments_varendo`,
or `smoother` options of the `estimation` command had been specified (bug
fixed in 5d47ac2a)
* The `bvar_irf` command would ignore the `SquareRoot` option and instead
employ a Cholesky decomposition (bug fixed in
14634946dc724760e5a955346130763993c6ec62)
* The univariate Kalman filter erroneously treated observations with negative
prediction variances due to numerical issues as missing values instead of
discarding the parameter draw (bug fixed in !2280)