Update NewFeatures authored by Houtan Bastani's avatar Houtan Bastani
...@@ -62,9 +62,9 @@ Dynare 4.6-unstable ...@@ -62,9 +62,9 @@ Dynare 4.6-unstable
- New macro directives `@#echomacrovars` and `@#echomacrovars(save)` (#1564) - New macro directives `@#echomacrovars` and `@#echomacrovars(save)` (#1564)
- Inline comments are now supported - Inline comments are now supported
- Support for comprehensions - Support for comprehensions
- Breaking changes - :warning: Breaking changes
- All division operations are now done with doubles (as opposed to integers) - :warning: All division operations are now done with doubles (as opposed to integers)
- Colon syntax used to require braces around it to create an array (e.g. `[1:3]` would create `[1,2,3]`). Now this is not necessary (`1:3` creates `[1,2,3]` while `[1:3]` would create `[[1,2,3]]`) - :warning: Colon syntax used to require braces around it to create an array (e.g. `[1:3]` would create `[1,2,3]`). Now this is not necessary (`1:3` creates `[1,2,3]` while `[1:3]` would create `[[1,2,3]]`)
- Dseries and Reporting have been rewritten using the Matlab/Octave `classdef` syntax - Dseries and Reporting have been rewritten using the Matlab/Octave `classdef` syntax
...@@ -86,7 +86,8 @@ Dynare 4.6-unstable ...@@ -86,7 +86,8 @@ Dynare 4.6-unstable
- options `print` and `noprint` added to `perfect_foresight_solver` (#1647) - options `print` and `noprint` added to `perfect_foresight_solver` (#1647)
- Can pass expressions as intervals to `irf_calibration` and `moment_calibration`. This breaks the previous syntax, requiring that the lower/upper bound be separated by commas (preprocessor#12) - Can pass expressions as intervals to `irf_calibration` and `moment_calibration`.
- :warning: This breaks the previous syntax, requiring that the lower/upper bound be separated by commas (preprocessor#12)
Dynare 4.5 Dynare 4.5
... ...
......