Skip to content
Snippets Groups Projects
  1. Apr 02, 2025
  2. Jan 22, 2025
  3. Nov 28, 2024
  4. Nov 21, 2024
  5. Nov 18, 2024
    • Sébastien Villemot's avatar
      Fix typo in comment · 5974df89
      Sébastien Villemot authored
      [skip ci]
      5974df89
    • Sébastien Villemot's avatar
      :bug: Flex scanner: fix column location counter in the presence of dates · 7b629a6c
      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.
      7b629a6c
  6. Nov 08, 2024
  7. Nov 06, 2024
  8. Nov 05, 2024
  9. Oct 15, 2024
  10. Sep 09, 2024
    • Sébastien Villemot's avatar
      Initial HANK support · 1e68b2fc
      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
      1e68b2fc
  11. Sep 04, 2024
  12. Jul 19, 2024
  13. May 29, 2024
  14. May 16, 2024
    • Sébastien Villemot's avatar
      Refactor output for complementarity conditions · dc1ec15f
      Sébastien Villemot authored
      The vector of lower and upper bounds is now provided by
      {static,dynamic}_complementarity_conditions.m (which accepts parameters as an
      argument, in preparation for the possibility of having parameters in
      complementarity conditions).
      
      The index that denotes the reordering of equation residuals (so that the
      residual of an equation appears at the index of the endogenous appearing in the
      complementarity condition) is now in “M_.{static,dynamic}_mcp_equations_reordering”.
      
      Constraints declared through the ramsey_constraints block are also incorporated
      in this new interface (and therefore “M_.ramsey_model_constraints” has been
      removed).
      dc1ec15f
  15. Apr 15, 2024
  16. Mar 01, 2024
  17. Feb 28, 2024
  18. Dec 19, 2023
  19. Dec 14, 2023
  20. Nov 30, 2023
  21. Nov 15, 2023
  22. Nov 14, 2023
  23. Nov 10, 2023
  24. Oct 18, 2023
  25. Oct 17, 2023
  26. Oct 16, 2023
  27. Oct 11, 2023
  28. Oct 10, 2023
  29. Sep 28, 2023
  30. Sep 25, 2023
  31. Sep 14, 2023
  32. Sep 12, 2023
Loading