Skip to content

Releases: SciML/LinearSolve.jl

v2.16.2

07 Nov 00:48
cea1a07
Compare
Choose a tag to compare

LinearSolve v2.16.2

Diff since v2.16.1

Merged pull requests:

v2.16.1

06 Nov 00:44
d914caa
Compare
Choose a tag to compare

LinearSolve v2.16.1

Diff since v2.16.0

Merged pull requests:

v2.16.0

06 Nov 00:17
7ee3fa2
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)