File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ 2.0.0] - Planned
44
5- ### Breaking
6- - remove solver + precon API which is not based on precs or directly overloading ` \ ` .
5+ - Remove solver + precon API which is not based on precs or directly overloading ` \ ` .
76 Fully rely on LinearSolve (besides ` \ ` )
8- - Move AMGBuilder, ILUZeroBuilder etc. to the corresponding packages (depending on the PRs)
9- - remove "old" SparseMatrixLNK (need to benchmark before)
7+ - Move AMGBuilder etc corresponding packages (depending on the PRs)
8+ - Keep ILUZeroPreconBuilder, JacobiPreconBuilder
9+ - ExtendableSparseMatrix is now GenericExtendableSparseMatrix{SparseMatrixLNK}
10+ - Changes should be non-breaking if only ExtendableSparseMatrix was used, and no solvers or preconditioners
11+ For those, see LinearSolve.jl.
1012
1113## [ 1.7.0] - 2025-02-06
1214- Bump Pardiso to 1.0 and LinearSolve to 3.0
You can’t perform that action at this time.
0 commit comments