- Jan 18, 2021
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Don't do bgp/solow-1 in Octave See merge request !1780
-
- Jan 16, 2021
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Do not compute cholesky decomposition of H if the matrix has zeros on the diagonal.
-
- Jan 15, 2021
-
-
Also adds test cases
-
-
Stéphane Adjemian authored
... Or add a new method if one is missing.
-
Sébastien Villemot authored
Because of a bug, Octave wrongly complains that matlab/+pac/+bgp/{get,set}.m shadow built-in functions (see https://savannah.gnu.org/bugs/?46849). We disable the warning as early as we can after running the dynare command. However the warning will nevertheless appear two times in a given Octave session (the first time when the addpath to Dynare is done, the second time when the dynare command is run).
-
Sébastien Villemot authored
-
Sébastien Villemot authored
When merging the enterprise code, the dogleg subfunction was modified to incorporate a call to decomposition(), which does not exist under Octave and MATLAB < R2017b. For those cases, we reinstate the old code (which uses a plain matrix right divide).
-
Sébastien Villemot authored
That filename conflicts with Octave’s builtin example() function.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
unique(…, 'stable') does not exist in Octave 5.
-
Stéphane Adjemian authored
-
- Jan 14, 2021
-
-
Sébastien Villemot authored
Method of Moments: use analytical Jacobian in gradient-based optimizers (GMM only) See merge request !1801
-
Willi Mutschler authored
-
Willi Mutschler authored
-
Willi Mutschler authored
New option analytic_jacobian for mode_compute 1, 3, and 13
-
- Jan 13, 2021
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
The formulas are taken from commit c2acb4e30f7a99426a34dbdea26991459454c834 of the homebrew-core repository. The formulas were modified as follows: — in the "bottle" do/end block, this line was added: root_url "https://homebrew.bintray.com/bottles" — in the "bottle" do/end block for gcc, this line was added: cellar :any The preprocessor has been updated accordingly.
-
Sébastien Villemot authored
Currently it is not applied consistently to all binaries we produce. Moreover we do not really have a way to test support for older macOS versions. If there are problems, we might reintroduce this flag later, but we will have to it consistently across all binaries.
-
Sébastien Villemot authored
-
- Jan 12, 2021
-
-
Stéphane Adjemian authored
-
-
-
Stéphane Adjemian authored
This reverts commit 1975e467.
-
Stéphane Adjemian authored
This reverts commit 2acacf61.
-
Stéphane Adjemian authored
This reverts commit 8d4a8095.
-
Stéphane Adjemian authored
-
- Jan 11, 2021
-
-
Sébastien Villemot authored
-
-
- Jan 10, 2021
-
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
- Jan 08, 2021
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Adapt the manual accordingly. Closes: #1600
-
Sébastien Villemot authored
- strip the new preprocessor binary - include the new preprocessor binary in the .zip and .7z archives - include the old (backward-compatible) preprocessor binary in the .exe installer
-
Stéphane Adjemian authored
Does not work with the version of Sphinx used on our Gitlab runners. This reverts commit 60b31b3b.
-