- May 19, 2021
-
-
Selma Malmberg authored
-
- Apr 29, 2021
-
-
Selma Malmberg authored
Corrections: put resol back where needed. Use of the compute_decision_rules function to factorize code (Ref.#1173)
-
- Apr 28, 2021
-
-
Sébastien Villemot authored
bvar: fix description of lag lengths See merge request Dynare/dynare!1838
-
Johannes Pfeifer authored
-
- Apr 21, 2021
-
-
Stéphane Adjemian authored
Also warns about the behavior of macro directives in comments.
-
Stéphane Adjemian authored
-
- Apr 20, 2021
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
As a consequence, adapt histval_initvalf.m to the new format.
-
- Apr 16, 2021
-
-
Sébastien Villemot authored
Also add a regression test. Closes: #1782
-
- Apr 14, 2021
-
-
Sébastien Villemot authored
This reverts commit 016c402a. The problem has been fixed in MSYS2, see: https://github.com/msys2/MINGW-packages/pull/8259
-
Sébastien Villemot authored
-
- Apr 09, 2021
-
-
Stéphane Adjemian authored
-
- Apr 08, 2021
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Sébastien Villemot authored
— Properly escape some characters in JSON. As a consequence, remove the workaround that was in matlab/loadjson_.m — Fix JSON output for load_params_and_steady_state — Add maximum lead/lag and varobs to JSON output
-
- Apr 02, 2021
-
-
Stéphane Adjemian authored
-
- Mar 31, 2021
-
-
Sébastien Villemot authored
Change Willi's affiliation See merge request Dynare/dynare!1836
-
- Mar 30, 2021
-
-
Willi Mutschler authored
-
- Mar 29, 2021
-
-
Sébastien Villemot authored
There is (on 2021-03-29) a problem in the -static-libgfortran linker option that affects the Dynare++ binaries. See https://github.com/msys2/MINGW-packages/issues/7023 and https://github.com/msys2/MINGW-packages/issues/6986 Until this is fixed, the workaround is to add the --default-image-base-low linker option. We do *not* want to do this when cross-compiling from Debian (because the option does not exist there), hence we test for cross-compilation before applying the workaround.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Mar 26, 2021
-
-
Sébastien Villemot authored
posterior_sampler.m: make sure proposal density fields are set in parallel See merge request Dynare/dynare!1835
-
- Mar 25, 2021
-
-
Johannes Pfeifer authored
-
- Mar 23, 2021
-
-
Sébastien Villemot authored
— avoid outputing the whole Github page to install.log — also make it more robust by directly testing return code
-
- Mar 22, 2021
-
-
Sébastien Villemot authored
perfect foresight: provide debugging information for singular Jacobian Closes #1732 See merge request Dynare/dynare!1834
-
- Mar 18, 2021
-
-
Sébastien Villemot authored
-
- Mar 17, 2021
-
-
Sébastien Villemot authored
Bug introduced in 11f8f9c7
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
The datafile was name “data.m”, and for some unidentified reason, this stopped working with MATLAB R2021a.
-
Johannes Pfeifer authored
Closes Dynare/dynare#1732
-
- Mar 12, 2021
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
The current Octave support is utterly broken (both in stable and unstable), it crashes Octave. It relies on an unofficial Octave app for macOS (https://octave-app.org), which is infrequently updated. This commits drop support for Octave in the macOS package. We will now tell our macOS+octave users to use the Homebrew Dynare package (which is maintained by the Homebrew team, and is in reasonably good shape).
-
- Mar 11, 2021
-
-
Sébastien Villemot authored
-
- Mar 10, 2021
-
-
Sébastien Villemot authored
Closes: #1764
-
Sébastien Villemot authored
In its output, the MEX was returning values for all endogenous variables, but it was used in a context where only the variables from oo_.dr.restrict_var_list were expected (as is done with local_state_space_iteration_2 MEX). This commit fixes this discrepancy, and also fixes the test that was checking that both MEX are returning the same output. Closes: #1768
-