Skip to content

Optimistix v0.0.8

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 00:41
· 29 commits to main since this release
  • 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

Full Changelog: v0.0.7...v0.0.8