Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@jonas-schulze jonas-schulze released this 15 Nov 13:59
  • Fix LDLᵀ compression for indefinite objects (d6a649a)
  • Add callbacks to allow user to gather information during solve calls; see docstring of the Callbacks module for more info
  • Add configurable shift strategies; see docstring of the Shifts module for more info
  • Change default shift strategy. While this is not API breaking, it does affect the convergence behavior. (7b32660)
  • Fix order of automatic/projection shifts: ensure that complex shifts occur in conjugated pairs directly one after the other (e36a116)
  • Add Inexact Newton method following Dembo et al. (1982) and Benner et al. (2015) to solve AREs; see docstring of NewtonADI for more info

Full Changelog: v0.3.0...v0.4.0