Skip to content

Releases: cor3bit/somax

Release v1.0.1

16 Apr 11:32

Choose a tag to compare

Somax v1.0.1

First polished public release of Somax! 🚀

Major changes

  • switched from JAXOpt to a pure JAX solver stack
  • made the optimization pipeline explicitly composable
  • cleaned up packaging and PyPI publishing
  • improved tests and solver validation
  • refreshed the README and overall release surface

This release is about making Somax clean, legible, and trustworthy as a public package.

Thanks

Thanks to everyone taking an early look at Somax. More examples, docs, and method coverage will come in later releases. 🐟

Initial Release

18 Jun 14:41

Choose a tag to compare

Initial Release Pre-release
Pre-release

Initial release with the following solvers:

  • AdaHessian;
  • Sophia;
  • Newton-CG;
  • SQN;
  • EGN;
  • SGN;
  • SWM-NG.