- Apr 02, 2025
-
-
Sébastien Villemot authored
-
- Feb 13, 2025
-
-
Sébastien Villemot authored
Ref. dynare#1949
-
- Nov 28, 2024
-
-
Sébastien Villemot authored
NB: the “overwrite” option only works for the same type of “learnt_in” value, i.e. an integer-valued “learnt_in” cannot replace a date-valued “learnt_in” and vice versa.
-
Sébastien Villemot authored
-
- Nov 05, 2024
-
-
Sébastien Villemot authored
This information can be computed from MATLAB/Octave. This will facilitate the introduction of dates in shock sequences.
-
- 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
-
- Nov 30, 2023
-
-
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 04, 2022
-
-
Sébastien Villemot authored
-
- Sep 20, 2022
-
-
Sébastien Villemot authored
In particular, use a std::variant to store the values of options. This ensures that a given option name can have only one value (previously, for a given option name, it was possible to store several values as long as they were of different types).
-
- Jun 24, 2022
-
-
Sébastien Villemot authored
As a consequence, add many [[maybe_unused]] attributes for legitimate cases (mainly in virtual functions).
-
- Jun 07, 2022
-
-
Sébastien Villemot authored
In particular, use this feature in many loops which feature a special treatment for the first iteration, using a boolean variable (replacing iterator manipulation). By the way, also use std::exchange() to simultaneously test the value of this variable and update it.
-
Sébastien Villemot authored
-
- May 16, 2022
-
-
Sébastien Villemot authored
-
- Apr 26, 2022
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Apr 21, 2022
-
-
Sébastien Villemot authored
For use with perfect_foresight_with_expectation_errors_setup.
-
- Jul 13, 2021
-
-
Sébastien Villemot authored
Ref. #68
-
Sébastien Villemot authored
-
- Jun 15, 2021
-
-
Sébastien Villemot authored
Ref. dynare#1791
-
- Jun 09, 2021
-
-
Sébastien Villemot authored
-
- May 26, 2021
-
-
Sébastien Villemot authored
Ref. dynare!1844, dynare!1851
-
- Nov 26, 2020
-
-
Sébastien Villemot authored
-
- Jul 10, 2020
-
-
Johannes Pfeifer authored
-
- Dec 20, 2019
-
-
Sébastien Villemot authored
-
- Dec 16, 2019
-
-
Sébastien Villemot authored
-
- Dec 02, 2019
-
-
Houtan Bastani authored
dynare#1650
-
- Sep 30, 2019
-
-
Houtan Bastani authored
-
- Apr 23, 2019
-
-
Sébastien Villemot authored
Adapt the code accordingly.
-
- Apr 16, 2019
-
-
Sébastien Villemot authored
-
- Apr 12, 2019
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Apr 03, 2019
-
-
Sébastien Villemot authored
Use ReplaceShorterLiterals option to enforce replacement of all strings. https://clang.llvm.org/extra/clang-tidy/checks/modernize-raw-string-literal.html
-
- Mar 29, 2019
-
-
Houtan Bastani authored
-
- Jan 15, 2019
-
-
Sébastien Villemot authored
-
- Oct 04, 2018
-
-
Sébastien Villemot authored
The syntax makes clearer the distinction between a function call and an initialization. Also, it prevents bugs due to implicit type conversions.
-
- Sep 27, 2018
-
-
MichelJuillard authored
-
- Jul 17, 2018
-
-
Sébastien Villemot authored
-