Updated FixedBugs (markdown) authored by Stéphane Adjemian's avatar Stéphane Adjemian
...@@ -2,7 +2,7 @@ This page documents the fixed bugs in Dynare. For bugs fixed in previous version ...@@ -2,7 +2,7 @@ This page documents the fixed bugs in Dynare. For bugs fixed in previous version
Bugs in version 4.5.4 that will be fixed in version 4.5.5 Bugs in version 4.5.4 that will be fixed in version 4.5.5
--------------------------------------------------------- ---------------------------------------------------------
* Identification will crash during prior sampling if `ar` was initially too low (see [#1615](https://github.com/DynareTeam/dynare/issues/1615)).
* 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))
* `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)) * `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))
... ...
......