Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.43 KB

File metadata and controls

63 lines (40 loc) · 1.43 KB

Changelog

[2.0.0] - 2026-01-06

  • Remove solver + precon API which is not based on precs or directly overloading \. Fully rely on LinearSolve (besides \)
  • Move AMGBuilder etc to corresponding packages (depending on the PRs)
  • Keep ILUZeroPreconBuilder, JacobiPreconBuilder
  • ExtendableSparseMatrix is now GenericExtendableSparseMatrix{SparseMatrixLNK}
  • Changes should be non-breaking if only ExtendableSparseMatrix was used, and no solvers or preconditioners For those, see LinearSolve.jl.

[1.7.0] - 2025-02-06

  • Bump Pardiso to 1.0 and LinearSolve to 3.0

[1.6.0] - 2024-11-10

  • Support precs API of LinearSolve.jl

[1.5.3] - 2024-11-07

  • Moved repo to WIAS-PDELib organization

[1.5.2] - 2024-10-07

  • Bump version of AMGCLWrap

[1.5.1] - 2024-07-22

  • Update changelog
  • Remove OhMyThreads dependency

[1.5.0] - 2024-07-17

  • First multithreaded version

[1.4.1] - 2024-06-23

  • Experimenta multihreading

[1.4.0] - 2024-01-25

  • Add dirichlet node elimination

[1.3.1] - 2024-01-17

  • AMGCLWrap extension
  • Deprecate AMGPreconditioner
  • introduce RS, SA amg preconditioner from AlgebraicMultigrid

[1.2.1] - 2023-12-16

  • Extensions (#27)

Introducd 1.9 extensions

[1.1.0] - 2023-05-03

  • Block preconditioning
  • Generic block preconditioner
  • Removed element types from factorization wrapper

[1.0.1] - 2023-02-21

  • Implement AbstractSparseMatrixCSC interface.
  • Remove extension of LinearSolve methodsa