Skip to content

Commit a8300b4

Browse files
authored
New version: TiledFactorizations v0.1.5 (#287)
UUID: 23bcbbb2-c0d4-11e8-38f2-37d4ddb111c4 Repo: Tree: 5c170bb1370e77579fc9a83194099122710d407f
1 parent 43125f9 commit a8300b4

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

T/TiledFactorizations/Compat.toml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
BoxTrees = "0.0"
33
ExtraMatrix = "0.0"
44
FactoredMatrices = "0.1"
5-
ISVD = "0.0"
65
ImageAxes = "0.6"
76
ProgressMeter = "1"
87
TileTrees = "0.3"
9-
VariationalOnlineStats = "0.0"
108

119
["0.1-0.1.3"]
1210
ShotNoise = "0.0"
1311

12+
["0.1-0.1.4"]
13+
ISVD = "0.0"
14+
VariationalOnlineStats = "0.0"
15+
1416
["0.1.0"]
1517
ImageCore = "0.8.1-0.8"
1618
RoundingIntegers = "0.2"
@@ -21,6 +23,8 @@ ImageCore = "0.8.1-0.9"
2123

2224
["0.1.1-0"]
2325
RoundingIntegers = ["0.2", "1"]
26+
27+
["0.1.1-0.1.4"]
2428
julia = "1.1.0-1"
2529

2630
["0.1.2-0"]
@@ -31,3 +35,8 @@ Statistics = "1"
3135

3236
["0.1.4-0"]
3337
ShotNoise = "0.0-0.1"
38+
39+
["0.1.5-0"]
40+
IncrementalSVD = "1"
41+
VariationalOnlineStats = "1"
42+
julia = "1.10.0-1"

T/TiledFactorizations/Deps.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
BoxTrees = "9cc36475-e10c-57f8-b33d-19dcb253ebc3"
33
ExtraMatrix = "189fa2b0-c0d4-11e8-1b41-c5eb7281c27c"
44
FactoredMatrices = "13d07ad6-c0d4-11e8-35b1-91a532e61cc8"
5-
ISVD = "0de75c66-c0d4-11e8-3de9-d1632eed9267"
65
ImageAxes = "2803e5a7-5153-5ecf-9a86-9b4c37f5f5ac"
76
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
87
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
@@ -14,6 +13,9 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1413
TileTrees = "cd6f60fb-236b-5882-ad4f-250d5433a9a7"
1514
VariationalOnlineStats = "19baa3cf-15a9-54b0-b671-5d0d7003ae5b"
1615

16+
["0-0.1.4"]
17+
ISVD = "0de75c66-c0d4-11e8-3de9-d1632eed9267"
18+
1719
["0.0"]
1820
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
1921
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
@@ -24,3 +26,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2426

2527
["0.1-0"]
2628
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
29+
30+
["0.1.5-0"]
31+
GsvdInitialization = "2ac24108-be9c-42b8-8d78-6a4f62a87e7d"
32+
IncrementalSVD = "de227602-7e15-40a7-b166-bbaff82a52b8"

T/TiledFactorizations/Versions.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ git-tree-sha1 = "b3f325c6d86f36bffab65a58ce3b0bfc4c74eb14"
1515

1616
["0.1.4"]
1717
git-tree-sha1 = "921c61db081b80092e5798e9d143e040f8a243d1"
18+
19+
["0.1.5"]
20+
git-tree-sha1 = "5c170bb1370e77579fc9a83194099122710d407f"

0 commit comments

Comments
 (0)