New mode_compute=13 authored by Sébastien Villemot's avatar Sébastien Villemot
......@@ -12,6 +12,8 @@ Dynare 4.7 (unstable)
- Option `block` of `model` can now be used in conjunction with `use_dll`
- New non-linear least squares optimizer based on `lsqnonlin` for computing the mode (available under `mode_compute=13`)
- Options `block` and `bytecode` of `model` can now be used in conjunction with model-local variables (variables declared with a pound-sign #) (#1243)
- Macroprocessor: variables can be defined without a value (they are assigned integer 1) (preprocessor#43)
......
......