Updated FixedBugs (markdown) authored by Sébastien Villemot's avatar Sébastien Villemot
This page documents the fixed bugs in Dynare. For bugs fixed in previous versions of Dynare, please read the dedicated frozen page on the [DynareWiki](http://www.dynare.org/DynareWiki/KnownBugs). This page documents the fixed bugs in Dynare. For bugs fixed in previous versions of Dynare, please read the dedicated frozen page on the [DynareWiki](http://www.dynare.org/DynareWiki/KnownBugs).
Bugs in version 4.5.4 that will be fixed in version 4.6 Bugs in version 4.5.4 that will be fixed in version 4.5.5
------------------------------------------------------- ---------------------------------------------------------
* The `align` method on `dseries` does not return a functional second `dseries` output (bug fixed in [667bfb](https://github.com/DynareTeam/dynare/commit/667bfb69480b3b45afcc4449411e27707a0cd7b6)). * The `align` method on `dseries` does not return a functional second `dseries` output (bug fixed in [667bfb](https://github.com/DynareTeam/dynare/commit/667bfb69480b3b45afcc4449411e27707a0cd7b6)).
* Predetermined variables are not properly set when used in model local variables (bug fixed in [229476](https://github.com/DynareTeam/dynare-preprocessor/commit/d686275da142e2d1e1afcdb32785c25f25b5a5a7)) * Predetermined variables are not properly set when used in model local variables (bug fixed in [229476](https://github.com/DynareTeam/dynare-preprocessor/commit/d686275da142e2d1e1afcdb32785c25f25b5a5a7))
* Calling several times `normcdf` or `normpdf` with the same arguments in a model with block decomposition (but not bytecode) was leading to incorrect results (bug fixed in [745e3c9](https://github.com/DynareTeam/dynare/commit/745e3c9d98bb7a0d76f3b86a3bdd335e56a7aa1a) on the 4.5 branch, soon to arrive on the master branch via the `temporary_terms_array` branch) * `perfect_foresight_solver` with option `stack_solve_algo=7` was not working correctly when an exogenous variable has a lag greater than 1 (bug fixed in [8913791](https://github.com/DynareTeam/dynare/commit/8913791ff0972f8a56d6c5d0d325d1cb6fda7189))
* Calling several times `normcdf` or `normpdf` with the same arguments in a model with block decomposition (but not bytecode) was leading to incorrect results (bug fixed in [745e3c9](https://github.com/DynareTeam/dynare/commit/745e3c9d98bb7a0d76f3b86a3bdd335e56a7aa1a))
Bugs in version 4.5.3 that will be fixed in version 4.5.4 Bugs in version 4.5.3 that will be fixed in version 4.5.4
--------------------------------------------------------- ---------------------------------------------------------
... ...
......