File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 8
8
- Move AMGBuilder, ILUZeroBuilder etc. to the corresponding packages (depending on the PRs)
9
9
- remove "old" SparseMatrixLNK (need to benchmark before)
10
10
11
+ ## [ 1.7.0] - 2025-02-06
12
+ - Bump Pardiso to 1.0 and LinearSolve to 3.0
13
+
11
14
## [ 1.6.0] - 2024-11-10
12
15
- Support precs API of LinearSolve.jl
13
16
Original file line number Diff line number Diff line change 1
1
name = " ExtendableSparse"
2
2
uuid = " 95c220a8-a1cf-11e9-0c77-dbfce5f500b3"
3
3
authors = [
" Juergen Fuhrmann <[email protected] >" ]
4
- version = " 1.6 .0"
4
+ version = " 1.7 .0"
5
5
6
6
[deps ]
7
7
AMGCLWrap = " 4f76b812-4ba5-496d-b042-d70715554288"
@@ -31,12 +31,12 @@ ExtendableSparseLinearSolveExt = "LinearSolve"
31
31
32
32
[compat ]
33
33
AMGCLWrap = " 2"
34
- AlgebraicMultigrid = " 0.4,0.5,0.6"
34
+ AlgebraicMultigrid = " 0.4, 0.5, 0.6"
35
35
DocStringExtensions = " 0.8, 0.9"
36
36
ILUZero = " 0.2"
37
37
IncompleteLU = " ^0.2.1"
38
- LinearSolve = " 2.36.0"
39
- Pardiso = " 0.5.1"
38
+ LinearSolve = " 2.36.0, 3 "
39
+ Pardiso = " 0.5.1, 1 "
40
40
Sparspak = " 0.3.6"
41
41
StaticArrays = " 1.5.24"
42
42
julia = " 1.9"
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ struct RugeStubenPreconBuilder{Tk}
100
100
end
101
101
102
102
function RugeStubenPreconBuilder (; blocksize = 1 , kwargs... )
103
- return SmoothedAggregationPreconBuilder (blocksize, kwargs)
103
+ return RugeStubenPreconBuilder (blocksize, kwargs)
104
104
end
105
105
106
106
(:: RugeStubenPreconBuilder )(A, p) = error (" import AlgebraicMultigrid in order to use RugeStubenAMGBuilder" )
You can’t perform that action at this time.
0 commit comments