Update NewFeatures authored by Stéphane Adjemian's avatar Stéphane Adjemian
...@@ -20,7 +20,7 @@ Dynare 4.6 ...@@ -20,7 +20,7 @@ Dynare 4.6
- Estimation - Estimation
- (Nonlinear) estimation is now also available at an arbitrary approximation - Nonlinear estimation is now also available at an arbitrary approximation
order. In other words, the `order` option of `estimation` accepts an order. In other words, the `order` option of `estimation` accepts an
arbitrary positive integer (of course, up to some model-specific arbitrary positive integer (of course, up to some model-specific
computational limit). (#1673) computational limit). (#1673)
...@@ -256,11 +256,9 @@ Dynare 4.6 ...@@ -256,11 +256,9 @@ Dynare 4.6
- dseries classes - dseries classes
- Numerous new functionalities. Unfortunately it was not possible to - New functionalities and efficiency improvements.
document them in time for the initial 4.6 release. We hope to fix that
soon.
- Complete rewrite using the new `classdef` syntax. - Complete rewrite using the new `classdef` syntax and exploiting in place modifications when possible.
- Integration of the `dates` classes within `dseries`. - Integration of the `dates` classes within `dseries`.
... ...
......