- Sep 06, 2024
-
-
Frédéric Karamé authored
-
Frédéric Karamé authored
-
Frédéric Karamé authored
-
- Jun 14, 2024
-
-
Frédéric Karamé authored
dynare was crashing without the statistical toolbox from Mathworks.
-
Frédéric Karamé authored
-
Frédéric Karamé authored
-
Frédéric Karamé authored
-
Frédéric Karamé authored
-
- Jun 07, 2024
-
-
Sébastien Villemot authored
Ref. !2296
-
Sébastien Villemot authored
-
- Jun 06, 2024
-
-
Stéphane Adjemian authored
The auxiliary equation for the composite target of the PAC equation is cherrypicked unless the value of the (new) last argument is true.
-
Sébastien Villemot authored
-
- Jun 05, 2024
-
-
Sébastien Villemot authored
Closes: #1929
-
Stéphane Adjemian authored
Also revert d95154ff, always append an equation for the composite target.
-
- Jun 04, 2024
-
-
Sébastien Villemot authored
Provide `dr_cycle_reduction_maxiter` option See merge request Dynare/dynare!2295
-
Normann Rion authored
See #1920
-
Normann Rion authored
-
Sébastien Villemot authored
See the Debian changelog entry for dynare 6.1-2. [skip ci]
-
- Jun 03, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
[skip ci]
- May 31, 2024
-
-
Sébastien Villemot authored
kim2.mod: add paper reference See merge request Dynare/dynare!2297
-
Johannes Pfeifer authored
-
- May 30, 2024
-
-
Sébastien Villemot authored
Fixes https://forum.dynare.org/t/invalid-mex-file-whe-running-sensitivity-analysis-m1-mac-6-1/25829 It seems that meson does not link libquadmath (which is needed by libgfortran). When doing dynamic linking, this is not an issue since the dynamic linker loads libquadmath recursively after loading libgfortran. But when doing static linking, libquadmath needs to be explicitly linked. Not yet clear at this point: why isn’t this needed under Linux and Windows?
-
Sébastien Villemot authored
This avoids interfering with the build-matlab directory that may already be used by the developper locally. Also, this makes it symmetric with the Windows build script.
-
Johannes Pfeifer authored
-
- May 28, 2024
-
-
Stéphane Adjemian authored
-
- May 23, 2024
-
-
Sébastien Villemot authored
model_diagnostics.m: account for order==2 being the default but dynamic_g2 not... See merge request Dynare/dynare!2294
-
Johannes Pfeifer authored
model_diagnostics.m: account for order==2 being the default but dynamic_g2 not necessarily being present
-
- May 22, 2024
-
-
Sébastien Villemot authored
The bounds are already initialized in solve_stacked_problem.m (and they do not make sense in solve_stacked_linear_problem.m, since the latter is for linear problems only).
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
These should be strict inequalities.
-
Sébastien Villemot authored
-
- May 21, 2024
-
-
Sébastien Villemot authored
sim1.m: fix logic of mod statement in debug information See merge request Dynare/dynare!2293
-
Johannes Pfeifer authored
Crashed if mod()==0 as last value was not accounted for
-
- May 16, 2024
-
-
Sébastien Villemot authored
-
- May 15, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
The solver relies on a reordering of equations (eq_index) so that reordered equations appear at the index of the endogenous to which they are associated through the complementarity condition. However, this reordering could be computed incorrectly in the presence of multiple complementarity conditions (technically, eq_index was not necessarily a permutation).
-
- May 14, 2024
-
-
Sébastien Villemot authored
make_ex_.m: correct matrix dimensions with datafile and exo_nbr==0 See merge request Dynare/dynare!2292
-