Skip to content

Releases: DrTimothyAldenDavis/SuiteSparse

SuiteSparse v5.1.0

19 Oct 19:27
Compare
Choose a tag to compare

SuiteSparse v5.1.0, Dec 1, 2017.

* GraphBLAS 1.1.0
* minor update to SPQR Makefile (version remains unchanged;
    no change to source)

SuiteSparse v5.0.0

19 Oct 19:24
Compare
Choose a tag to compare

SuiteSparse v5.0.0, Nov 25, 2017.

* added GraphBLAS Version 1.0.0
* replaced UFget with ssget

SuiteSparse v4.5.6

19 Oct 19:22
Compare
Choose a tag to compare

SuiteSparse v4.5.6, Oct 3, 2017

* changed COLAMD, CAMD, and CCOLAMD to BSD 3-clause,
    to match AMD.  No other changes; version numbers of
    packages unchanged.

SuiteSparse v4.5.5

19 Oct 19:20
Compare
Choose a tag to compare

SuiteSparse v4.5.5, Apr 17, 2017.

* minor fix to SuiteSparse/Makefile for 'make install'

4.5.4:

* minor update to SPQR for ACM TOMS submission

SuiteSparse v4.5.3

19 Oct 19:16
Compare
Choose a tag to compare

SuiteSparse v4.5.3, May 4, 2016.

* minor changes to Makefiles

4.5.2:

* licensing simplified (no other change); refer to PACKAGE/Doc/License.txt
    for the license for each package.

4.5.1:

* update to Makefiles.  Version 4.5.0 is broken on the Mac.
    That version also compiles *.so libraries on Linux with
    underlinked dependencies to other libraries in SuiteSparse.
    For example, AMD requires SuiteSparse_config.  The links to
    required libraries are now explicitly included in each library,
    in SuiteSparse 4.5.1.
* minor change to CHOLMOD/Check/cholmod_write.c, when compiling with
    options that disable specific modules

SuiteSparse v4.5.0

19 Oct 19:09
Compare
Choose a tag to compare

SuiteSparse v4.5.0, Jan 30, 2016.

* better Makefiles for creating and installing shared libraries
* CHOLMOD now uses METIS 5.1.0, which is distributed with SuiteSparse
* fix for MATLAB R2015b, which changed how it creates empty matrices,
    as compared to prior versions of MATLAB.  This change in MATLAB
    breaks many of the mexFunctions in prior versions of SuiteSparse.
    If you use MATLAB R2015b, you must upgrade to SuiteSparse 4.5.0
    or later.

SuiteSparse v4.4.7

19 Oct 19:06
Compare
Choose a tag to compare

SuiteSparse v4.4.7, Jan 1, 2016.

* note that this minor update fails on the Mac, so its
    listed on my web page as a 'beta' release.
* Improved the Makefiles of all packages.  They now create *.so
    shared libraries (*.dylib on the Mac).  Also, there is now
    only a single SuiteSparse_config.mk file.  It now determines
    your system automatically, and whether or not you have METIS
    and CUDA.  It also automatically detects if you have the Intel
    compiler or not, and uses it if it finds it.  There should be
    no need to edit this file for most cases, but you may need to
    for your particular system.  With this release, there are almost
    no changes to the source code, except for the VERSION numbers
    defined in the various include *.h files for each package.

SuiteSparse v4.4.6

19 Oct 19:05
Compare
Choose a tag to compare

SuiteSparse v4.4.6, Aug 2015.

* SPQR: changed default tol when A has infs, from inf to realmax (~1e308)

4.4.5:

* CHOLMOD 3.0.6:
    - minor fix to CHOLMOD (disabling modules did not work as expected)
    - added MATLAB interface for row add/delete (lurowmod)
* KLU 1.3.3: Fix for klu_dump.c (debugging case only)
* UFcollection:  added additional stats for matrix collection
* AMD: changed the default license.  See AMD/Doc/License.txt for details.

SuiteSparse v4.4.4

19 Oct 19:01
Compare
Choose a tag to compare

SuiteSparse v4.4.4, Mar 24, 2015.

* CHOLMOD version number corrected.  In 4.4.3, the CHOLMOD_SUBSUB_VERSION
    string was left at '4' (it should have been '5', for CHOLMOD 3.0.5).
    This version of SuiteSparse corrects this glitch.
* Minor changes to comments in SuiteSparse_config.
* SPQR version 2.0.1 released (minor update to documentation)

4.4.3:

* CHOLMOD 3.0.5: minor bug fix to MatrixOps/cholmod_symmetry

SuiteSparse v4.4.2

19 Oct 18:58
Compare
Choose a tag to compare

SuiteSparse v4.4.2, Jan 7, 2015.

* CHOLMOD 3.0.4: serious bug fix in supernodal factorization,
    introduced in CHOLMOD 3.0.0 (SuiteSparse 4.3.0).  Can cause segfault,
    and has no user workaround.