I realized that maybe you want to compare version 3 and 4. You can also compare the 3.x and 4.0 branch with:
svn diff --summarize http://www.cepremap.cnrs.fr/svn/dynare_v3/matlab http://www.cepremap.cnrs.fr/svn/branches/4.0/matlab
Best
Sébastien
Le samedi 06 septembre 2008 à 16:17 +0200, Sébastien Villemot a écrit :
Hi all,
Comparing two Dynare versions is easy. For example, if you want to see the files added/removed/modified between revisions 2000 and 2040, you just type:
svn diff --summarize -r 2000:2040 http://www.cepremap.cnrs.fr/svn/dynare_v4/matlab
Removing the option "--summarize" will display the contents of the modifications.
Concerning the distributions-related functions, they accept the same arguments than those of Octave and of Matlab's Statistics toolbox (though for the latter, all options may not be supported). We can refer to the documentation of any of these: http://www.gnu.org/software/octave/doc/interpreter/Distributions.html http://www.mathworks.com/access/helpdesk/help/toolbox/stats/index.html
Sébastien
Le samedi 06 septembre 2008 à 14:19 +0200, Michel Juillard a écrit :
Hi everybody,
I just realized that with all the changes that we made to the function names (distributions) and the calling sequences, we broke all code written by Dynare users and using Dynare internals.
We need to document these changes quickly on DynareWiki. We need to write a tool (perl, python, ...) that -compares two dynare versions (only /matlab/ and subdirectories) -which *.m f ile were added/deleted -extracts the function ..... line, compares the argument lists and reports differences.
Who can start working on it?
Best
Michel
Dev mailing list Dev@dynare.org http://www.dynare.org/cgi-bin/mailman/listinfo/dev
Dev mailing list Dev@dynare.org http://www.dynare.org/cgi-bin/mailman/listinfo/dev