2023-11-01 Jaroslav Fowkes Version 2.4.3 * Fix dropped $FFLAGS in Matlab install scripts 2023-03-30 Jaroslav Fowkes Version 2.4.2 * Set default values for mc64_info derived type. 2023-02-17 Tyrone Rees Version 2.4.1 * Support installation in Matlab on Windows or MacOS. 2022-01-21 Andrew Lister Version 2.4.0 * Add the 2.3.0 workaround for a bug in ifort to similar patterns in other places 2013-06-18 Jonathan Hogg Version 2.3.1 * Fix matlab install script to work with new file naming scheme. 2013-03-20 Jonathan Hogg Version 2.3.0 * Add a workaround for a bug in some versions of ifort * Fix matlab install script to work with MATLAB major versions higher than 7. 2011-06-20 Jonathan Hogg * Version 2.2.0 * Move to HSL standard format. Mark HSL_ZD11 interface as deprecated. * Add C interface. * Accelerate symmetric matrices with job=5 by using fewer calls to log() and calling mc64wd directly. * Add implementation of Duff and Pralet handling of structually singular symmetric matrices for product matching only. 2011-03-08 Jonathan Hogg and Mario Arioli * Version 2.1.0. Update MATLAB interface to use hsl_matlab 2.0.0 simplifications. 2010-08-06 * Version 2.0.1. Fix spec sheet to read HSL_ZD11 rather than just ZD11. 2010-05-10 * Version 2.0.0. * In all cases (symmetric, unsymmetric, rectangular) the package returns permutations for both rows and columns. If they are permi,permj say then A(permi,permj) is the permuted matrix. * The error flags have also been changed so that they are the same as the F77 package MC64 for the same error. Unused components of icntl set to zero. 2008-10-16 * Version 1.1.0. Setting of icntl(4) for call of mc64_hsl_ad corrected. 2007-07-29 * Version 1.0.0. Original date.