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. Feb 06, 2024
  3. Dec 01, 2023
  4. Nov 30, 2023
  5. Oct 16, 2023
  6. Sep 27, 2023
  7. Mar 28, 2023
  8. Mar 20, 2023
  9. Mar 03, 2023
    • Sébastien Villemot's avatar
      Fix bytecode for block+mfs>0 in static model · 715ec9e4
      Sébastien Villemot authored
      Variable indices would be incorrect in the evaluated Jacobian if recursive
      variables were present. This would lead to incorrect results and/or crashes in
      bytecode MEX. This bug has been exposed by commit
      f45a99fc, which actually enabled mfs>0 for
      static models.
      715ec9e4
  10. Jan 17, 2023
  11. Jan 13, 2023
  12. Dec 14, 2022
  13. Nov 22, 2022
  14. Nov 04, 2022
  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
  17. Oct 07, 2022
  18. Oct 04, 2022
  19. Sep 27, 2022
  20. Sep 21, 2022
  21. Sep 14, 2022
  22. Sep 13, 2022
  23. Jul 21, 2022
  24. Jul 20, 2022
  25. Jul 12, 2022
Loading