- Dec 02, 2023
-
-
Pablo Winant authored
-
- Nov 29, 2023
-
-
Sébastien Villemot authored
[skip ci]
-
- Nov 23, 2023
-
-
Sébastien Villemot authored
-
- Nov 22, 2023
-
-
Sébastien Villemot authored
Ref. dynare#1907
-
- Nov 21, 2023
-
-
Sébastien Villemot authored
-
- Nov 15, 2023
-
-
Sébastien Villemot authored
NB: does not (yet) works with Occbin regime-specific equations. Ref. dynare#1890
-
Sébastien Villemot authored
preprocessor.tex: add slides on verbatim block and command line options See merge request Dynare/preprocessor!94
-
Johannes Pfeifer authored
-
- Nov 14, 2023
-
-
Sébastien Villemot authored
Incidentally, makes tag names case-insensitive in “model_replace” and “model_remove”, which is consistent with tag declarations.
-
Sébastien Villemot authored
Closes: #104
-
Sébastien Villemot authored
preprocessor.tex: further updates See merge request Dynare/preprocessor!93
-
Johannes Pfeifer authored
-
- Nov 13, 2023
-
-
Sébastien Villemot authored
preprocessor.tex: modernizations and typo corrections See merge request Dynare/preprocessor!92
-
Johannes Pfeifer authored
-
- Nov 10, 2023
-
-
Sébastien Villemot authored
-
- Nov 07, 2023
-
-
Sébastien Villemot authored
It maps column indices in the Jacobian returned by bytecode MEX in evaluate mode (which only contains nonzero columns, but also incorporate recursive variables), into column indices in the sparse representation (which has 3×n columns for two-boundaries blocks and n columns for one-boundary blocks). Columns unused in the sparse representation are indicated by a zero.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
It would return an incorrect result. This had no impact except for debugging information.
-
Sébastien Villemot authored
When parsing the FSTPG{2,3} opcodes, the bytecode MEX internally constructs a Jacobian with as many lines as feedback variables. But the preprocessor would also output instructions for filling derivatives of equations corresponding to recursive variables in the “evaluate” mode, thus leading to memory corruption in the bytecode MEX.
-
- Nov 03, 2023
-
-
Sébastien Villemot authored
-
- Oct 25, 2023
-
-
Sébastien Villemot authored
-
- Oct 23, 2023
-
-
Sébastien Villemot authored
-
- Oct 19, 2023
-
-
Sébastien Villemot authored
The two are now compatible, even though the bytecode representation will not be used.
-
Sébastien Villemot authored
-
- Oct 18, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
This is cleaner than using exit() or assert() for that purpose.
-
- Oct 17, 2023
-
-
Sébastien Villemot authored
-
- Oct 16, 2023
-
-
Sébastien Villemot authored
Currently defaults to 0.
-
Sébastien Villemot authored
This should have been in commit 0169240f.
-
Sébastien Villemot authored
Those options do not internally behave as the usual command options (which have a “o_*” rule), so it makes more sense to treat them differently.
-
Sébastien Villemot authored
This is a restoration of the behaviour that was present in 5.x.
-
- Oct 13, 2023
-
-
Sébastien Villemot authored
It is already available as a class member.
-
- Oct 11, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
CI: fix linker issue with XCode 15 and add job for Homebrew arm64 See merge request Dynare/preprocessor!90
-
Willi Mutschler authored
-
Willi Mutschler authored
XCode 15 (on Ventura and Sonoma) has a linker issue, see https://github.com/mesonbuild/meson/issues/12282, workaround is to use ld_classic
-
-
-
- Oct 10, 2023
-
-
Sébastien Villemot authored
-