Skip to content

Releases: SciML/LinearSolve.jl

v2.16.0

06 Nov 00:17
7ee3fa2

Choose a tag to compare

LinearSolve v2.16.0

Diff since v2.15.0

Merged pull requests:

v2.15.0

01 Nov 22:42
dbd631f

Choose a tag to compare

LinearSolve v2.15.0

Diff since v2.14.1

Merged pull requests:

v2.14.1

31 Oct 09:32
7a7b80e

Choose a tag to compare

LinearSolve v2.14.1

Diff since v2.14.0

Merged pull requests:

  • Don't use AppleAccelerate on number types that are not floats (#411) (@SebastianM-C)

v2.14.0

29 Oct 15:08
7527328

Choose a tag to compare

LinearSolve v2.14.0

Diff since v2.13.0

Merged pull requests:

Closed issues:

  • Automatic type promotion of b breaks for complex values (#398)
  • Algirithm is currently not supported by LinearSolveEnzymeCoreExt (#403)

v2.13.0

27 Oct 06:01
5a8aa51

Choose a tag to compare

LinearSolve v2.13.0

Diff since v2.12.1

Merged pull requests:

Closed issues:

  • Case for non-square matrices (#218)
  • Disallow algorithm switching? (#311)
  • Adding IDR(s) from IterativeSolvers.jl (#351)
  • Error on julia 1.8 when using both LinearSolve and KrylovKit (#352)
  • Changing the default LU? (#357)

v2.12.1

26 Oct 01:41
a409857

Choose a tag to compare

LinearSolve v2.12.1

Diff since v2.12.0

Merged pull requests:

  • [EnzymeExt] Prefix AbstractKrylovSubspaceMethod to avoid undefvarerror (#402) (@enigne)

v2.12.0

25 Oct 01:37
4ee3e1e

Choose a tag to compare

LinearSolve v2.12.0

Diff since v2.11.1

Merged pull requests:

v2.11.1

20 Oct 20:33
a880003

Choose a tag to compare

LinearSolve v2.11.1

Diff since v2.11.0

Merged pull requests:

Closed issues:

  • Precompilation Error: LinearSolveRecursiveArrayToolsExt (#395)
  • Promote abstol and reltol type to match eltype(A) (#396)

v2.11.0

19 Oct 02:12
f4f6940

Choose a tag to compare

LinearSolve v2.11.0

Diff since v2.10.0

Merged pull requests:

Closed issues:

  • Branch of SciMLBase.has_ldiv in defaultalg (#128)
  • MKLFactorization for direct usage of MKL without LibBLASTrampoline (#164)
  • Benchmarking Scripts to tune the default algorithm choices (#166)
  • Every GMRES Algorithm Fails Silently From Stagnation (#297)

v2.10.0

16 Oct 08:15
0843b53

Choose a tag to compare

LinearSolve v2.10.0

Diff since v2.9.1

Merged pull requests:

  • Patch CholeskyFactorization for Sparse Arrays (#391) (@avik-pal)