LinearSolve.jl Versions Save

LinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.

v2.29.1

3 weeks ago

LinearSolve v2.29.1

Diff since v2.29.0

Merged pull requests:

  • Handle LU failure and Symmetric QR (#494) (@avik-pal)
  • Fix the formatting (#495) (@avik-pal)

Closed issues:

  • QRFactorization throws when given singular matrices (#489)

v2.29.0

3 weeks ago

LinearSolve v2.29.0

Diff since v2.28.0

Merged pull requests:

  • Bump julia-actions/setup-julia from 1 to 2 (#490) (@dependabot[bot])
  • Return Failure ReturnCode if Linear Solve failed (#492) (@avik-pal)
  • Symbolic Factorization Reuse in the standard LUFactorization (#493) (@ChrisRackauckas)

v2.28.0

1 month ago

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

2 months ago

LinearSolve v2.27.0

Diff since v2.26.0

Merged pull requests:

  • Bump codecov/codecov-action from 3 to 4 (#462) (@dependabot[bot])

v2.26.0

2 months ago

LinearSolve v2.26.0

Diff since v2.25.0

Merged pull requests:

  • Add check=false with newest KLU (#478) (@rayegun)

v2.25.0

2 months ago

LinearSolve v2.25.0

Diff since v2.24.0

Merged pull requests:

  • Adjoints for Linear Solve (#449) (@avik-pal)
  • Try and fix ambiguity? (#475) (@ChrisRackauckas)

Closed issues:

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

v2.24.0

2 months ago

LinearSolve v2.24.0

Diff since v2.23.4

Merged pull requests:

  • [skip ci] update downgrade CI repo (#472) (@ArnoStrouwen)
  • reapplying formatting (#473) (@ArnoStrouwen)
  • Fix UMFPACK to use check=false (#474) (@oscardssmith)

v2.23.4

3 months ago

LinearSolve v2.23.4

Diff since v2.23.3

Merged pull requests:

  • Add downstream testing for NonlinearSolve (#471) (@avik-pal)

v2.23.3

3 months ago

LinearSolve v2.23.3

Diff since v2.23.2

Merged pull requests:

  • [Do Not Merge] Preallocate more caches (#470) (@avik-pal)

v2.23.2

3 months ago

LinearSolve v2.23.2

Diff since v2.23.1

Merged pull requests:

  • Check appleaccelerate is available in init (#469) (@avik-pal)