Releases: LSDOlab/modopt
Releases · LSDOlab/modopt
modOpt 0.2.1
- Add
verbosityoption toOpenSQP - Update tests to ensure compatibility with the latest Python and SciPy versions
modOpt 0.2.0
Feature Additions
- Full support for NumPy 2.0
- Builtin
InteriorPointalgorithm as an educational solver - Builtin
OpenSQPalgorithm as a performant solver - Support Hessian and multiplier initialization in
OpenSQP - Update CUTEst table with newest problems, tags, classifications
- Allow filtering CUTEst problems based on tags and return problem metadata
- Support adder in
CSDLAlphaProblem - Implement caching in
AugmentedLagrangian
Bug Fixes
- Rounding issue in performance profiling
- Issue with callable checks in solver_options
- Reference bug in
NewtonLagrange,MeritFunctioncache
Miscellaneous
- Provide
out_dirargument in Optimizer base class - Include
return_status,success, andstatsin IPOPT results - Update docs to use latest
sphinx-collections - Remove workflow for the old, github-hosted docs