- 26 Nov, 2020 1 commit
-
-
Sébastien Villemot authored
-
- 24 Nov, 2020 3 commits
-
-
Sébastien Villemot authored
It is thus no longer needed to pass the MATLAB_VERSION option to the configure script when compiling from source. (cherry picked from commit a69d598b)
-
Sébastien Villemot authored
(cherry picked from commit fa12e5ab)
-
Stéphane Adjemian authored
-
- 17 Nov, 2020 1 commit
-
-
Stéphane Adjemian authored
Matlab Production Server (MPS) fails when onboarding the dynare package because of `endif` and `endfunction` which are not available in matlab's syntax.
-
- 03 Nov, 2020 1 commit
-
-
Sébastien Villemot authored
In particular, this allows us to split the “test” and “pkg” stages, without increasing the execution time. (manually cherry picked from commit ac59b220)
-
- 26 Oct, 2020 1 commit
-
-
Stéphane Adjemian authored
Closes #5
-
- 23 Oct, 2020 2 commits
-
-
Sébastien Villemot authored
This bug is causing random crashes in the testsuite on our runners. See https://sourceware.org/bugzilla/show_bug.cgi?id=19329 (cherry picked from commit f46dfba9)
-
Sébastien Villemot authored
(cherry picked from commit 2a472a0a)
-
- 21 Oct, 2020 1 commit
-
-
Stéphane Adjemian authored
-
- 19 Oct, 2020 1 commit
-
-
Sébastien Villemot authored
-
- 16 Oct, 2020 3 commits
-
-
Sébastien Villemot authored
Redisable tests/pac/trend-component-31/example.mod, it is not yet ready (some fixes are needed in the M code)
-
Sébastien Villemot authored
– PAC model: fixes to M_.pac.MODEL.ar (information about autoregressive part) + Fix order of items in this structure. Previously, items were ordered according to the declaration order of parameters. Now, items are order according to lag order (first lag appears first) + Gracefully handle the case where there is no autoregressive part (Ref. Dynare/preprocessor#52) – Block decomposition: + bugfix for solve one boundary blocks with mfs>0 + fix evaluation of recursive variables in solved blocks (Ref. Dynare/dynare#1726) — Fix various potential bugs with model local variable — Ensure that negative constants are never marked as temporary terms By the way, activate tests/pac/trend-component-31/example.mod, since it should now work.
-
Sébastien Villemot authored
-
- 14 Oct, 2020 1 commit
-
-
Stéphane Adjemian authored
-
- 09 Oct, 2020 1 commit
-
-
Stéphane Adjemian authored
-
- 02 Oct, 2020 1 commit
-
-
Stéphane Adjemian authored
-
- 29 Sep, 2020 4 commits
-
-
Stéphane Adjemian authored
Closes #2.
-
Sébastien Villemot authored
Closes: Enterprise/dynare#1
-
Sébastien Villemot authored
-
-
- 28 Sep, 2020 1 commit
-
-
Sébastien Villemot authored
Ref: Enterprise/dynare#2
-
- 25 Sep, 2020 1 commit
-
-
Stéphane Adjemian authored
Closes #3.
-
- 24 Sep, 2020 3 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Closes #5
-
-
- 23 Sep, 2020 4 commits
-
-
Stéphane Adjemian authored
(cherry picked from commit 4d8c8c40) [skip ci]
-
Stéphane Adjemian authored
Fixed conflict in - doc/manual/source/running-dynare.rst
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 22 Sep, 2020 3 commits
-
-
Sébastien Villemot authored
Closes: #1727
-
Sébastien Villemot authored
After simulating a block containing purely forward variables (thus of type “evaluate backward”), the it_ variable of the evaluator would be left in an inconsistent state (typically 0, which means that taking the value of a lagged variable would lead to an invalid read). By the way, fix a symmetric problem for backward blocks (which could potentially create a invalid read for purely backward models). Ref. #1727
-
Sébastien Villemot authored
-
- 20 Sep, 2020 2 commits
-
-
MichelJuillard authored
-
MichelJuillard authored
-
- 19 Sep, 2020 4 commits
-
-
MichelJuillard authored
-
MichelJuillard authored
-
MichelJuillard authored
-
MichelJuillard authored
-
- 18 Sep, 2020 1 commit
-
-
Sébastien Villemot authored
- block trust region solver now available under solve_algo=13 It is essentially the same as solve_algo=4, except that Jacobian by finite difference is not handled. A test file is added for that case - block trust region solver with shortcut for equations that can be evaluated is now available under solve_algo=14 (in replacement of the pure-MATLAB solver) Closes: Enterprise/dynare#3
-