Skip to content

Optimistix v0.0.10

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Dec 15:15
· 1 commit to main since this release
  • Compatibility with JAX 0.4.38 (no more warnings). Make sure to also upgrade to Equinox v0.11.11.
  • Feature: added optx.BFGS(verbose=...) to enable verbose step-by-step printing (Thanks @johannahaffner! #95).
    • This also got added to optx.AbstractBFGS. If you are creating a custom subclass of AbstractBFGS then you will need to add this as an attribute.
  • Bugfix: optx.root_find(..., SomeLeastSquaresSolver(), ...).aux will now return just the auxiliary value, instead of a (root, aux) pair. (The root is anyway available on .value.)
  • Fixed some docs (Thanks @johannahaffner! #98, #99)

Full Changelog: v0.0.9...v0.0.10