... | @@ -14,7 +14,7 @@ Dynare 4.6-unstable |
... | @@ -14,7 +14,7 @@ Dynare 4.6-unstable |
|
- improved printing and storage (same folder) of results
|
|
- improved printing and storage (same folder) of results
|
|
- fixed numerical derivatives
|
|
- fixed numerical derivatives
|
|
- fixed functionality when there is correlation of shocks or one wants to consider corr parameters for both analytical as well as numerical derivatives
|
|
- fixed functionality when there is correlation of shocks or one wants to consider corr parameters for both analytical as well as numerical derivatives
|
|
- Reference: [Merge #1648](https://git.dynare.org/Dynare/dynare/merge_requests/1648)
|
|
- Reference: [MR #1648](https://git.dynare.org/Dynare/dynare/merge_requests/1648)
|
|
|
|
|
|
- Improvements to option `use_dll`:
|
|
- Improvements to option `use_dll`:
|
|
|
|
|
... | @@ -23,47 +23,47 @@ Dynare 4.6-unstable |
... | @@ -23,47 +23,47 @@ 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](https://github.com/DynareTeam/dynare/issues/707))
|
|
- 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.
|
|
|
|
|
|
- Discretionary policy returns a more informative error message when the objective has nonzero derivatives with respect to some variables. [(#1468)](https://github.com/DynareTeam/dynare/issues/1468)
|
|
- Discretionary policy returns a more informative error message when the objective has nonzero derivatives with respect to some variables. [(MR #1468)](https://git.dynare.org/Dynare/dynare/merge_requests/1468)
|
|
|
|
|
|
- `write_latex_static_model` and `write_latex_original_model` now support the `write_equation_tags`-option [(#1431)](https://github.com/DynareTeam/dynare/issues/1431)
|
|
- `write_latex_static_model` and `write_latex_original_model` now support the `write_equation_tags`-option (#1431)
|
|
|
|
|
|
- The `calib_smoother`-command now take the option `parameter_set` [(#1477)](https://github.com/DynareTeam/dynare/issues/1477)
|
|
- The `calib_smoother`-command now take the option `parameter_set` (#1477)
|
|
|
|
|
|
- New command `model_local_variable` that allows defining LaTeX-expressions for model-local variables [(#563)](https://github.com/DynareTeam/dynare/issues/563)
|
|
- New command `model_local_variable` that allows defining LaTeX-expressions for model-local variables (#563)
|
|
|
|
|
|
- Always write `M_.state_var`, independently of what commands are issued [(#637)](../issues/637)
|
|
- Always write `M_.state_var`, independently of what commands are issued (#637)
|
|
|
|
|
|
- New command-line option `nopreprocessoroutput` [(#1390)](../issues/1390)
|
|
- New command-line option `nopreprocessoroutput` (#1390)
|
|
|
|
|
|
- New command `write_latex_steady_state_model` [(#1496)](../issues/1496)
|
|
- New command `write_latex_steady_state_model` (#1496)
|
|
|
|
|
|
- Ability to call the preprocessor by passing the `.mod` file as a string argument from the macOS or GNU/Linux command line [(#1509)](../issues/1509)
|
|
- Ability to call the preprocessor by passing the `.mod` file as a string argument from the macOS or GNU/Linux command line (#1509)
|
|
|
|
|
|
- Variance decomposition of observables now accounts for measurement error [(#1486)](../issues/1486)
|
|
- Variance decomposition of observables now accounts for measurement error (#1486)
|
|
|
|
|
|
- New macro directives `@#echomacrovars` and `@#echomacrovars(save)` [(#1564)](../issues/1564)
|
|
- New macro directives `@#echomacrovars` and `@#echomacrovars(save)` (#1564)
|
|
|
|
|
|
- The `dynare_sensitivity`-command now accepts the `diffuse_filter`-option [(#1562)](../issues/1562)
|
|
- The `dynare_sensitivity`-command now accepts the `diffuse_filter`-option ([MR #1562](https://git.dynare.org/Dynare/dynare/merge_requests/1562))
|
|
|
|
|
|
- New dynare option `noemptylinemacro` [(#1551)](../issues/1551)
|
|
- New dynare option `noemptylinemacro` (#1551)
|
|
|
|
|
|
- Added debugging info on NaN and Inf parameters [(#1538)](../issues/1538)
|
|
- Added debugging info on NaN and Inf parameters ([MR #1538](https://git.dynare.org/Dynare/dynare/merge_requests/1538))
|
|
|
|
|
|
- Added `fast_realtime` option to real time shock decomposition (deactivated by default, runs the smoother only twice: once for the last in-sample and once for the last out-of-sample data point) [(#1563)](../issues/1563) and [(#1552)](../issues/1552)
|
|
- Added `fast_realtime` option to real time shock decomposition (deactivated by default, runs the smoother only twice: once for the last in-sample and once for the last out-of-sample data point) ([MR #1563](https://git.dynare.org/Dynare/dynare/merge_requests/1563)) and ([MR #1552](https://git.dynare.org/Dynare/dynare/merge_requests/1552))
|
|
|
|
|
|
- New syntax to declare model variables in the `model` block [#1386](../issues/1386)
|
|
- New syntax to declare model variables in the `model` block (#1386)
|
|
|
|
|
|
- Added option `mh_tune_jscale` in `estimation` for tuning the scale parameter of the proposal distribution of the Random Walk Metropolis Hastings.
|
|
- Added option `mh_tune_jscale` in `estimation` for tuning the scale parameter of the proposal distribution of the Random Walk Metropolis Hastings.
|
|
|
|
|
|
- Added possibility to create macroprocessor functions that return strings [see commit](https://github.com/DynareTeam/dynare/commit/cfee93b0809909f4da28c39ad1743abad27ae09a)
|
|
- Added possibility to create macroprocessor functions that return strings (see cfee93b0809909f4da28c39ad1743abad27ae09a)
|
|
|
|
|
|
- Allow for on-the-fly variable declaration in equation tags [see commit](https://github.com/DynareTeam/dynare/commit/01d5a1308244ffb5a85e7f8f1d6a9e104b458715)
|
|
- Allow for on-the-fly variable declaration in equation tags (see 01d5a1308244ffb5a85e7f8f1d6a9e104b458715)
|
|
|
|
|
|
Dynare 4.5
|
|
Dynare 4.5
|
|
----------
|
|
----------
|
... | | ... | |