Hi,
I plan to release Dynare 4.4.3 in the coming days. Is there any bugfix
not already on the 4.4 git branch that should really go in? Or any other
blocker?
Thanks,
--
Sébastien Villemot
Researcher in Economics
Dynare developer
http://www.dynare.org/sebastien
87b4254ce511c8cab3e583adbc0f89a7e1825b6d reporting: remove checks on colors that are passed to graphs/series to allow for all color combinations supported by TikZ
================================
DYNARE MAKE CHECK MATLAB RESULTS
================================
| TOTAL: 453
| PASS: 449
| FAIL: 2
| XFAIL: 2
| XPASS: 0
| LIST OF FAILED TESTS:
| * ep/rbc.mod
| * ep/rbcii.mod
================================
DYNARE MAKE CHECK OCTAVE RESULTS
================================
| TOTAL: 451
| PASS: 447
| FAIL: 2
| XFAIL: 2
| XPASS: 0
| LIST OF FAILED TESTS:
| * ep/rbc.mod
| * ep/rbcii.mod
A full log can be found on karaba in '/tmp/dynare-master-check-AF5ZGuwMW5.log'.
f2b4de1d8af957e4e17867356258dbfa44c60f33 reporting: support a different shape for the axis in a graph
================================
DYNARE MAKE CHECK MATLAB RESULTS
================================
| TOTAL: 453
| PASS: 449
| FAIL: 2
| XFAIL: 2
| XPASS: 0
| LIST OF FAILED TESTS:
| * ep/rbc.mod
| * ep/rbcii.mod
================================
DYNARE MAKE CHECK OCTAVE RESULTS
================================
| TOTAL: 451
| PASS: 447
| FAIL: 2
| XFAIL: 2
| XPASS: 0
| LIST OF FAILED TESTS:
| * ep/rbc.mod
| * ep/rbcii.mod
A full log can be found on karaba in '/tmp/dynare-master-check-svGSor9Y6A.log'.
486b8677f0a6851dc890333a64d4e3ed8dec2442 doc: update dseries/reporting doc for change related to 6733c83ff5f0bebe41137e218e40fea86f2068ed
================================
DYNARE MAKE CHECK MATLAB RESULTS
================================
| TOTAL: 453
| PASS: 449
| FAIL: 2
| XFAIL: 2
| XPASS: 0
| LIST OF FAILED TESTS:
| * ep/rbc.mod
| * ep/rbcii.mod
================================
DYNARE MAKE CHECK OCTAVE RESULTS
================================
| TOTAL: 451
| PASS: 447
| FAIL: 2
| XFAIL: 2
| XPASS: 0
| LIST OF FAILED TESTS:
| * ep/rbc.mod
| * ep/rbcii.mod
A full log can be found on karaba in '/tmp/dynare-master-check-sUV9uvYjP6.log'.
1
0
dseries class
by stephane.adjemian@univ-lemans.fr
17 Jun '14
17 Jun '14
Dear Marco,
I am working on the integration of the dseries class in dynare and I
have a question related to your codes. My commits are in a personal
repository:
git.ithaca.fr/dynare/src/use-dseries
The main change is that dataset_ is now a dseries object (instead of a
structure) and I added another structure dataset_info to store
descriptive statistics and informations related to the missing
informations.
I think I have no problem with respect to the parallel stuff or gsa, but
I miss something in the routines related to identification. In
dynare_identification.m, starting line 133 you do something if dataset_
is empty. I didn't figure out yet how to handle this, but could you explain
what you are doing in this case ? Is the identification thing working
without data ? Also in identification_routine.m (line 144) you put
simulated data in the data_info (dataset_) structure if init==1, but I
don't understand why you need that.
Best,
Stéphane.
--
Stéphane Adjemian
https://stepan.ithaca.fr
Université du Maine, Gains and DynareTeam