Skip to content
Snippets Groups Projects
  1. Mar 13, 2025
  2. Dec 27, 2024
  3. Nov 20, 2024
  4. 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
  5. Jul 17, 2024
  6. 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
  7. Mar 07, 2024
  8. Jan 31, 2024
  9. Dec 14, 2023
  10. Dec 13, 2023
  11. Dec 04, 2023
  12. Dec 01, 2023
  13. Nov 30, 2023
  14. Nov 14, 2023
  15. Nov 07, 2023
  16. Oct 16, 2023
  17. Oct 13, 2023
  18. Sep 19, 2023
  19. Jul 19, 2023
  20. May 12, 2023
    • Sébastien Villemot's avatar
      🐛 Bytecode + block decomposition: temporary terms were not correctly output · 150547b5
      Sébastien Villemot authored
      Temporary terms computed in previous blocks were not used in the bytecode
      output of a given block. This was inefficient (because this means that
      expressions already computed and store in the temporary terms vector would be
      recomputed), and incidentally it would break the external functions
      output (because it would trigger a lookup in the “TEF terms”, which would thus
      fail).
      
      Closes: #115
      150547b5
  21. Apr 24, 2023
  22. Apr 11, 2023
  23. Apr 07, 2023
  24. Apr 03, 2023
  25. Mar 28, 2023
  26. Mar 20, 2023
  27. Jan 25, 2023
  28. Jan 17, 2023
Loading