- Apr 02, 2025
-
-
Sébastien Villemot authored
-
- Jan 22, 2025
-
-
Stéphane Adjemian authored
Use simulation of the model, based on a first order approximation, as an initial guess for the solver in each period.
-
- Nov 28, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Nov 18, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Dates handling inside Dynare statements was done in the Flex scanner using a hack that would introduce some extra characters in the character stream (in order to return a call to the “dates('…')” constructor to Bison). But this would break the column location counter, because the latter would count characters that do not exist in the user file. This commit fixes it by implementing a more natural handling of dates, adding the “dates('…')” constructor directly at the level of the semantic value.
-
- Oct 15, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
This rule is obviously incorrect (and useless): – it begins with an unescaped dollar sign, which can only match an end-of-line (so it makes no sense to have it at the beginning of the rule) – it prints to standard output, which is obviously not the intended action
-
- Sep 09, 2024
-
-
Sébastien Villemot authored
– New “heterogeneity_dimension” statement – New option “heterogeneity” to “var”, “varexo”, “parameters”, “model” and “shocks” statements – New “SUM()” operator in “model” block
-
- May 29, 2024
-
-
Normann Rion authored
See issue #1920
-
- Apr 15, 2024
-
-
Sébastien Villemot authored
The symbol can be either input: – as ⟂ in UTF-8 (codepoint U+27C2) – or as _|_ in ASCII The old syntax using the “mcp” tag is now obsolete, but kept for backward compatibility.
-
- Mar 01, 2024
-
-
Sébastien Villemot authored
-
- Feb 28, 2024
-
-
Sébastien Villemot authored
Closes: #127
-
- Dec 19, 2023
-
-
Sébastien Villemot authored
Closes: #124
-
- Dec 14, 2023
-
-
Sébastien Villemot authored
The old name is still accepted, but will trigger a deprecation warning.
-
Johannes Pfeifer authored
dr_block has been removed
-
- Nov 30, 2023
-
-
Sébastien Villemot authored
-
- Oct 18, 2023
-
-
Sébastien Villemot authored
-
- Oct 16, 2023
-
-
Sébastien Villemot authored
Currently defaults to 0.
-
- Oct 11, 2023
-
-
- Oct 10, 2023
-
-
Sébastien Villemot authored
-
- Sep 28, 2023
-
-
Willi Mutschler authored
-
Willi Mutschler authored
-
- Sep 25, 2023
-
-
Johannes Pfeifer authored
-
- Sep 22, 2023
-
-
Sébastien Villemot authored
-
- Sep 14, 2023
-
-
- Jul 05, 2023
-
-
Johannes Pfeifer authored
-
- Jun 21, 2023
-
-
Sébastien Villemot authored
New homotopy options for perfect_foresight_{setup,solver} and perfect_foresight_with_expectation_errors_solver Also remove homotopy_alt_starting_point option, and some options from perfect_foresight_with_expectation_errors_setup.
-
- Jun 15, 2023
-
-
Sébastien Villemot authored
-
- Feb 07, 2023
-
-
Sébastien Villemot authored
-
- Jan 16, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Jan 06, 2023
-
-
Stéphane Adjemian authored
-
- Jan 03, 2023
-
-
Johannes Pfeifer authored
Also renames the old static option
-
- Dec 01, 2022
-
-
Johannes Pfeifer authored
-
- Nov 04, 2022
-
-
Johannes Pfeifer authored
Related to dynare@2f236048
-
- Oct 24, 2022
-
-
Johannes Pfeifer authored
Related to dynare@3765ef77 (dynare!2094)
-
- Sep 20, 2022
-
-
Sébastien Villemot authored
-