Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-11 | 877 Bytes | |
v0.8.0 source code.tar.gz | 2025-06-11 | 20.8 kB | |
v0.8.0 source code.zip | 2025-06-11 | 37.1 kB | |
Totals: 3 Items | 58.7 kB | 0 |
ImplicitDifferentiation v0.8.0
Breaking changes
- Renamed
KrylovLinearSolver
intoIterativeLinearSolver
- Strengthened typing in iterative solve, which will make ComponentArrays error unless the
OperatorRepresentation
is switched from LinearOperators to LinearMaps - Split the
backend
keyword toImplicitFunction
intobackends
(one forx
and one fory
) - Activated
strict
mode with DifferentiationInterface to catch typing errors
Merged pull requests: - Update TagBot (#168) (@gdalle) - CompatHelper: bump compat for Krylov to 0.10, (keep existing compat) (#169) (@github-actions[bot]) - chore: bump version (#170) (@gdalle) - fix!: revamp linear operator handling (#172) (@gdalle) - test!: better tests (#173) (@gdalle)