- 27 Nov, 2019 4 commits
-
-
Sébastien Villemot authored
- new include_eqs and exclude_eqs command-line options - new “forecast” option to “shock_decomposition” - remove the “linear” option of “stoch_simul” - forbid exogenous and exogenous deterministic variables in STEADY_STATE operator (#825)
-
Sébastien Villemot authored
The logic of the dynSparseMatrix::Sparse_substract_SA_SB() routine was incorrect. In some cases, it would read past the last nonzero elements of the A matrix, and consequently write past the number of allocated nonzero elements of the C matrix. This would lead to crashes and, probably, to wrong results under certain circumstances. Closes: #1652
-
Sébastien Villemot authored
Nonlinear solver: tolerance for first Newton iteration is now smaller than for subsequent ones See merge request Dynare/dynare!1674
-
MichelJuillard authored
smaller than for subsequent ones. Closes: #1668
-
- 26 Nov, 2019 12 commits
-
-
Sébastien Villemot authored
Remove globals from user-defined steadystate file See merge request Dynare/dynare!1673
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
M_ and options_ are now passed as an input; params is an output as in the _steadystate2.m files
-
Johannes Pfeifer authored
Allows for easier maintenance
-
Sébastien Villemot authored
-
Sébastien Villemot authored
It’s not clear that such utilities are useful (people should rather update their MATLAB). It’s also a lot of work, and it’s probably better to focus on documenting the incompatibilities. Closes: #915
-
Sébastien Villemot authored
It is not possible to use --disable-matlab and --disable-octave, because otherwise `make dist` does not properly recurse. By the way, factorize the computation of the path and version of the default MATLAB installation.
-
Sébastien Villemot authored
In particular, if either MATLAB or Octave is missing, one needs to pass either --disable-matlab or --disable-octave. Moreover, several new configure flags have been introduced for disabling some components: --disable-doc --disable-dynare++ --disable-mex-dynare++ --disable-mex-ms-sbvar --disable-mex-kalman-steady-state
-
Sébastien Villemot authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Sébastien Villemot authored
after check, oo_.dr isn't empty but oo_.dr.ghx + friends don't exist See merge request Dynare/dynare!1672
-
- 25 Nov, 2019 6 commits
-
-
MichelJuillard authored
-
Houtan Bastani authored
[skip ci]
-
Houtan Bastani authored
[skip ci]
-
Houtan Bastani authored
The installation of Homebrew + GCC necessitates Xcode Command Line Tools, which will be installed if it is not present. The installation of Homebrew + GCC is optional and can be deselected by the user.
-
Houtan Bastani authored
fix bug in macro processor: parse `@#line` directive which was not being recognized as a valid macro processor option before
-
Sébastien Villemot authored
Sim1 options See merge request Dynare/dynare!1670
-
- 24 Nov, 2019 1 commit
-
-
MichelJuillard authored
-
- 23 Nov, 2019 2 commits
-
-
MichelJuillard authored
-
MichelJuillard authored
-
- 22 Nov, 2019 4 commits
-
-
Sébastien Villemot authored
This is not strictly needed since currently there is no submodule within a submodule in Dynare. However, this is useful for the Enterprise version (dseries has a matlab-fame-io submodule there). Moreover, this will prevent bad surprises in the future should we introduce such a 2nd-level submodule.
-
Sébastien Villemot authored
Add variable explanations to manual Closes #637 See merge request Dynare/dynare!1669
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
plot_identification.m: fix placing of white dots for infinite values See merge request Dynare/dynare!1668
-
- 21 Nov, 2019 11 commits
-
-
Sébastien Villemot authored
The detection of the slicot library failed because xerbla has been moved out of the BLAS implementation shipped with Octave (probably since 5.1.0). This commit fixes our fake implementation of mkoctfile so that it returns -lxerbla after -lblas (as is done in the official Windows package for Octave).
-
Sébastien Villemot authored
Since 533a4ff7, several MEX files were missing in the Windows package (gensylv, k-order, dynare_simul, MS-SBVAR). The problem was that the environment variable containing the directory containing MSYS2 libraries (incl. matio and gsl) was not correctly passed to parallelized subshells.
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
Move remaining LaTeX-file to subfolder Closes #1655 See merge request Dynare/dynare!1667
-
Sébastien Villemot authored
Laplace approximation: filter out non-positive definite Hessians Closes #1659 See merge request Dynare/dynare!1666
-
Sébastien Villemot authored
Shorten block in Tex-citation See merge request Dynare/dynare!1665
-
Johannes Pfeifer authored
Avoids arrows from linebreaks introduced by the software
-
Johannes Pfeifer authored
Required if we only want the figure
-
Johannes Pfeifer authored
Closes Dynare/dynare#1659
-
Sébastien Villemot authored
There were previously two lists of members, which were inconsistent. By the way, add Sumudu to the list.
-
Johannes Pfeifer authored
-