Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 18:08
· 63 commits to main since this release
7baba67

IntervalLinearAlgebra v0.1.0

Closed issues:

  • Setup Docs / Quickstart guide (#6)
  • Custom printing for algorithm structures (#8)
  • Difference between static / regular arrays (#9)
  • Mention financial sponsor of the project README (GSOC under JuliaLang org) (#10)
  • implement different preconditioning methods (#12)
  • implement algorithms to classify different interval matrices (#18)
  • implement Gauss-Elimination algorithm (#19)
  • implement verified solver of scalar linear system (#21)
  • Add more benchmark models (#32)
  • docs didn't deploy (#34)
  • Standardize docstrings (#36)
  • Add examples from GSoC blog to documentation (#37)
  • generic solve interface (#38)
  • oettli-präger solver should not need a list of variables as input (#39)
  • solvers types names (#45)
  • solve with iterative solvers should allow initial enclosure as optional parameter (#46)
  • solve should also accept real A and b (#47)
  • restructure tests (#53)
  • interval*floating point falls back to generic algorithm in LinearAlgebra.jl (#72)
  • eigenvalues of interval matrices (#75)
  • list_orthants should return an iterator (#76)

Merged pull requests: