- Sep 07, 2020
-
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit 636d23fa)
-
Sébastien Villemot authored
-
- Sep 04, 2020
-
-
Sébastien Villemot authored
Exogenouslag 4.6 See merge request Dynare/dynare!1760
-
Sébastien Villemot authored
Add -std=legacy to FFLAGS. Do the same for the Windows package, even though we don’t yet use version 10 of gfortran (but that will of course happen at some point). (manually cherry picked from commit 9b946ca0)
-
- Sep 03, 2020
-
-
MichelJuillard authored
(cherry picked from commit ed10c9215f29b54b2a8120757d544960a1c5bbe8)
-
MichelJuillard authored
(cherry picked from commit 492124ce9886e6aef4f4cefef302241d7edfe024)
-
(cherry picked from commit d7b7ce89)
-
- Sep 01, 2020
-
-
Sébastien Villemot authored
(manually cherry picked from commit 7738ea0a)
-
(cherry picked from commit 91563e50)
-
- Jul 29, 2020
-
-
Sébastien Villemot authored
(manually cherry picked from commit c9a58a44) [skip ci]
-
- Jul 16, 2020
-
-
Problem was introduced when transitioning to cell arrays (cherry picked from commit f717712e)
-
- Jul 09, 2020
-
-
Sébastien Villemot authored
(cherry picked from commit acdca03e)
-
Sébastien Villemot authored
(cherry picked from commit 5b881136)
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit 11ef6521)
-
(cherry picked from commit d4a45962)
-
- loop termination criterion did not match subsequent check - dimensions of NaN were incorrect - exitflag was mostly meaningless due to erroring out - Make max_iter an optional input - Move file from partial information folder to Matlab (cherry picked from commit 287ec919)
-
steady uses options_.solve_tolf as a termination criterion, so subsequent checks should do the same. Similarly, solve_tolx was never used. (cherry picked from commit 607a273b)
-
(cherry picked from commit d10242fb)
-
- Jun 29, 2020
-
-
Otherwise, results from old runs will not be updated (cherry picked from commit f3329c2d)
-
(cherry picked from commit ac728c04)
-
- check logic for M_.H was faulty - M_.H was not updated in posterior sampling (manually cherry picked from commit 6e06acc7)
-
(cherry picked from commit 69fc7acb)
-
(cherry picked from commit 695ec4b6)
-
- Jun 26, 2020
-
-
Sébastien Villemot authored
sphinx.locale.l_ has been deprecated since Sphinx 1.8, and removed in Sphinx 3. Use sphinx.locale._ instead. (cherry picked from commit ed8845c6)
-
- Jun 25, 2020
- Jun 22, 2020
-
-
(manually cherry picked from commit 42503e10)
-
We already print it in the Settings (cherry picked from commit b0fddeee)
-
Identification should switch to analytic_derivation_mode=-2 if steady state block/file changes parameter values. !1732 already adresses this when there is a prior specified. This fix also addresses this when there are no priors. kim2.mod is now not only an integration test but also a unit test for this. (cherry picked from commit 97134cc3)
-
(cherry picked from commit 347be1f8)
-
(cherry picked from commit 926a5438)
-
(cherry picked from commit db01f543)
-
- Jun 18, 2020
-
-
Sébastien Villemot authored
-
- Jun 16, 2020
- Jun 15, 2020
-
-
Sébastien Villemot authored
If something was already in LDFLAGS, it was concatenated without a whitespace, leading to failure. (cherry picked from commit 400979fd)
-
(cherry picked from commit d54b45cb)
-
- Jun 05, 2020
-
-
Sébastien Villemot authored
— Bug fix: allow external functions in model local variables (also add corresponding integration test) — JSON output: + do not append two underscores after model local variable names in their definition + when writing the model after computing pass, use TEF terms for (not derived) external functions + write model local variables in parsed model (modfile.json) (Closes: #1723) — In the driver file, provide mapping between model local variables and indices in the temporary terms vector (Closes: #1722) (manually cherry picked from commit d0fb9ce5)
-
- Jun 02, 2020
-
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit 59a1805e)
-
- May 28, 2020
-
-
Sébastien Villemot authored
In 0c77f7e9, the supported Octave version has been changed from the Homebrew binary to the standalone application. However, the runtime check about the supported Octave version was not updated, and was still pointing to the Homebrew version number.
-
- May 26, 2020
-
-
Sébastien Villemot authored
Ref. #1727 (manually cherry-picked from cf523cb6)
-
- May 25, 2020
-
-
Sébastien Villemot authored
— allow solve_algo=9 without block nor bytecode — allow solve_algo≥9 with block without bytecode — test solve_algo=9 (cherry picked from commit bd7eb2f8)
-