Release 0.8.4¶
SOLVAX 0.8.4 extends the implicit-differentiation and fixed-point layers:
linear_solveaccepts an independenttranspose_solverand optionalhas_auxdiagnostics, so the primal and adjoint solves can use different methods (or the same method with different tolerances) while preserving the implicit JVP and VJP behavior. See Matrix-free nonlinear solves and implicit differentiation.anderson_weightsexposes the safeguarded Anderson weight solve as a standalone primitive, so one history’s weights can be reused across differently shaped coupled-state blocks. See Fixed-point acceleration.