We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9866bda commit 7527328Copy full SHA for 7527328
Project.toml
@@ -1,7 +1,7 @@
1
name = "LinearSolve"
2
uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
3
authors = ["SciML"]
4
-version = "2.13.1"
+version = "2.14.0"
5
6
[deps]
7
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -67,7 +67,10 @@ EnzymeCore = "0.5, 0.6"
67
FastLapackInterface = "1, 2"
68
GPUArraysCore = "0.1"
69
HYPRE = "1.4.0"
70
+InteractiveUtils = "1.6"
71
IterativeSolvers = "0.9.3"
72
+Libdl = "1.6"
73
+LinearAlgebra = "1.6"
74
KLU = "0.3.0, 0.4"
75
KernelAbstractions = "0.9"
76
Krylov = "0.9"
@@ -81,7 +84,9 @@ Requires = "1"
81
84
SciMLBase = "1.82, 2"
82
85
SciMLOperators = "0.2, 0.3"
83
86
Setfield = "0.7, 0.8, 1"
87
+SparseArrays = "1.6"
88
Sparspak = "0.3.6"
89
+SuiteSparse = "1.6"
90
UnPack = "1"
91
julia = "1.6"
92
0 commit comments