Skip to content

Optimistix v0.0.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 12:53

Features

  • Support for complex numbers! In theory these should now be supported everywhere. In practice we're still considering this a little experimental at the moment, just in case we've missed something. (Huge thanks to @Randl! #53)
  • optimistix.{AbstractGaussNewton, GaussNewton, LevenbergMarquardt, IndirectLevenbergMarquardt, Dogleg} should now all support using reverse-mode autodiff to calculate Jacobians. (#51)

Bugfixes

Other

  • Documentation fixes. (Thanks @ColCarroll! #32)
  • Now compatible with jax_numpy_rank_promotion=raise and jax_numpy_dtype_promotion=strict.

New Contributors

Full Changelog: v0.0.6...v0.0.7