Update NewFeatures authored by Willi Mutschler's avatar Willi Mutschler
...@@ -3,6 +3,17 @@ This page documents the new features in Dynare. For previous versions of Dynare, ...@@ -3,6 +3,17 @@ This page documents the new features in Dynare. For previous versions of Dynare,
Dynare 4.6-unstable Dynare 4.6-unstable
------------------- -------------------
- Improvements to `identification` command:
- added minimal system identification check of *Komunjer and Ng (2011, Econometrica)*
- added spectrum identification check of *Qu and Tkachenko (2012, Quantitative Economics)*
- all tests (moments, spectrum, minimal system, strength) can be turned off
- more numerical options which can be changed by the user
- improved printing and storage (same folder) of results
- fixed numerical derivatives
- fixed functionality when there is correlation of shocks or one wants to consider corr parameters
- Reference: [Merge #1648](https://git.dynare.org/Dynare/dynare/merge_requests/1648)
- Improvements to option `use_dll`: - Improvements to option `use_dll`:
- compilation is now faster on large models (by disabling targeted optimization flags in the compiler) - compilation is now faster on large models (by disabling targeted optimization flags in the compiler)
... ...
......