Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 16:49
· 3 commits to main since this release
f065a08

ImplicitDifferentiation v0.9.0

Diff since v0.8.1

Breaking changes

  • Switch to KrylovKit for linear solve
  • Remove options from IterativeLinearSolver and OperatorRepresentation
  • Remove preparation-related options from the ImplicitFunction constructor

Merged pull requests:

  • test: use ChainRulesTestUtils (#175) (@gdalle)
  • Revert "test: use ChainRulesTestUtils" (#177) (@gdalle)
  • refactor!: split out preparation (#179) (@gdalle)
  • revamp!: use KrylovKit for type flexibility (beyond Vector), split out preparation (#180) (@gdalle)
  • fix: only factorize for direct linear solve (#181) (@gdalle)