From owner-svn-ports-all@freebsd.org Sun Feb 10 17:59:24 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3625A14D4490; Sun, 10 Feb 2019 17:59:24 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C994F89136; Sun, 10 Feb 2019 17:59:23 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BD2E31BF6D; Sun, 10 Feb 2019 17:59:23 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1AHxNIO044767; Sun, 10 Feb 2019 17:59:23 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1AHxNEp044765; Sun, 10 Feb 2019 17:59:23 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201902101759.x1AHxNEp044765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Sun, 10 Feb 2019 17:59:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492621 - head/math/dynare X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/math/dynare X-SVN-Commit-Revision: 492621 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C994F89136 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2019 17:59:24 -0000 Author: fernape Date: Sun Feb 10 17:59:22 2019 New Revision: 492621 URL: https://svnweb.freebsd.org/changeset/ports/492621 Log: math/dynare: update to 4.5.7 Bug fix release. From ChangeLog: https://www.dynare.org/new-dynare-release/dynare-4.5.7-released * The mex-file conducting the QZ decomposition erroneously applied the qz_criterium to the square absolute value of eigenvalues instead of the absolute value itself (as done in mjdgges.m and the AIM solver). * In pathological cases, mode_compute=5 (newrat) might enter an infinite loop. * discretionary_policy might erroneously state that the derivatives of the objective function are non-zero if there are NaN present. * Dynare++, when conducting the QZ decomposition, erroneously applied the qz_criterium to the square absolute value of eigenvalues instead of the absolute value itself. * Dynare++: IRFs were incorrectly computed. * dynare_sensitivity did not display the figures of irf_calibration, it only stored them on the disk. * Scatter plots generated by dynare_sensitivity did not correctly display LaTeX names. * Parameter updating via steady state files did not correctly work in case of using [static]/[dynamic] equation tags. * Memory leaks in k_order_pert (used by higher order stochastic simulations) could lead to crashes. * Predetermined variables were not properly set when used in model local variables. * Posterior moment computation did not correctly update the covariance matrix of exogenous shocks during posterior sampling. * Dynare was crashing with a cryptic message if a non estimated parameter was initialized in the estimated_params_init block. * The forecast command crashed if the model was declared as linear and contained deterministic exogenous variables. * Block decomposition is broken when used in conjunction with varexo_det. * The model was not correctly specified when identification was run without another stochastic command in the .mod file (e.g. estimation, stoch_simul, etc.). * Realtime annualized shock decompositions added the wrong steady state value. * mh_recover option crashed when using slice sampler. * x-axis values in plots of moment restrictions were wrong for autocovariances. Modified: head/math/dynare/Makefile head/math/dynare/distinfo head/math/dynare/pkg-plist Modified: head/math/dynare/Makefile ============================================================================== --- head/math/dynare/Makefile Sun Feb 10 17:09:19 2019 (r492620) +++ head/math/dynare/Makefile Sun Feb 10 17:59:22 2019 (r492621) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= dynare -DISTVERSION= 4.5.6 -PORTREVISION= 6 +DISTVERSION= 4.5.7 CATEGORIES= math MASTER_SITES= http://www.dynare.org/release/source/ Modified: head/math/dynare/distinfo ============================================================================== --- head/math/dynare/distinfo Sun Feb 10 17:09:19 2019 (r492620) +++ head/math/dynare/distinfo Sun Feb 10 17:59:22 2019 (r492621) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533569241 -SHA256 (dynare-4.5.6.tar.xz) = a4ff0ee5892a044d169ead2778e96fefcf617535fab28d25b977d8d008c7fe87 -SIZE (dynare-4.5.6.tar.xz) = 16078408 +TIMESTAMP = 1549706107 +SHA256 (dynare-4.5.7.tar.xz) = 9224ec5279d79d55d91a01ed90022e484f66ce93d56ca6d52933163f538715d4 +SIZE (dynare-4.5.7.tar.xz) = 16178652 Modified: head/math/dynare/pkg-plist ============================================================================== --- head/math/dynare/pkg-plist Sun Feb 10 17:09:19 2019 (r492620) +++ head/math/dynare/pkg-plist Sun Feb 10 17:59:22 2019 (r492621) @@ -623,6 +623,9 @@ lib/dynare/matlab/missing/corrcoef/sumskipnan.m lib/dynare/matlab/missing/corrcoef/tcdf.m lib/dynare/matlab/missing/ilu/ilu.m %%OCTAVE%%lib/dynare/matlab/missing/isfile/isfile.m +lib/dynare/matlab/missing/is-row-column-matrix/iscolumn.m +lib/dynare/matlab/missing/is-row-column-matrix/ismatrix.m +lib/dynare/matlab/missing/is-row-column-matrix/isrow.m lib/dynare/matlab/missing/issquare/issquare.m lib/dynare/matlab/missing/nanmean/nanmean.m lib/dynare/matlab/missing/ordeig/ordeig.m @@ -651,6 +654,9 @@ lib/dynare/matlab/missing/stats/stdnormal_pdf.m lib/dynare/matlab/missing/stats/wblcdf.m lib/dynare/matlab/missing/stats/wblinv.m lib/dynare/matlab/missing/stats/wblrnd.m +lib/dynare/matlab/missing/strsplit/private/ischarint.m +lib/dynare/matlab/missing/strsplit/private/ischarnum.m +lib/dynare/matlab/missing/strsplit/strsplit.m lib/dynare/matlab/missing/struct2array/struct2array.m lib/dynare/matlab/missing/vec/vec.m lib/dynare/matlab/missing_DiffuseKalmanSmootherH1_Z.m