Skip to content
Snippets Groups Projects
  1. Nov 06, 2024
  2. 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
  3. May 22, 2024
  4. Feb 08, 2024
  5. Jan 31, 2024
  6. Dec 13, 2023
  7. Dec 01, 2023
  8. Nov 30, 2023
  9. Sep 27, 2023
  10. Mar 29, 2023
  11. Jan 05, 2023
  12. Nov 22, 2022
  13. Nov 02, 2022
  14. Oct 11, 2022
    • Sébastien Villemot's avatar
      Various filesystem refactorings · 93054cf6
      Sébastien Villemot authored
      – DataTree::packageDir() now takes a std::string_view, returns a
        std::filesystem::path, and no longer creates that directory
      – DataTree::writeToFileIfModified() now takes a std::filesystem::path as
        argument
      – Do not call DataTree::writeToFileIfModified() for generating MATLAB/Octave
        files, since it does not work (the directory inside which the file is written
        has been deleted by the preprocessor just before)
      – Consistently use DataTree::packageDir() everywhere (for compatibility with
        planner_objective)
      93054cf6
  15. Oct 04, 2022
  16. Sep 14, 2022
  17. Sep 13, 2022
  18. Jul 12, 2022
  19. Jul 11, 2022
  20. Jun 24, 2022
  21. Jun 07, 2022
  22. Jun 03, 2022
  23. Mar 29, 2022
    • Sébastien Villemot's avatar
      Refactor parsing of symbol lists · 46cc4726
      Sébastien Villemot authored
      For symbol lists (such as those given to “var” or “stoch_simul”), return a
      semantic value at the Bison level, rather than building the list through a
      temporary object in ParsingDriver. This allows various simplifications, and
      leads to a more functional code.
      
      By the way, homogeneize the naming of the various flavours of symbol lists in
      the Bison file (with TeX names, partitioning, or with a wildcard).
      46cc4726
  24. Jun 09, 2021
  25. Apr 23, 2021
  26. Feb 10, 2021
  27. Dec 20, 2019
  28. Dec 18, 2019
  29. Dec 16, 2019
  30. Dec 12, 2019
Loading