diff --git a/L/LCSVD/Compat.toml b/L/LCSVD/Compat.toml new file mode 100644 index 0000000..3cbd617 --- /dev/null +++ b/L/LCSVD/Compat.toml @@ -0,0 +1,10 @@ +[1] +DataStructures = "0.18" +ImageFiltering = "0.7" +LineSearches = "7" +LoopVectorization = "0.12" +MultivariateStats = "0.10" +NMF = "1" +Optim = "1" +StatsBase = "0.33-0.34" +julia = "1" diff --git a/L/LCSVD/Deps.toml b/L/LCSVD/Deps.toml new file mode 100644 index 0000000..805c498 --- /dev/null +++ b/L/LCSVD/Deps.toml @@ -0,0 +1,12 @@ +[1] +DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" +ISVD = "0de75c66-c0d4-11e8-3de9-d1632eed9267" +ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5" +LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890" +MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411" +NMF = "6ef6ca0d-6ad7-5ff6-b225-e928bfa0a386" +Optim = "429524aa-4258-5aef-a3af-852621145aeb" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" diff --git a/L/LCSVD/Package.toml b/L/LCSVD/Package.toml new file mode 100644 index 0000000..aa25256 --- /dev/null +++ b/L/LCSVD/Package.toml @@ -0,0 +1,3 @@ +name = "LCSVD" +uuid = "fda17f23-89d5-4117-bd1e-27859bb918b7" +repo = "https://github.com/HolyLab/LCSVD.jl" diff --git a/L/LCSVD/Versions.toml b/L/LCSVD/Versions.toml new file mode 100644 index 0000000..72110da --- /dev/null +++ b/L/LCSVD/Versions.toml @@ -0,0 +1,2 @@ +["1.0.0-DEV"] +git-tree-sha1 = "083cf2bcccdfe54a5c3e7994c5220657f9a079ae" diff --git a/Registry.toml b/Registry.toml index 4826266..84b4646 100644 --- a/Registry.toml +++ b/Registry.toml @@ -76,4 +76,5 @@ e6cd4d91-e4e0-4df6-b8b9-468a61cefdb4 = { name = "MergeUnreciprocatedGUI", path = ee0d8d85-fa18-576c-9601-66ebb12862d9 = { name = "RegisterMismatchCuda", path = "R/RegisterMismatchCuda" } f385d984-c960-11e8-171c-977bba6b62a4 = { name = "IntervalFastMath", path = "I/IntervalFastMath" } f54becb8-3809-5a58-8f2d-748913078968 = { name = "TileTreesGUI", path = "T/TileTreesGUI" } +fda17f23-89d5-4117-bd1e-27859bb918b7 = { name = "LCSVD", path = "L/LCSVD" } ff578f10-1de7-11e9-075b-65d52eaf0ec5 = { name = "ImagineWorker", path = "I/ImagineWorker" }