Releases: cor3bit/somax
Releases · cor3bit/somax
Release v1.0.1
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
Initial release with the following solvers:
- AdaHessian;
- Sophia;
- Newton-CG;
- SQN;
- EGN;
- SGN;
- SWM-NG.