Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-19 | 722 Bytes | |
v0.9.0 source code.tar.gz | 2025-07-19 | 20.5 kB | |
v0.9.0 source code.zip | 2025-07-19 | 37.0 kB | |
Totals: 3 Items | 58.3 kB | 1 |
ImplicitDifferentiation v0.9.0
Breaking changes
- Switch to KrylovKit for linear solve
- Remove options from
IterativeLinearSolver
andOperatorRepresentation
- 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)