Skip to content
Snippets Groups Projects
  1. Apr 02, 2025
  2. Nov 06, 2024
  3. 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
  4. Jul 19, 2024
  5. Jul 18, 2024
  6. Jul 17, 2024
  7. Dec 13, 2023
  8. Dec 04, 2023
  9. Nov 30, 2023
  10. Jul 07, 2023
  11. Apr 11, 2023
  12. Apr 07, 2023
  13. Mar 23, 2023
  14. Feb 28, 2023
  15. Nov 02, 2022
  16. 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
    • 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
  17. Jul 12, 2022
  18. Jul 11, 2022
  19. Jun 24, 2022
  20. Jun 22, 2022
  21. Jun 16, 2022
  22. May 19, 2022
  23. May 04, 2022
  24. Dec 16, 2021
  25. Dec 07, 2021
  26. Jul 21, 2021
  27. Jul 13, 2021
    • Sébastien Villemot's avatar
      New preprocessor option “nocommutativity” · c9c36c03
      Sébastien Villemot authored
      This option tells the preprocessor not to use the commutativity of addition and
      multiplication when looking for common subexpressions.
      
      As a consequence, when using this option, equations in various outputs (LaTeX,
      JSON…) will appear as the user entered them.
      
      There is however a potential performance cost to using this option, yet to be
      determined.
      
      Ref. dynare#1788
      c9c36c03
  28. Jun 09, 2021
  29. Apr 26, 2021
  30. Apr 22, 2021
  31. Apr 16, 2021
  32. Sep 29, 2020
Loading