Skip to content

Latest commit

 

History

History
81 lines (55 loc) · 2.04 KB

File metadata and controls

81 lines (55 loc) · 2.04 KB

Changelog

[2.5.0] - 2026-07-14

  • Add constructor for GenericExtendablSparseMatrixCSC from SparseMatrixCSC data

[2.4.0] - 2026-07-12

  • JacobiPreconBuilder now allows for blocksize
  • More tests
  • Internal reorganization (simplified BlockPreconditioner etc.)

[2.3.0] - 2026-06-16

  • Product and Identity preconditioners and PreconBuilders
  • Block preconditioner and PreconBuilder now allow for vector of preconditioners, possibly different for each block

[2.2.0] - 2026-06-11

  • Base.similar method for GenericSparseMatrix

[2.1.0] - 2026-06-06

  • Base.sum for ExtendableSparse
  • fix allocations in lnk+csc matrix addition

[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