Skip to content

Releases: SciML/LinearSolve.jl

v0.1.1

28 Nov 08:01
c58d8c7
Compare
Choose a tag to compare

LinearSolve v0.1.1

Diff since v0.1.0

Closed issues:

  • Fully non-dynamic linear solver (#1)
  • RecursiveFactorizationLU (#4)
  • IterativeSolvers Wrappers (#6)
  • Default algorithm (#7)
  • Fix common argument handling (#23)

Merged pull requests:

  • LinearSolve interface (#21) (@vpuri3)
  • Fix default solve algorithm handling (#25) (@ChrisRackauckas)
  • CompatHelper: add new compat entry for KrylovKit at version 0.5, (keep existing compat) (#28) (@github-actions[bot])
  • CompatHelper: add new compat entry for RecursiveFactorization at version 0.2, (keep existing compat) (#29) (@github-actions[bot])
  • common arg handling (#30) (@vpuri3)
  • RecursiveFactorization.lu! (#32) (@vpuri3)
  • Change default to use KrylovJL_GMRES on non Array (#34) (@ChrisRackauckas)

v0.1.0

10 Oct 09:23
eb61248
Compare
Choose a tag to compare

LinearSolve v0.1.0

Closed issues:

  • Rename to LinearSolve.jl (#2)
  • Krylov.jl wrappers (#11)

Merged pull requests:

  • solve without ! (#10) (@EdelmanJonathan)
  • CompatHelper: bump compat for Setfield to 0.8, (keep existing compat) (#15) (@github-actions[bot])
  • Add Krylov.jl wrapper (#16) (@avik-pal)