Skip to content

Releases: UCD4IDS/MultiscaleGraphSignalTransforms.jl

v1.7.3

16 Dec 22:01
c270b3b
Compare
Choose a tag to compare

This is a minor update on docs info and src\varimax.jl. Also, I'm responding to the request that nanosoldier can pick up this package.

v1.7.2

29 Apr 00:56
Compare
Choose a tag to compare

MultiscaleGraphSignalTransforms v1.7.2

Diff since v1.7.1

Updated Clp_jll version spec and .gitignore

28 Apr 04:50
Compare
Choose a tag to compare

This is a new tagged version v1.7.1. It should work under both Julia v1.6 and v1.7.

Replaced LightGraphs.jl by Graphs.jl

23 Apr 06:21
Compare
Choose a tag to compare

Minor release: Replaced LightGraphs.jl by Graphs.jl; and set compat for julia 1.6 and 1.7

Replaced the obsolete `speye` functions

03 Dec 10:46
Compare
Choose a tag to compare

Replaced the obsolete speye functions in src/GraphSignal.jl. We now need to use sparse(1.0I, m, m) construction.

Minor update to LP-HGLET.jl

17 Sep 22:51
Compare
Choose a tag to compare

The input argument name for the graph Laplacian matrix specification has been changed from method to gltype (Graph Laplacian Type). The name method should be only used in the functions in partition_fiedler.jl, but not for HGLET and LP-HGLET. This induced some changes in ./test/dissertations/htli/scripts/Figure8.9.jl and Figure8.10.jl.

HGLET, LP-HGLET bug fixes and improvments

16 Sep 05:22
Compare
Choose a tag to compare

Various bug fixes mainly in HGLET and LP-HGLET related functions including the input argument to the function eigen. This was due to the new use of the Diagonal function instead of the diagm function to generate a diagonal matrix. Let v be a vector of diagonal entries, and let W be a matrix in a sparse matrix format (e.g., SparseMatrixCSC{Float64, Int64}). Then Diagonal(v)-W retains the sparse matrix format whereas diagm(v)-W becomes a full (regular) matrix object. Since we prefer Diagonal for its efficiency over diagm, we must take care of the input argument to the eigen function that does not accept a matrix in the sparse matrix format.

CI.yml/Documenter.yml modified due to the GKS stuff

07 Sep 23:30
Compare
Choose a tag to compare

Added env: GKSwstype: "100" in those two yml files.

Revamped HGLET functions

04 Sep 04:47
Compare
Choose a tag to compare

Added HGLET_Analysis and HGLET_BestBasis functions in HGLET.jl for the user convenience. At the same time, many functions in HGLET.jl have been revamped and improved. Consequently, some input argument names (cfspec instead of method) and/or some statement (e.g., isnothing(A) rather than A == nothing) of several other functions in helpers.jl, LP-HGLET.jl, partition_fiedler.jl, unbalanced_haar_image.jl, common.jl, LP-NGWP.jl, GHWT.jl, GHWT_tf_1d.jl are modified.

Added figure scripts for the new eGHWT manuscript

11 Jul 19:53
Compare
Choose a tag to compare

Figure scripts for our new eGHWT manuscript have been added at test/paperscripts/eGHWT2021.