[Pkg-octave-commit] [dynare] branch master updated (97902ba -> 29fa784)

Sébastien Villemot sebastien at debian.org
Fri Mar 7 14:34:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastien pushed a change to branch master
in repository dynare.

      from  97902ba   Rename d/signing-key.pgp to d/upstream/signing-key.pgp.
      adds  5252c77   Imported Upstream version 4.4.2
       new  b3648fc   Merge tag 'upstream/4.4.2'
       new  c0b889b   Simplify debian/dynare-common.emacsen-startup.
       new  a706b8b   Add missing debian/dynare-common.emacsen-compat.
       new  29fa784   Debian release 4.4.2-1.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 COPYING                                            | 674 +++++++++++++++++++++
 Makefile.in                                        |   5 +-
 NEWS                                               |  56 +-
 configure                                          |  20 +-
 configure.ac                                       |   2 +-
 debian/changelog                                   |  10 +
 debian/dynare-common.emacsen-compat                |   1 +
 debian/dynare-common.emacsen-startup               |   2 +-
 doc/dynare.info                                    | 426 ++++++-------
 doc/dynare.info-1                                  | 299 +++++----
 doc/dynare.info-2                                  | 466 +++++++-------
 doc/dynare.texi                                    | 504 ++++++++++-----
 doc/stamp-vti                                      |   8 +-
 doc/version.texi                                   |   8 +-
 matlab/@dates/{intersect.m => setdiff.m}           |   8 +-
 matlab/@dseries/subsasgn.m                         |  13 +-
 matlab/@dseries/subsref.m                          |  63 +-
 matlab/@dseries/{subsref.m => subsref.m.orig}      |  66 +-
 matlab/McMCDiagnostics.m                           |  18 +-
 matlab/basic_plan.m                                |  10 +-
 matlab/check.m                                     |   2 +-
 matlab/check_list_of_variables.m                   |   4 +-
 matlab/display_estimation_results_table.m          |  41 +-
 matlab/dynare.m                                    |   6 +
 matlab/dynare_estimation.m                         |   7 +-
 matlab/dynare_estimation_1.m                       | 181 +++---
 matlab/dynare_estimation_init.m                    |  25 +-
 matlab/ep/homotopic_steps.m                        |  26 +-
 matlab/get_prior_info.m                            |  61 +-
 matlab/global_initialization.m                     |   1 +
 matlab/lyapunov_symm.m                             |   6 +-
 matlab/make_y_.m                                   |   8 +-
 matlab/metropolis_hastings_initialization.m        |   3 +-
 matlab/minus_logged_prior_density.m                |  46 +-
 matlab/non_linear_dsge_likelihood.m                |  11 +-
 matlab/read_key_value_string.m                     |  67 ++
 matlab/reports/@graph/graph.m                      |   7 +
 matlab/reports/@report/write.m                     |   6 +-
 matlab/resol.m                                     |  24 +
 matlab/stoch_simul.m                               |  13 +
 matlab/th_autocovariances.m                        |  44 +-
 .../{@dates/size.m => utilities/general/iseven.m}  |   6 +-
 .../{@dates/size.m => utilities/general/isodd.m}   |   6 +-
 matlab/writedata.m                                 |   7 +-
 mex/build/matlab/configure                         |  20 +-
 mex/build/matlab/configure.ac                      |   2 +-
 mex/build/octave/configure                         |  20 +-
 mex/build/octave/configure.ac                      |   2 +-
 .../k_order_perturbation/k_order_perturbation.cc   |   4 +-
 mex/sources/sobol/qmc_sequence.cc                  |  11 +
 preprocessor/NumericalInitialization.cc            |   6 +-
 preprocessor/ParsingDriver.cc                      |  22 +-
 tests/Makefile.am                                  |  19 +-
 tests/Makefile.in                                  |  19 +-
 ...d.mod => first_and_2nd_deriv_fcns_provided.mod} |   0
 ...d => first_and_2nd_deriv_fcns_provided_dll.mod} |   0
 ...n_provided.mod => first_deriv_fcn_provided.mod} |   0
 ...ed_dll.mod => first_deriv_fcn_provided_dll.mod} |   0
 ...ons_provided.mod => no_deriv_fcns_provided.mod} |   0
 ...ided_dll.mod => no_deriv_fcns_provided_dll.mod} |   0
 tests/fs2000/{fs2000.mod => fs2000e.mod}           |   2 +-
 tests/loglinear/example4_loglinear.mod             | 105 ++++
 tests/loglinear/results_exp.mat                    | Bin 0 -> 6212 bytes
 63 files changed, 2535 insertions(+), 964 deletions(-)
 create mode 100644 COPYING
 create mode 100644 debian/dynare-common.emacsen-compat
 copy matlab/@dates/{intersect.m => setdiff.m} (88%)
 copy matlab/@dseries/{subsref.m => subsref.m.orig} (93%)
 create mode 100644 matlab/read_key_value_string.m
 copy matlab/{@dates/size.m => utilities/general/iseven.m} (90%)
 copy matlab/{@dates/size.m => utilities/general/isodd.m} (90%)
 rename tests/external_function/{example1_1st_and_2nd_deriv_functions_provided.mod => first_and_2nd_deriv_fcns_provided.mod} (100%)
 rename tests/external_function/{example1_1st_and_2nd_deriv_functions_provided_dll.mod => first_and_2nd_deriv_fcns_provided_dll.mod} (100%)
 rename tests/external_function/{example1_1st_deriv_function_provided.mod => first_deriv_fcn_provided.mod} (100%)
 rename tests/external_function/{example1_1st_deriv_function_provided_dll.mod => first_deriv_fcn_provided_dll.mod} (100%)
 rename tests/external_function/{example1_no_deriv_functions_provided.mod => no_deriv_fcns_provided.mod} (100%)
 rename tests/external_function/{example1_no_deriv_functions_provided_dll.mod => no_deriv_fcns_provided_dll.mod} (100%)
 copy tests/fs2000/{fs2000.mod => fs2000e.mod} (89%)
 create mode 100644 tests/loglinear/example4_loglinear.mod
 create mode 100644 tests/loglinear/results_exp.mat

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/dynare.git



More information about the Pkg-octave-commit mailing list