Dynare 5.5 Released
Posted on 23 October 2023We are pleased to announce the release of Dynare 5.5.
This maintenance release fixes various bugs.
The Windows, macOS and source packages are already available for download at the Dynare website.
All users are strongly encouraged to upgrade.
This release is compatible with MATLAB versions ranging from 8.3 (R2014a) to 23.2 (R2023b), and with GNU Octave version 8.3.0 (under Windows).
Note for macOS users with an Apple Silicon processor: this is the first Dynare release that comes with native Apple Silicon (arm64) support under MATLAB. Please download the corresponding package, to be used with MATLAB R2023b for Apple Silicon.
Here is a list of the problems identified in version 5.4 and that have been fixed in version 5.5:
- In a stochastic context, results could be incorrect if an endogenous with a lead ⩾ 2 or an exogenous with a lead ⩾ 1 appeared in the argument(s) of a call to a (nonlinear) external function
- With the
use_dlloption of themodelblock, the expressionsign(x)would evaluate to ±1 instead of 0 ifx=0 - If the guess value given to the
steadycommand was such that the residuals were all below tolerance, except some that areNaN, then this guess value was incorrectly accepted as the solution to the steady state problem - The
method_of_momentscommand with GMM was ignoring theanalytic_standard_errorsoption when usingmode_compute=4 - Homotopy with the
extended_pathcommand atorder=0was broken - The
parallel_use_psexeccommand-line option was ignored - With the
bytecodeoption of themodelblock, using the operatorsabs(),cbrt()andsign()would lead to a crash - The
fastcommand-line option was broken under MATLAB with Windows - Ramsey steady state computation could fail if an
expectationordiffoperator was present in the model - A crash could occur if some external function call was present in an auxiliary variable
- The
endogenous_prioroption of theestimationcommand could erroneously display a warning message about missing observations - The
model_comparisoncommand would crash if the.modfile name had less than four characters - The
shock_decompositioncommand would overwrite previously stored smoother results - The
x13interface in dseries did not handle missing values, particularly at the beginning of a series - The
x13interface in dseries would occasionally crash under Windows with segmentation violations - OccBin: estimation would crash if a previous
shocks(surprise)simulation was conducted - The
internalscommand would not find the location of the_results.matfile - The
prior optimizecommand would not work withmode_compute=5
As a reminder, the list of new features introduced in versions 5.x can be found in the release notes for 5.0.