Releases: UCD4IDS/MultiscaleGraphSignalTransforms.jl
CI.yml/Documenter.yml modified due to the GKS stuff
Added env: GKSwstype: "100" in those two yml files.
Revamped HGLET functions
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
Figure scripts for our new eGHWT manuscript have been added at test/paperscripts/eGHWT2021.
Miscellaneous small improvements and typo fixing
Miscellaneous small scale improvements on various files, added the aliases on eGHWT 2D functions, and fixed the typo of the function name: ghwt_tf_init_2d_Linderberg is now changed as ghwt_tf_init_2d_Lindberg.
Added documentation
We added quite comprehensible documentation so that potential users can run our tools with their own datasets.
Cleaned up src/GHWT_tf_1d.jl and added the alias `eghwt_bestbasis` of `ghwt_tf_bestbasis`
Cleaned up src/GHWT_tf_1d.jl by eliminating unnecessary functions and added the alias eghwt_bestbasis of ghwt_tf_bestbasis.
updates on some figure scripts and revision of scatter_gplot function
updates on Haotian Li's dissertation figure scripts and a couple of small fixes including scatter_gplot function.
bump compat for "Distributions" to "0.25"
CompatHelper: bump compat for "Distributions" to "0.25"
NGWP.jl has been merged!
Now, Haotian Li's NGWP.jl (Natural Graph Wavelet Packet Dictionaries) has been merged into our MultiscaleGraphSignalTransforms.jl. In addition, several bugs/typos have been fixed.