File: ChangeLog

package info (click to toggle)
suitesparse 1%3A7.10.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 254,920 kB
  • sloc: ansic: 1,134,743; cpp: 46,133; makefile: 4,875; fortran: 2,087; java: 1,826; sh: 996; ruby: 725; python: 495; asm: 371; sed: 166; awk: 44
file content (76 lines) | stat: -rw-r--r-- 1,721 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Sept 18, 2022:

    * added SPDX license identifiers to each file

Jan 16, 2019:

    * added "# entries" column to ssstats.csv and nentries to ss_index.mat

July 2, 2018:

    * renamed SuiteSparseCollection; all functions renamed
	to match the new naming scheme of the SuiteSparse Matrix Collection
	(formerly UF Sparse Matrix Collection).
	Web page creation removed.

Apr 1, 2016:

    * Licensing simplified.  See MATLAB_Tools/Doc/License.txt

June 3, 2015:

    * correction in SuiteSparse 4.4.5 to UFindex.m, introduced a typo in
	UFindex.m in SuiteSparse 4.3.0.

Jun 20, 2012: verison 1.6.2

    * minor update for Windows (removed filesep)

May 15, 2012: version 1.6.1

    * added test to exploit property of symmetric binary matrices (McKay et al) 

Dec 7, 2011: version 1.6.0

    * added SVD results to UFpage.m.  Removed dependency on UFconfig.h

Nov 2, 2011: version 1.5.1

    * changed the printf in UFfull_write that writes nrow and ncol

May 10, 2011:  version 1.5.0

    * simplified the UFindex

Jan 25, 2011:  version 1.4.0

    * added new graphs to UFpage.m (bipartite, A+A')
    * METIS no longer used.  It causes too many segfaults...

Nov 30, 2009: version 1.3.0

    * added code to compute UFstats.csv for UFgui

Mar 24, 2009, version 1.2.0

    * added links to Yifan Hu's graph drawings

Nov 1, 2007, version 1.1.1

    * added isND field to the index

    * minor change to web page creation

May 31, 2007, version 1.1.0

    * port to 64-bit MATLAB

Dec 12, 2006, version 1.0.1

    * very minor MATLAB cleanup

Dec 2, 2006, version 1.0.

    * UFcollection Version 1.0 released.  Used for substantial changes to the
	UF Sparse Matrix Collection.  See the Change Log for that collection.