Optimistix v0.0.6
Bugfix release!
- Fixed recompilation happening on every step when iterating step-by-step with a Gauss--Newton solver. (#30)
sol.state
previously included only the array-valued parts of the state (forsol = optx.{minimise, least_squares, root_find, fixed_point}(...)
). It now includes everything.- Fixed
optx.internal.implicit_jvp
misbehaving for non-Optimistix use cases. - Fixed
optx.{Newton,Chord}(cauchy_termination=False)
failing when started close to the solution.
Full Changelog: v0.0.5...v0.0.6