Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stéphane Adjemian
dynare
Commits
d4e8d954
Verified
Commit
d4e8d954
authored
5 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
NEWS.md: add missing new feature in 4.6.0 + adjust release date
[skip ci] (cherry picked from commit
3879ce08
)
parent
e3c1746a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NEWS.md
+6
-2
6 additions, 2 deletions
NEWS.md
with
6 additions
and
2 deletions
NEWS.md
+
6
−
2
View file @
d4e8d954
Announcement for Dynare 4.6.0 (
i
n
February 20
20)
=============================================
===
Announcement for Dynare 4.6.0 (
o
n
2020-02-
20)
=============================================
We are pleased to announce the release of Dynare 4.6.0.
...
...
@@ -163,6 +163,10 @@ Major user-visible changes
-
`@#for`
loops can iterate over several variables at the same time (
*e.g.*
`@#for (i,j) in X`
, where
`X`
is an array containing tuples of size 2).
-
Added the possibility to exclude some elements when iterating over
`@#for`
loops (
*e.g.*
`@#for i in 1:5 when mod(i,2) == 0`
iterates over all even
numbers between 1 and 5).
-
A
`defined()`
function allows testing whether macro variables have been
defined.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment