Skip to content

Releases: LSDOlab/modopt

modOpt 0.2.1

30 Apr 00:11
v0.2.1
65c7e27

Choose a tag to compare

  • Add verbosity option to OpenSQP
  • Update tests to ensure compatibility with the latest Python and SciPy versions

@anugrahjo

modOpt 0.2.0

22 Apr 18:34
cd01d60

Choose a tag to compare

Feature Additions

  • Full support for NumPy 2.0
  • Builtin InteriorPoint algorithm as an educational solver
  • Builtin OpenSQP algorithm 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, MeritFunction cache

Miscellaneous

  • Provide out_dir argument in Optimizer base class
  • Include return_status, success, and stats in IPOPT results
  • Update docs to use latest sphinx-collections
  • Remove workflow for the old, github-hosted docs

@anugrahjo

modOpt 0.1.0

04 Feb 06:44
v0.1.0
9cd5cf9

Choose a tag to compare

First production release

Initial production release of modOpt.

@anugrahjo