Skip to content
Snippets Groups Projects
  1. Dec 12, 2023
    • Sébastien Villemot's avatar
      Change default location for configuration file · 328e8eef
      Sébastien Villemot authored
      – under Linux and macOS, use the “dynare” subdirectory of the configuration
        directory specified by the XDG specification
      – under Windows, use the “dynare” subdirectory of the Application Data folder
      
      The old location is kept for backward compatibility, with a warning.
      328e8eef
  2. Dec 11, 2023
  3. Dec 08, 2023
  4. Nov 30, 2023
  5. Mar 20, 2023
  6. Jan 05, 2023
  7. Oct 17, 2022
  8. Oct 14, 2022
  9. Oct 07, 2022
  10. Oct 04, 2022
  11. Jun 16, 2022
  12. Jun 15, 2022
  13. May 04, 2022
  14. 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
  15. Jun 09, 2021
  16. May 06, 2021
  17. Apr 30, 2021
  18. Feb 01, 2021
  19. Jan 08, 2021
    • Sébastien Villemot's avatar
      Cleanup the “output” option · 8e03f173
      Sébastien Villemot authored
      — output Julia files as soon as “language=julia” is passed, independently of
        the value of the “output” option
      — drop the “dynamic” and “first” values of the “output” option, since they
        actually do nothing
      — obey the “output” option even in the deterministic case
      
      Ref. dynare#1600
      8e03f173
  20. Jan 06, 2021
  21. Dec 16, 2020
  22. Sep 18, 2020
  23. Apr 03, 2020
  24. Feb 21, 2020
  25. Feb 20, 2020
  26. Feb 12, 2020
  27. Feb 05, 2020
  28. Jan 23, 2020
  29. Dec 16, 2019
  30. Nov 26, 2019
    • Houtan Bastani's avatar
      introduce command line options: `exclude_eqs` and `include_eqs` · 0ff7a9d2
      Houtan Bastani authored
      Allows for the inclusion/exclusion of a set of equations, specified either on the command line or in a text file.
      
      If the equation has a single endogenous variable on the LHS, then the equation is moved. If not, if the equation has an `endogenous` tag then that variable is removed along with this equation. If not, then an error is thrown.
      
      As a command line argument, `exclude_eqs` can take the form (same syntax for `include_eqs`):
      * `exclude_eqs=eq1 to remove all equations declared as `[name=eq1]`
      * `exclude_eqs=[eq 1, eq 2]` to remove all equations declared as `[name=eq 1]` or `[name=eq 2]`
      * `exclude_eqs=[tagname=X]` to remove all equations declared as `[tagname=X]`
      * `exclude_eqs=[tagname=(X, Y)]` to remove all equations declared as `[tagname=X]` or `[tagname=Y]`
      
      When declared in a file, the file should be of the form:
      ```
      eq 1
      eq 2
      ```
      to remove all equations declared as `[name=eq 1]` or `[name=eq 2]`.
      
      It should be of the form:
      ```
      tagname=
      X
      Y
      ```
      to remove all equations declared as `[tagname=X]` or `[tagname=Y]`.
      0ff7a9d2
  31. Oct 07, 2019
  32. Oct 04, 2019
  33. Oct 03, 2019
  34. Sep 11, 2019
  35. Aug 22, 2019
    • Sébastien Villemot's avatar
      Various cleanups around the “language” option · 8cdbdee3
      Sébastien Villemot authored
      — allow “language=matlab” for symmetry (this is the default)
      — remove the useless “cuda” and “python” values
      — give a more meaningful error message when “output” is used in conjunction
        with “language=matlab”
      8cdbdee3
Loading