From b79ae91dbf5495f57bfadab99fd17fd04a870568 Mon Sep 17 00:00:00 2001 From: sebastien Date: Tue, 28 Oct 2008 14:12:14 +0000 Subject: [PATCH] trunk: merged r2221 from 4.0 branch (debian changelog entry for 4.0.2) git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2223 ac1d8469-bf42-47a9-8791-bf33cf982152 --- debian/changelog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index ec14e3e31..035b9da16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +dynare (4.0.2) unstable; urgency=low + + * Fixed bugs in Kalman filter and smoother + * Fixed bug with "corr" statement of "shocks" block + * Added error message if number of equations differs from number of endogenous variables (except when doing optimal policy computation, or standalone BVAR estimation) + * Fixed bugs with "dynatype" and "dynasave" commands + * Fixed name collisions with Matlab functions "sec2hms" and "bicgstab" + * Fixed some licensing issues + * Removed obsolete "dr_algo" option + * Fixed crashes under Octave due to graphics limitations + * Added error message when model local variables (pound sign expressions) are used outside model scope + * Included AIM subdirectory in packaging + * Estimation: modified computation of log(det(invhess)) to solve cases in large models where det(invhess) is smaller than machine precision + + -- Sébastien Villemot Tue, 28 Oct 2008 14:57:28 +0100 + dynare (4.0.1) unstable; urgency=low * Include matlab/distributions/ directory in packaging