|
|
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 fixed in version 4.6.0
|
|
|
---------------------------
|
|
|
|
|
|
* Estimation: the check for stochastic singularity erroneously would only take
|
|
|
estimated measurement error into account. (Bug fixed in
|
|
|
da0ad6736761a60faf10799f63b81e2c69547b6c)
|
|
|
* Estimation: if the Hessian at the mode was not positive definite, the Laplace
|
|
|
approximation returned a complex number, but only displayed the real-valued
|
|
|
part. (Bug fixed in 00757767166083f0c2514f147b73545f75322dc9)
|
|
|
* Conditional Forecasting: using one period only would result in a crash. (Bug
|
|
|
fixed in 33f19d35d9b5fa5f1cf3b72211ef960017bdea6e)
|
|
|
* First-order approximation was not working with purely forward-looking models.
|
|
|
(See #1641, bug fixed in 7a2d5d4f0ed03f8e925ef4bfb16a8d201c0b0d7f)
|
|
|
* The preprocessor would not allow for inline comments including macro
|
|
|
statements. (See preprocessor#8, bug fixed by rewrite of macro processor:
|
|
|
commits preprocessor@17e040f3f6f8782448a36106ad7c29715bcebf3a to
|
|
|
preprocessor@15620163898dde4883fb99472a2f30956dd40eb5)
|
|
|
* Using the `STEADY_STATE()` operator on exogenous variables would lead to
|
|
|
crashes in stochastic simulations. (see #825)
|
|
|
* `moment_calibration`: for autocorrelation functions, the x-axis labeling had
|
|
|
the wrong order. (Bug fixed in 8713e46c4ed022d728852f19141bc76e8b227ec9)
|
|
|
* `plot_identification`: placement of white dots indicating infinite values was
|
|
|
incorrect
|
|
|
* Automatic detrending would sometime refuse to detrend model despite the user
|
|
|
having given correct trends. (See #1389)
|
|
|
* Using `use_dll` + `fast` options would not always recompile the model when
|
|
|
the equations were changed. (See #1661)
|
|
|
* Under certain circumstances, the combination of `bytecode` and
|
|
|
`stack_solve_algo=1` options could lead to crashes or wrong results. (see
|
|
|
#1652)
|
|
|
|
|
|
Bugs fixed in version 4.5.7
|
|
|
---------------------------
|
|
|
|
... | ... | |