Skip to content

Releases: SciML/LinearSolve.jl

v2.30.2

27 Jun 03:35
11441b1

Choose a tag to compare

LinearSolve v2.30.2

Diff since v2.30.1

Merged pull requests:

Closed issues:

  • LinearSolve with PardisoJL() doesn't return the expected result (#497)
  • Retcode not correctly set (#507)

v2.30.1

25 May 16:43
270b56d

Choose a tag to compare

LinearSolve v2.30.1

Diff since v2.30.0

Merged pull requests:

  • CompatHelper: bump compat for LazyArrays to 2, (keep existing compat) (#503) (@github-actions[bot])
  • CompatHelper: bump compat for CUDSS in [weakdeps] to 0.2, (keep existing compat) (#504) (@github-actions[bot])

v2.30.0

11 May 13:58
64a8811

Choose a tag to compare

LinearSolve v2.30.0

Diff since v2.29.2

Merged pull requests:

v2.29.2

11 May 09:03
936c7ae

Choose a tag to compare

LinearSolve v2.29.2

Diff since v2.29.1

Merged pull requests:

  • bump compat for Krylov kit to "0.6, 0.7" from "0.6" (#499) (@Krastanov)

Closed issues:

  • add choleskyqr factorization methods (#496)

v2.29.1

26 Apr 01:59
f5282e5

Choose a tag to compare

LinearSolve v2.29.1

Diff since v2.29.0

Merged pull requests:

Closed issues:

  • QRFactorization throws when given singular matrices (#489)

v2.29.0

23 Apr 18:06
89ea6ee

Choose a tag to compare

LinearSolve v2.29.0

Diff since v2.28.0

Merged pull requests:

v2.28.0

24 Mar 10:17
7911113

Choose a tag to compare

LinearSolve v2.28.0

Diff since v2.27.0

Merged pull requests:

  • Make the rrule's outer product lazy (#484) (@mohamed82008)
  • Bump finite difference test tolerance a bit on adjoints (#485) (@ChrisRackauckas)

Closed issues:

  • Method ambiguity with sparse matrices and operator assumptions (#369)

v2.27.0

06 Mar 10:08
c08f2e9

Choose a tag to compare

LinearSolve v2.27.0

Diff since v2.26.0

Merged pull requests:

v2.26.0

29 Feb 10:28
77fe4ca

Choose a tag to compare

LinearSolve v2.26.0

Diff since v2.25.0

Merged pull requests:

v2.25.0

25 Feb 21:27
f97cf52

Choose a tag to compare

LinearSolve v2.25.0

Diff since v2.24.0

Merged pull requests:

Closed issues:

  • adjoint support (#198)
  • Dispatch on __solve instead of solve (#322)