[Pkg-octave-commit] [dynare] branch master updated (bbf4f7e -> aab4999)

Sébastien Villemot sebastien at debian.org
Thu Oct 19 08:34:34 UTC 2017


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

sebastien pushed a change to branch master
in repository dynare.

      from  bbf4f7e   Changelog entry for release 4.5.1-1.
      adds  9cbb49b   New upstream version 4.5.2
       new  0bf168c   Merge tag 'upstream/4.5.2'
       new  7b18b56   emacs-use-autoload-magic-comment.patch: drop patch, applied upstream.
       new  54b9969   Drop workaround for nodoc option, no longer needed with debhelper ≥ 10.8.
       new  995df51   Add link to new wiki in README.Debian.
       new  eb4c163   Convert d/upstream/signing-key.pgp to .asc format.
       new  34bd08c   Use secure URL in d/watch.
       new  2cc990e   Bump Standards-Version to 4.1.1.
       new  aab4999   Changelog entry for 4.5.2-1.

The 8 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:
 Makefile.in                                        |   3 +-
 NEWS                                               |  79 +++
 configure                                          |  20 +-
 configure.ac                                       |   2 +-
 debian/README.Debian                               |   7 +-
 debian/changelog                                   |  12 +
 debian/control                                     |   4 +-
 .../patches/emacs-use-autoload-magic-comment.patch |  38 --
 debian/patches/series                              |   1 -
 debian/rules                                       |   2 -
 debian/upstream/signing-key.asc                    |  42 ++
 debian/upstream/signing-key.pgp                    | Bin 1731 -> 0 bytes
 debian/watch                                       |   2 +-
 doc/dynare.info                                    | 759 +++++++++++----------
 doc/dynare.info-1                                  |  20 +-
 doc/dynare.info-2                                  |  14 +-
 doc/dynare.texi                                    |  27 +-
 doc/stamp-vti                                      |   8 +-
 doc/version.texi                                   |   8 +-
 m4/ax_matlab_version.m4                            |   3 +
 matlab/DsgeSmoother.m                              |   4 +
 matlab/GetOneDraw.m                                |  11 +-
 matlab/PosteriorIRF.m                              |   2 +-
 matlab/PosteriorIRF_core1.m                        |   2 +-
 matlab/add_path_to_mex_files.m                     |   2 +-
 ..._simulated_theoretical_variance_decomposition.m |   4 +-
 matlab/dynare.m                                    |   4 +-
 matlab/dynare_config.m                             |   5 +
 matlab/dynare_estimation_1.m                       |  12 +-
 matlab/dynare_identification.m                     |   6 +-
 matlab/evaluate_likelihood.m                       |  18 +-
 matlab/evaluate_posterior_kernel.m                 |  18 +-
 matlab/evaluate_prior.m                            |  15 +-
 matlab/evaluate_smoother.m                         |   8 +-
 matlab/execute_prior_posterior_function.m          |  11 +-
 matlab/get_all_parameters.m                        |   2 +-
 matlab/get_posterior_parameters.m                  |  22 +-
 matlab/imcforecast.m                               |   8 +-
 matlab/lmmcp/get_complementarity_conditions.m      |  13 +-
 .../{utilities/general => missing/isfile}/isfile.m |  49 +-
 matlab/mode_check.m                                |  11 +-
 matlab/optimization/newrat.m                       |   2 +-
 .../perfect_foresight_setup.m                      |  13 +
 matlab/perfect-foresight-models/sim1_linear.m      |   4 +-
 matlab/prior_posterior_statistics.m                |   2 +-
 matlab/prior_posterior_statistics_core.m           |   4 +-
 matlab/simult.m                                    |   7 +-
 matlab/stoch_simul.m                               |   5 +
 mex/build/matlab/Makefile.in                       |   4 +-
 mex/build/matlab/configure                         |  23 +-
 mex/build/matlab/configure.ac                      |   2 +-
 mex/build/octave/Makefile.in                       |   2 +-
 mex/build/octave/configure                         |  20 +-
 mex/build/octave/configure.ac                      |   2 +-
 preprocessor/ComputingTasks.cc                     |   3 +-
 preprocessor/DynareMain.cc                         |   1 +
 preprocessor/ModFile.cc                            |  17 +
 preprocessor/NumericalInitialization.cc            |   3 +
 preprocessor/NumericalInitialization.hh            |   3 +
 preprocessor/ParsingDriver.cc                      |  11 +-
 preprocessor/ParsingDriver.hh                      |   4 +-
 preprocessor/Statement.hh                          |   3 +-
 scripts/dynare.el                                  |   9 +-
 tests/Makefile.am                                  |   3 +
 tests/Makefile.in                                  |   3 +
 tests/example2.mod                                 |   8 +
 ..._wrong_ss_file_xfail.mod => ramsey_histval.mod} |  21 +-
 ..._ss_file_xfail.mod => ramsey_histval_xfail.mod} |  21 +-
 tests/simul/linear_state_space_arma.mod            |  43 ++
 windows/dynare.nsi                                 |   6 +-
 70 files changed, 903 insertions(+), 624 deletions(-)
 delete mode 100644 debian/patches/emacs-use-autoload-magic-comment.patch
 create mode 100644 debian/upstream/signing-key.asc
 delete mode 100644 debian/upstream/signing-key.pgp
 rename matlab/{utilities/general => missing/isfile}/isfile.m (56%)
 copy tests/optimal_policy/Ramsey/{ramsey_ex_wrong_ss_file_xfail.mod => ramsey_histval.mod} (64%)
 copy tests/optimal_policy/Ramsey/{ramsey_ex_wrong_ss_file_xfail.mod => ramsey_histval_xfail.mod} (64%)
 create mode 100644 tests/simul/linear_state_space_arma.mod

-- 
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