Skip to content

v0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 08:01
· 1408 commits to main since this release
c58d8c7

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)