From 0bfeeb31c99d40f45f8b8acc87ee498dfcf7b5fd Mon Sep 17 00:00:00 2001 From: sebastien <sebastien@ac1d8469-bf42-47a9-8791-bf33cf982152> Date: Tue, 23 Sep 2008 09:50:09 +0000 Subject: [PATCH] 4.0: added 4.0.1 entry in debian changelog git-svn-id: https://www.dynare.org/svn/dynare/branches/4.0@2097 ac1d8469-bf42-47a9-8791-bf33cf982152 --- debian/changelog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/debian/changelog b/debian/changelog index b6e77aef98..bf59a72903 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +dynare (4.0.1) UNRELEASED; urgency=low + + * Include matlab/distributions/ directory in packaging + * BVAR à la Sims: the preprocessor now accepts integers for tau and + lambda parameters (thanks to Aqua for reporting) + * More information messages displayed during homotopy (modes 1,2,3) + * Fixed bugs in homotopy mode 3 + * Fixed typo in DiffuseKalmanSmootherH1.m (thanks to Tsu-ting Tim Lin + for reporting) + * Fixed bug with cumulative normal distribution in model block (thanks + to Karl Walentin for reporting) + * Changes to Dynare solver: + - more debugging messages with solve_algo=2 + - solve_algo=2 now exits immediately after failure to solve one block + - new solve_algo=4, similar to solve_algo=2 but with a different way + of dealing with badly scaled or nearly singular Jacobian + - solve_algo=0 fails if Matlab's Optimization Toolbox not present + - solver fails if solve_algo not in [0,1,2,3,4] + + -- Sébastien Villemot <sebastien.villemot@ens.fr> Tue, 23 Sep 2008 11:41:41 +0200 + dynare (4.0.0) UNRELEASED; urgency=low * First official release in the 4.0 series -- GitLab