Update Known bugs present in the current stable version: add recent bugfixes authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
* `model_diagnostics` with the `bytecode` option will crash if the static Jacobian is singular (bug fixed in e58c12555798c3cdb1b1bf991502b08b32dcd299) * `model_diagnostics` with the `bytecode` option will crash if the static Jacobian is singular (bug fixed in e58c12555798c3cdb1b1bf991502b08b32dcd299)
* `discretionary_policy` with the `noprint` option will crash when encountering a problem instead of continuing (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2349) * `discretionary_policy` with the `noprint` option will crash when encountering a problem instead of continuing (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2349)
* 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 `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)
### 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)
... ...
......