Skip to content
Snippets Groups Projects
  1. Apr 02, 2025
  2. Mar 13, 2025
  3. Nov 28, 2024
  4. Nov 18, 2024
  5. Nov 08, 2024
  6. 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
  7. Jul 22, 2024
  8. Jul 17, 2024
  9. Jun 05, 2024
  10. 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
  11. Apr 15, 2024
  12. Jan 26, 2024
  13. Jan 24, 2024
  14. Dec 19, 2023
  15. Dec 14, 2023
  16. Dec 13, 2023
  17. Dec 01, 2023
  18. Nov 30, 2023
  19. Nov 15, 2023
  20. Nov 14, 2023
  21. Oct 18, 2023
  22. Oct 17, 2023
  23. Oct 16, 2023
  24. Oct 10, 2023
  25. Oct 06, 2023
  26. Sep 14, 2023
  27. Apr 11, 2023
  28. Feb 28, 2023
  29. Jan 24, 2023
  30. Jan 17, 2023
  31. Jan 16, 2023
  32. Oct 11, 2022
    • Sébastien Villemot's avatar
      Simplify strsplit() using std::string_view · 198ff70b
      Sébastien Villemot authored
      By the way:
      – improve the semantics by having a consistent treatment of empty substring
        components (previously, only the last one was ignored)
      – move it to DataTree to make it more accessible from elsewhere (even though
        ideally it should be in a “utilities” namespace).
      198ff70b
Loading