Skip to content

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Oct 10:06
· 153 commits to master since this release
d7cae15

Optimization v5.0.0

Diff since v4.8.0

Breaking changes

  • Solvers are no longer dependent on the top level Optimization.jl. Now they are built on OptimizationBase.jl, conforming to all other SciML libraries. Optimization.jl is thus preserved for a preference-based optimal setting in the form of other top level libraries.
  • Sophia, LGBFGS (renamed to LBFGSB), and Auglag were moved to OptimizationX solver-specific libraries to be in line with the other solvers.

Merged pull requests:

Closed issues:

  • Optimization.LBFGS errors with Float32 (#1039)
  • OptimizationMOI fails to init problems (#1054)
  • OptimizationOptimJL fails to precompile (#1055)