@@ -112,6 +112,8 @@ steady state or the dynamic residuals when the nonlinear solver is used. (#349)
...
@@ -112,6 +112,8 @@ steady state or the dynamic residuals when the nonlinear solver is used. (#349)
- :warning: the default value of the `mode_compute` option of the `estimation` command has been changed to `5` (it was previously `4`)
- :warning: the default value of the `mode_compute` option of the `estimation` command has been changed to `5` (it was previously `4`)
- :warning: The `dynare_sensitivity` command has been renamed `sensitivity`. The old name is still accepted, but will trigger a warning (66bc9fd9c2707c787efae797e1976b7052159dc4)
- :warning: The `model_info`-command allows to print the block decomposition even if the `block`-option of the `model` has not been used by specifying the new options `block_static` and `block_dynamic`. The old `static`-option of the command is superseded by the `block_static`-option. (45450651 and preprocessor@2fd06811)
- :warning: The `model_info`-command allows to print the block decomposition even if the `block`-option of the `model` has not been used by specifying the new options `block_static` and `block_dynamic`. The old `static`-option of the command is superseded by the `block_static`-option. (45450651 and preprocessor@2fd06811)
- :warning: The default location for the configuration file has changed. On Linux and macOS, the configuration file is searched by default under `dynare/dynare.ini` in the configuration directories defined by the XDG specification (typically `$HOME/.config/dynare/dynare.ini` for the user-specific configuration and `/etc/xdg/dynare/dynare.ini` for the system-wide configuration, the former having precedence over the latter). Under Windows, the configuration file is searched by default in `%APPDATA%\dynare\dynare.ini` (typically `c:\Users\USERNAME\AppData\Roaming\dynare\dynare.ini`) (43b24facb)
- :warning: The default location for the configuration file has changed. On Linux and macOS, the configuration file is searched by default under `dynare/dynare.ini` in the configuration directories defined by the XDG specification (typically `$HOME/.config/dynare/dynare.ini` for the user-specific configuration and `/etc/xdg/dynare/dynare.ini` for the system-wide configuration, the former having precedence over the latter). Under Windows, the configuration file is searched by default in `%APPDATA%\dynare\dynare.ini` (typically `c:\Users\USERNAME\AppData\Roaming\dynare\dynare.ini`) (43b24facb)