- 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 ofAbstractBFGS
then you will need to add this as an attribute.
- This also got added to
- 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