Updated FixedBugs (markdown) authored by Stéphane Adjemian's avatar Stéphane Adjemian
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 bugs fixed in released versions of 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.5.5 Bugs fixed in version 4.5.5
--------------------------------------------------------- ---------------------------
* Identification was crashing during prior sampling if `ar` was initially too low (see [09ac7f6](09ac7f6249e1553396ab0b70ff7e96ed72aafb1c)). * Identification was crashing during prior sampling if `ar` was initially too low (see [09ac7f6](09ac7f6249e1553396ab0b70ff7e96ed72aafb1c)).
* The `align` method on `dseries` did 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 were 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))
...@@ -9,8 +9,8 @@ Bugs in version 4.5.4 that will be fixed in version 4.5.5 ...@@ -9,8 +9,8 @@ Bugs in version 4.5.4 that will be fixed in version 4.5.5
* `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))
Bugs in version 4.5.3 that will be fixed in version 4.5.4 Bugs fixed in version 4.5.4
--------------------------------------------------------- ---------------------------
* The `type` option of `plot_shock_decomposition` is always set to `qoq`, regardless of what is specified (bug fixed in [ff1ae57](https://github.com/DynareTeam/dynare/commit/ff1ae57ec06eb1ded0aefc04bbd64b0076c27209)). * The `type` option of `plot_shock_decomposition` is always set to `qoq`, regardless of what is specified (bug fixed in [ff1ae57](https://github.com/DynareTeam/dynare/commit/ff1ae57ec06eb1ded0aefc04bbd64b0076c27209)).
...@@ -38,13 +38,13 @@ Bugs in version 4.5.3 that will be fixed in version 4.5.4 ...@@ -38,13 +38,13 @@ Bugs in version 4.5.3 that will be fixed in version 4.5.4
* Nested `@#ifdef` and `@#ifndef` statements don't work in the macroprocessor (see [047597](https://github.com/DynareTeam/dynare/commit/047597d40b4dbab8608226c6f9e8e6d85495fd33)) * Nested `@#ifdef` and `@#ifndef` statements don't work in the macroprocessor (see [047597](https://github.com/DynareTeam/dynare/commit/047597d40b4dbab8608226c6f9e8e6d85495fd33))
Bugs in version 4.5.2 that have been fixed in version 4.5.3 Bugs fixed in version 4.5.3
----------------------------------------------------------- ---------------------------
* `isfile` routine was failing with matlab older than R2016b, (bug reported [here](https://forum.dynare.org/t/getting-error-in-dynare-4-5-2/10896) and fixed in [fa26ab1](https://github.com/DynareTeam/dynare/commit/fa26ab10e052ac9c0709181e6a462885afc26401)). * `isfile` routine was failing with matlab older than R2016b, (bug reported [here](https://forum.dynare.org/t/getting-error-in-dynare-4-5-2/10896) and fixed in [fa26ab1](https://github.com/DynareTeam/dynare/commit/fa26ab10e052ac9c0709181e6a462885afc26401)).
Bugs in version 4.5.1 that have been fixed in version 4.5.2 Bugs fixed in version 4.5.2
----------------------------------------------------------- ---------------------------
- `perfect_foresight_solver`. If expected shocks were declared after the terminal period, as specified by the `periods` option, Dynare was crashing (see commits [97b894a](https://github.com/DynareTeam/dynare/commit/97b894a1cdb2f47171e42448c4a6f416d26c8f31), [10047fe](https://github.com/DynareTeam/dynare/commit/10047feee5e04610606bd6b65517d794a4a4aaf1), and [131a68e](https://github.com/DynareTeam/dynare/commit/131a68ea6fb85919a9564d25b21e690024b055a6)). - `perfect_foresight_solver`. If expected shocks were declared after the terminal period, as specified by the `periods` option, Dynare was crashing (see commits [97b894a](https://github.com/DynareTeam/dynare/commit/97b894a1cdb2f47171e42448c4a6f416d26c8f31), [10047fe](https://github.com/DynareTeam/dynare/commit/10047feee5e04610606bd6b65517d794a4a4aaf1), and [131a68e](https://github.com/DynareTeam/dynare/commit/131a68ea6fb85919a9564d25b21e690024b055a6)).
...@@ -82,8 +82,8 @@ Bugs in version 4.5.1 that have been fixed in version 4.5.2 ...@@ -82,8 +82,8 @@ Bugs in version 4.5.1 that have been fixed in version 4.5.2
- Fixed crash with optimizer 5 ('newrat') when not used with DSGE model at order 1 (see issue [#1494](https://github.com/DynareTeam/dynare/issues/1494) and commit [da063b2](https://github.com/DynareTeam/dynare/commit/da063b2e1862ee2e8f9e01482931214ff165f001)) - Fixed crash with optimizer 5 ('newrat') when not used with DSGE model at order 1 (see issue [#1494](https://github.com/DynareTeam/dynare/issues/1494) and commit [da063b2](https://github.com/DynareTeam/dynare/commit/da063b2e1862ee2e8f9e01482931214ff165f001))
Bugs in version 4.5.0 that have been fixed in version 4.5.1 Bugs fixed in version 4.5.1
----------------------------------------------------------- ---------------------------
- Fixed out of memory issue with simpsa algorithm [(commit)](https://github.com/DynareTeam/dynare/commit/89326090b929ee631e0bf472e00e6218fc34bd3d). - Fixed out of memory issue with simpsa algorithm [(commit)](https://github.com/DynareTeam/dynare/commit/89326090b929ee631e0bf472e00e6218fc34bd3d).
...@@ -101,8 +101,8 @@ Bugs in version 4.5.0 that have been fixed in version 4.5.1 ...@@ -101,8 +101,8 @@ Bugs in version 4.5.0 that have been fixed in version 4.5.1
- Fixed various typos and errors in the reference manual - Fixed various typos and errors in the reference manual
Bugs in version 4.4.3 that have been fixed in version 4.5.0 Bugs fixed in version 4.5.0
----------------------------------------------------------- ---------------------------
- BVAR models - BVAR models
... ...
......