Update Known bugs present in the current stable version authored by Sébastien Villemot's avatar Sébastien Villemot
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* Using the `forecast` command with a model solved at `order=2` with `varexo_det`, Dynare would return uncertainty bands based on a first-order approximation (bug not fixed, see #1940) * Using the `forecast` command with a model solved at `order=2` with `varexo_det`, Dynare would return uncertainty bands based on a first-order approximation (bug not fixed, see #1940)
* Using `ramsey_model` with models declared as `linear` would crash during preprocessing when there is a lead/lag >1 on endogenous or >0 on exogenous variables (bug fixed in https://git.dynare.org/Dynare/preprocessor/-/commit/7a758f6779e9665d1d0bdb5fb7191af3cccbc5c) * Using `ramsey_model` with models declared as `linear` would crash during preprocessing when there is a lead/lag >1 on endogenous or >0 on exogenous variables (bug fixed in https://git.dynare.org/Dynare/preprocessor/-/commit/7a758f6779e9665d1d0bdb5fb7191af3cccbc5c)
* Using `identification` with the slice sampler would crash if the `slice_initialize_with_mode` was used (bug fixed in bc048b23) * Using `identification` with the slice sampler would crash if the `slice_initialize_with_mode` was used (bug fixed in bc048b23)
* The particle filter option `resampling_method` was broken (bug fixed in https://git.dynare.org/Dynare/preprocessor/-/commit/8c02108490cd9d389e05e3e87fe0df5c63795e10) * The particle filter option `resampling_method` was broken (bug fixed in preprocessor@00b041916dea295fa8ef253095e926cd458f1f1b)
### Low priority bugs that won't be fixed soon: ### Low priority bugs that won't be fixed soon:
* Forecasts are only based on the DSGE-model, not the DSGE-VAR (bug not yet fixed; see #819) * Forecasts are only based on the DSGE-model, not the DSGE-VAR (bug not yet fixed; see #819)
... ...
......