Skip to content

Optimistix v0.0.6

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Dec 17:06
· 41 commits to main since this release

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 (for sol = 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