SciML / Optimization.jl

Mathematical Optimization in Julia. Local, global, gradient-based and derivative-free. Linear, Quadratic, Convex, Mixed-Integer, and Nonlinear Optimization in one simple, fast, and differentiable interface.
https://docs.sciml.ai/Optimization/stable/
MIT License
688 stars 75 forks source link

No documentation for latest release #718

Closed goerz closed 3 months ago

goerz commented 3 months ago

The documentation for this package currently does not build successfully: https://github.com/SciML/Optimization.jl/actions/workflows/Documentation.yml

In particular, it failed for the 3.24.0 release: https://github.com/SciML/Optimization.jl/actions/runs/8309362700

Thus, the current "stable" documentation at https://docs.sciml.ai/Optimization/stable/ is outdated.

Vaibhavdixit02 commented 3 months ago

The errors should be fixed now, I was waiting for a SciMLBase release, and I have done that now once that goes through this should work