- Apr 16, 2021
-
-
Sébastien Villemot authored
The compiler setup has changed in the runners, we now use cross-compilers instead of multilib setup.
-
Sébastien Villemot authored
DataTree::operator=(): fix crash when symbol ID ordering of model local variables does not correspond to the recursive ordering in the model block Ref. dynare#1782 (manually cherry picked from commit 7b3df21f)
-
- Apr 01, 2021
-
-
(cherry picked from commit 6662d801)
-
- Mar 18, 2021
-
-
Sébastien Villemot authored
[skip ci]
-
- Feb 19, 2021
-
-
Sébastien Villemot authored
Ref. #65 (cherry picked from commit 825b9ee8)
-
Sébastien Villemot authored
See https://forum.dynare.org/t/tex-output-unwanted-subscript-t/16072 (cherry picked from commit ca4b1ba4)
-
Sébastien Villemot authored
Those variables were substituted out by early substitution methods (which are also called on the original model, for an unknown reason). Closes: #65 (manually cherry picked from commit d3e11519)
-
- Feb 10, 2021
-
-
Sébastien Villemot authored
Closes: #63 (manually cherry picked from commit 9274675e)
-
- Jan 22, 2021
-
-
Sébastien Villemot authored
Introduced in 4c14dc3f. (cherry picked from commit 1e5de7d7)
-
Sébastien Villemot authored
Ref. dynare#1771 (cherry picked from commit 4c14dc3f)
-
- Jan 07, 2021
-
-
Sébastien Villemot authored
(cherry picked from commit f5760c33)
-
Sébastien Villemot authored
Ref. #575 (cherry picked from commit 6efad144)
-
- Dec 09, 2020
-
-
Sébastien Villemot authored
Ref. dynare#1755 (cherry picked from commit f67e9c04)
-
Sébastien Villemot authored
Ref. dynare#1755 (manually cherry picked from commit bf1da3c6)
-
- Nov 25, 2020
-
-
Sébastien Villemot authored
-
- Nov 23, 2020
-
-
Sébastien Villemot authored
[skip ci]
-
- Nov 18, 2020
-
-
Sébastien Villemot authored
Closes: #57 (cherry picked from commit 4b8290fa)
-
- Nov 02, 2020
-
-
Sébastien Villemot authored
(cherry picked from commit 5d564eed)
-
Sébastien Villemot authored
Ref. dynare#1747 (cherry picked from commit df8d8ef1)
-
- Sep 29, 2020
-
-
Sébastien Villemot authored
Many recursive function on ExprNodes were not correctly recursing into the definition of model local variables. (manually cherry picked from commit a377fc83)
-
- Sep 07, 2020
-
-
Sébastien Villemot authored
[skip ci]
-
- Sep 01, 2020
-
-
Sébastien Villemot authored
(cherry picked from commit 64ebb362)
-
- Jun 05, 2020
-
-
Sébastien Villemot authored
In the driver file, provide mapping between model local variables and indices in the temporary terms vector The structures are M_.model_local_variables_{dynamic,static}_tt_idxs. Ref. dynare#1722 (cherry picked from commit b402e356)
-
Sébastien Villemot authored
Ref. dynare#1723 (cherry picked from commit 90b9b6a1)
-
Sébastien Villemot authored
JSON output: when writing the model after computing pass, use TEF terms for (not derived) external functions (cherry picked from commit 7b9495bb)
-
Sébastien Villemot authored
This is inconsistent with the way they are printed in equations (without underscores). The practice of appending underscores only makes sense in a MATLAB workspace context. (cherry picked from commit f9ab44da)
-
Sébastien Villemot authored
(cherry picked from commit 931935a9)
-
- May 26, 2020
-
-
Sébastien Villemot authored
Ref. dynare#1727 (manually cherry picked from commit 3ca1914e)
-
- Apr 30, 2020
-
-
Sébastien Villemot authored
(manually cherry picked from commit b1a739c5)
-
- Apr 28, 2020
-
-
Sébastien Villemot authored
— initially allocate correct number of non-zero elements in sparse Jacobian — avoid computing suboptimal temporary terms The ModelTree::derivative_endo structure is actually unused. Derivatives w.r.t. endogenous belonging to the block are stored in ModelTree::blocks_derivatives.
-
- Apr 24, 2020
-
-
Sébastien Villemot authored
This field is used for standard derivatives. Using it also for chain rule derivatives can only lead to wrong results. (manually cherry picked from commit 45b260cf)
-
- Apr 23, 2020
-
-
Sébastien Villemot authored
-
- Mar 30, 2020
-
-
Sébastien Villemot authored
This would only hit for mfs=2 or mfs=3. (cherry picked from commit fb72472e)
-
Sébastien Villemot authored
Ref. dynare#1717 (cherry picked from commit ad48697a)
-
- Mar 19, 2020
-
-
(cherry picked from commit dab769c6)
-
- Mar 13, 2020
-
-
Sébastien Villemot authored
-
- Mar 02, 2020
-
-
Sébastien Villemot authored
This is necessary to correctly compute those original model leads/lags. In particular, this is needed for correct interaction with “histval”. Closes: #47 (cherry picked from commit 7d1a467a)
-
- Feb 25, 2020
-
-
Sébastien Villemot authored
(cherry picked from commit 9ff10f48)
-
Related to dynare#1711 (cherry picked from commit 312edf0d)
-
- Feb 18, 2020
-
-
(cherry picked from commit a3fb2b12)
-