Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 19, 2024
  3. Jul 18, 2024
  4. Jul 17, 2024
  5. Dec 13, 2023
  6. Dec 04, 2023
  7. Nov 30, 2023
  8. Jul 07, 2023
  9. Apr 11, 2023
  10. Apr 07, 2023
  11. Mar 23, 2023
  12. Feb 28, 2023
  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
    • 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
  15. Jul 12, 2022
  16. Jul 11, 2022
  17. Jun 24, 2022
  18. Jun 22, 2022
  19. Jun 16, 2022
  20. May 19, 2022
  21. May 04, 2022
  22. Dec 16, 2021
  23. Dec 07, 2021
  24. Jul 21, 2021
  25. 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
  26. Jun 09, 2021
  27. Apr 26, 2021
  28. Apr 22, 2021
  29. Apr 16, 2021
  30. Sep 29, 2020
  31. Jun 23, 2020
  32. May 29, 2020
Loading