... | @@ -23,8 +23,6 @@ Dynare 4.6-unstable |
... | @@ -23,8 +23,6 @@ Dynare 4.6-unstable |
|
|
|
|
|
- Options `solve_algo=7` and `stack_solve_algo=2` now work under Octave
|
|
- Options `solve_algo=7` and `stack_solve_algo=2` now work under Octave
|
|
|
|
|
|
- The macroprocessor now accepts empty arrays, with the `[]` syntax (#707)
|
|
|
|
|
|
|
|
- Added JSON output to the preprocessor. A representation of the model file and the whole content of the `*.mod` file is saved in `*.json` files. These JSON files can be easily parsed from any language (C++, Fortran, Python, Julia, Matlab, ...). This new feature opens the possibility to develop alternative back-ends for the Dynare language.
|
|
- Added JSON output to the preprocessor. A representation of the model file and the whole content of the `*.mod` file is saved in `*.json` files. These JSON files can be easily parsed from any language (C++, Fortran, Python, Julia, Matlab, ...). This new feature opens the possibility to develop alternative back-ends for the Dynare language.
|
|
|
|
|
|
- Added the possibility to declare Dynare command options in the mod file.
|
|
- Added the possibility to declare Dynare command options in the mod file.
|
... | @@ -47,11 +45,19 @@ Dynare 4.6-unstable |
... | @@ -47,11 +45,19 @@ Dynare 4.6-unstable |
|
|
|
|
|
- Variance decomposition of observables now accounts for measurement error (#1486)
|
|
- Variance decomposition of observables now accounts for measurement error (#1486)
|
|
|
|
|
|
- New macro directives `@#echomacrovars` and `@#echomacrovars(save)` (#1564)
|
|
- New dynare option `noemptylinemacro` (#1551)
|
|
|
|
|
|
- The `dynare_sensitivity`-command now accepts the `diffuse_filter`-option (!1562)
|
|
- The Macro processor has been rewritten
|
|
|
|
- New features
|
|
|
|
- Empty arrays (with the `[]` syntax) are now possible (#707)
|
|
|
|
- Arrays of arrays are now possible
|
|
|
|
- New types: Double, Tuple, Function
|
|
|
|
- New macro directives `@#echomacrovars` and `@#echomacrovars(save)` (#1564)
|
|
|
|
- Breaking changes
|
|
|
|
- All division operations are now done with doubles (as opposed to integers)
|
|
|
|
- Colon syntax used to require braces around it to create an array (e.g. `[1:3]` would create `[1,2,3]`). Now this is not necessary (`1:3` creates `[1,2,3]` while `[1:3]` would create `[[1,2,3]]`)
|
|
|
|
|
|
- New dynare option `noemptylinemacro` (#1551)
|
|
- The `dynare_sensitivity`-command now accepts the `diffuse_filter`-option (!1562)
|
|
|
|
|
|
- Added debugging info on NaN and Inf parameters (!1538)
|
|
- Added debugging info on NaN and Inf parameters (!1538)
|
|
|
|
|
... | | ... | |