Updated FixedBugs (markdown) authored by Stéphane Adjemian's avatar Stéphane Adjemian
...@@ -2,9 +2,9 @@ This page documents the fixed bugs in Dynare. For bugs fixed in previous version ...@@ -2,9 +2,9 @@ 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)). * Identification was crashing during prior sampling if `ar` was initially too low (see [09ac7f6](09ac7f6249e1553396ab0b70ff7e96ed72aafb1c)).
* 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` did 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 were 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))
* `identification` with `prior_mc` option would crash if the number of moments with non-zero derivative is smaller than the number of parameters (bug fixed in [09ac7f6](https://github.com/DynareTeam/dynare/pull/1615/commits/09ac7f6249e1553396ab0b70ff7e96ed72aafb1c)) * `identification` with `prior_mc` option would crash if the number of moments with non-zero derivative is smaller than the number of parameters (bug fixed in [09ac7f6](https://github.com/DynareTeam/dynare/pull/1615/commits/09ac7f6249e1553396ab0b70ff7e96ed72aafb1c))
* 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)) * 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))
... ...
......