Skip to content

Commit a686d70

Browse files
committed
update changelog
1 parent c276c3d commit a686d70

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
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

0 commit comments

Comments
 (0)