Skip to content

Commit 973ef3e

Browse files
authored
New package: LCSVD v1.0.0-DEV (#234)
1 parent aa81cc5 commit 973ef3e

File tree

5 files changed

+28
-0
lines changed

5 files changed

+28
-0
lines changed

L/LCSVD/Compat.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[1]
2+
DataStructures = "0.18"
3+
ImageFiltering = "0.7"
4+
LineSearches = "7"
5+
LoopVectorization = "0.12"
6+
MultivariateStats = "0.10"
7+
NMF = "1"
8+
Optim = "1"
9+
StatsBase = "0.33-0.34"
10+
julia = "1"

L/LCSVD/Deps.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[1]
2+
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
3+
ISVD = "0de75c66-c0d4-11e8-3de9-d1632eed9267"
4+
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
5+
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
6+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
7+
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
8+
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
9+
NMF = "6ef6ca0d-6ad7-5ff6-b225-e928bfa0a386"
10+
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
11+
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
12+
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

L/LCSVD/Package.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name = "LCSVD"
2+
uuid = "fda17f23-89d5-4117-bd1e-27859bb918b7"
3+
repo = "https://github.com/HolyLab/LCSVD.jl"

L/LCSVD/Versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
["1.0.0-DEV"]
2+
git-tree-sha1 = "083cf2bcccdfe54a5c3e7994c5220657f9a079ae"

Registry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ e6cd4d91-e4e0-4df6-b8b9-468a61cefdb4 = { name = "MergeUnreciprocatedGUI", path =
7676
ee0d8d85-fa18-576c-9601-66ebb12862d9 = { name = "RegisterMismatchCuda", path = "R/RegisterMismatchCuda" }
7777
f385d984-c960-11e8-171c-977bba6b62a4 = { name = "IntervalFastMath", path = "I/IntervalFastMath" }
7878
f54becb8-3809-5a58-8f2d-748913078968 = { name = "TileTreesGUI", path = "T/TileTreesGUI" }
79+
fda17f23-89d5-4117-bd1e-27859bb918b7 = { name = "LCSVD", path = "L/LCSVD" }
7980
ff578f10-1de7-11e9-075b-65d52eaf0ec5 = { name = "ImagineWorker", path = "I/ImagineWorker" }

0 commit comments

Comments
 (0)