Bugs fixed in 6.4 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.4
-------------------------
* Several issues with the `perfect_foresight_with_expectation_errors` command:
+ when used with no `endval`/`endval(learnt_in=1)` block but an
`endval(learnt_in=`t`)` block with t>1, converge could fail if homotopy was
needed (bug fixed in 9e8427e7b5c68e980edbb7fd9be945c66437a433)
+ combined with `homotopy_marginal_linearization_fallback`, it would return
incorrect results (bug fixed in a3f2a3893ad2309ba790d0897de4c56c89912f5e)
+ it would crash with `homotopy_marginal_linearization_fallback` option if
there were several distinct `shocks` or `endval` blocks with the
`learnt_in` option (bug fixed in 85bea5a68bcee16fe3c707c62e34bef56608e056)
* Using the `model_diagnostics` command with the `bytecode` option of the
`model` block or the `model_options` command would crash if the static
Jacobian was singular (bug fixed in e58c12555798c3cdb1b1bf991502b08b32dcd299)
* The `discretionary_policy` command with the `noprint` option would crash when
encountering a problem instead of continuing (bug fixed in
51e2ff303108427459836b8881cc9a43afeaad74)
* Using the `ramsey_model` command with models declared as `linear` would crash
during preprocessing when there is a lead/lag greater than 1 on endogenous
variables or any lead/lag on exogenous variables (bug fixed in
preprocessor@7a758f6779e9665d1d0bdb5fb7191af3cccbc5c)
* Using the `identification` command with the slice sampler would crash if the
`slice_initialize_with_mode` option was used (bug fixed in bc048b23)
* The particle filter option `resampling_method` of the `estimation` command
was broken (bug fixed in
preprocessor@00b041916dea295fa8ef253095e926cd458f1f1b)
* The `output=third` preprocessor option would not work if no computational
commands were present in the `.mod` file (bug fixed in preprocessor@6f4ba00f)
Bugs fixed in version 6.3 Bugs fixed in version 6.3
------------------------- -------------------------
... ...
......