Skip to content

Commit

Permalink
New version: MatrixFactorizations v3.0.0 (#107126)
Browse files Browse the repository at this point in the history
UUID: a3b82374-2e81-5b9e-98ce-41277c0e4c87
Repo: https://github.com/JuliaLinearAlgebra/MatrixFactorizations.jl.git
Tree: 07c98fdf57c9b45b987cf250c4bdc7200fa39eb2

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored May 18, 2024
1 parent 31dbb28 commit 4a690a1
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
11 changes: 7 additions & 4 deletions M/MatrixFactorizations/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,14 @@ ArrayLayouts = "0.8.11-0.8"
[1]
ArrayLayouts = ["0.8.11-0.8", "1"]

[2]
julia = "1.9.0-1"

["2-2.1.2"]
ArrayLayouts = "1"

["2.1.3-2"]
[2-3]
julia = "1.9.0-1"

["2.1.3-3"]
ArrayLayouts = "1.9.2-1"

[3]
BandedMatrices = "1.6.0-1"
9 changes: 6 additions & 3 deletions M/MatrixFactorizations/Deps.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
["0-0.2.0"]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[0-2]
[0-3]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

["0.2.1-2"]
["0.2.1-3"]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"

["0.7-2"]
["0.7-3"]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[3]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
3 changes: 3 additions & 0 deletions M/MatrixFactorizations/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,6 @@ git-tree-sha1 = "58c42d3bc923cbad07c61770d513c33e08a23c5e"

["2.2.0"]
git-tree-sha1 = "6731e0574fa5ee21c02733e397beb133df90de35"

["3.0.0"]
git-tree-sha1 = "07c98fdf57c9b45b987cf250c4bdc7200fa39eb2"
2 changes: 2 additions & 0 deletions M/MatrixFactorizations/WeakCompat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[3]
BandedMatrices = "1.6.0-1"
2 changes: 2 additions & 0 deletions M/MatrixFactorizations/WeakDeps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[3]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"

0 comments on commit 4a690a1

Please sign in to comment.