Optimistix v0.0.8
- Compatibility with latest JAX (fixed some warnings, fixed some crashes from the
jax.ShapeDtypeStruct.weak_dtype
breaking change). - Many solvers that need to calculate Jacobians will now preferentially use forward mode over reverse mode where possible. This generally improves speed. (#61)
OptaxMinimiser
now supports Optax optimizers that need the current parameter state. (Thanks @NeilGirdhar! #77)Bisection
now optionally supports expanding the interval to find the root. (Thanks @NeilGirdhar! #78)- Added warning that complex numbers are still a work in progress -- turns out that some facets of optimizing functions C->R autodifferentiably is perhaps still an open research question (?)
- Doc fixes. (Thanks @johannahaffner! #69)
- Added
py.type
file to signal static type checking compatibility. (Thanks @NeilGirdhar! #80)
New Contributors
- @johannahaffner made their first contribution in #69
- @NeilGirdhar made their first contribution in #77
Full Changelog: v0.0.7...v0.0.8